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 0c16f55b45.
This commit is contained in:
Ettore Di Giacinto
2025-12-30 09:58:13 +01:00
committed by GitHub
parent 8bd7143a44
commit 592697216b

View File

@@ -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 ./...'