From 691cccf40aa29505e9ca68c8404087fb0feb0001 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 19:04:43 +0200 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20securego/gosec=20action?= =?UTF-8?q?=20(v2.22.11=20=E2=86=92=20v2.23.0)=20(#170)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 66fafe6..8b55559 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -33,7 +33,7 @@ jobs: # Security Scanning with gosec - name: Run gosec Security Scanner - uses: securego/gosec@424fc4cd9c82ea0fd6bee9cd49c2db2c3cc0c93f # v2.22.11 + uses: securego/gosec@398ad549bbf1a51dc978fd966169f660c59774de # v2.23.0 with: args: "-fmt sarif -out gosec-results.sarif ./..."