diff --git a/.github/workflows/gosec-scan.yml b/.github/workflows/gosec-scan.yml index 6ff7de6d..f4512d5d 100644 --- a/.github/workflows/gosec-scan.yml +++ b/.github/workflows/gosec-scan.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Run Gosec Security Scanner - uses: securego/gosec@v2.21.4 + uses: securego/gosec@v2.22.0 with: # we let the report trigger content trigger a failure using the GitHub Security features. args: '-no-fail -fmt sarif -out results.sarif ./...'