From 592697216b530ec25088d1d3246b6dc7a0b3ca4e Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 30 Dec 2025 09:58:13 +0100 Subject: [PATCH] Revert "chore(deps): bump securego/gosec from 2.22.9 to 2.22.11" (#7789) Revert "chore(deps): bump securego/gosec from 2.22.9 to 2.22.11 (#7774)" This reverts commit 0c16f55b45146d26542b2e6e1f4600eaa7b362c4. --- .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 ./...'