From 47b2a502dd2189ec1badfb25d4d494c9478c9927 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 21 Oct 2025 12:31:16 +0200 Subject: [PATCH] Revert "chore(deps): bump securego/gosec from 2.22.9 to 2.22.10" (#6638) Revert "chore(deps): bump securego/gosec from 2.22.9 to 2.22.10 (#6599)" This reverts commit 18810038f58bfd5b7f800cb32593d211cede1c3e. --- .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 8758ae909..e3f904635 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.10 + 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 ./...'