From 9abf352a9ce61a88d5733b6bb47a5af360fd6ad1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 00:55:20 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20securego/gosec=20action?= =?UTF-8?q?=20(v2.23.0=20=E2=86=92=20v2.24.7)=20(#181)?= 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 17a7534..9a9be18 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@398ad549bbf1a51dc978fd966169f660c59774de # v2.23.0 + uses: securego/gosec@bb17e422fc34bf4c0a2e5cab9d07dc45a68c040c # v2.24.7 with: args: "-fmt sarif -out gosec-results.sarif ./..."