From b8aacb39e8fb4ad7a07a057d12bd153ddb288f60 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Mon, 22 Dec 2025 23:58:42 +0100 Subject: [PATCH] Revert "chore(deps): bump securego/gosec from 2.22.9 to 2.22.11" (#7698) Revert "chore(deps): bump securego/gosec from 2.22.9 to 2.22.11 (#7690)" This reverts commit b698033ef9b75e271f3c59d54c303f81b0c54dd1. --- .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 ./...'