diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index a1c51b5..9aa2911 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -114,7 +114,7 @@ jobs: fetch-depth: 0 fetch-tags: true - name: Run Gosec Security Scanner - uses: securego/gosec@6fbd381238e97e1d1f3358f0d6d65de78dcf9245 # v2.20.0 + uses: securego/gosec@d4617f51baf75f4f809066386a4f9d27b3ac3e46 # v2.21.4 with: args: '-no-fail -exclude=G504 -fmt sarif -out results.sarif ./...' - name: Upload SARIF file