From b8963713d4613e7524cadaa043db9335baa7a38f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 06:14:05 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20securego/gosec=20action?= =?UTF-8?q?=20(v2.22.10=20=E2=86=92=20v2.22.11)=20(#126)?= 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 8ab46a2..2ee9763 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@6be2b51fd78feca86af91f5186b7964d76cb1256 # v2.22.10 + uses: securego/gosec@424fc4cd9c82ea0fd6bee9cd49c2db2c3cc0c93f # v2.22.11 with: args: "-fmt sarif -out gosec-results.sarif ./..."