From 35f92f9fd3e3187a48db2d1f3928a4b7799300cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 04:49:14 +0000 Subject: [PATCH] =?UTF-8?q?chore(actions):=20update=20securego/gosec=20act?= =?UTF-8?q?ion=20(v2.24.7=20=E2=86=92=20v2.25.0)?= 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> --- .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 72e2219..65614e2 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@bb17e422fc34bf4c0a2e5cab9d07dc45a68c040c # v2.24.7 + uses: securego/gosec@223e19b8856e00f02cc67804499a83f77e208f3c # v2.25.0 with: args: "-fmt sarif -out gosec-results.sarif ./..."