From b841a495dab4860ad29f4b42dabfc07aa2c35ed6 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 16 Dec 2025 09:48:46 +0100 Subject: [PATCH] Revert "chore(deps): bump securego/gosec from 2.22.9 to 2.22.11" (#7602) Revert "chore(deps): bump securego/gosec from 2.22.9 to 2.22.11 (#7588)" This reverts commit 648dfc038930c56e69b3db29a85fb56a10d6e456. --- .github/workflows/secscan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/secscan.yaml b/.github/workflows/secscan.yaml index b2dff36a1..2df9190e0 100644 --- a/.github/workflows/secscan.yaml +++ b/.github/workflows/secscan.yaml @@ -18,7 +18,7 @@ jobs: if: ${{ github.actor != 'dependabot[bot]' }} - name: Run Gosec Security Scanner if: ${{ github.actor != 'dependabot[bot]' }} - uses: securego/gosec@v2.22.11 + uses: securego/gosec@v2.22.9 with: # we let the report trigger content trigger a failure using the GitHub Security features. args: '-no-fail -fmt sarif -out results.sarif ./...'