diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 86012d0..531516e 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -111,7 +111,7 @@ jobs: # Pinned to v2.23.0 (not @master) to ensure stable SARIF output # Update when new stable versions are released: https://github.com/securego/gosec/releases - name: Run Gosec Security Scanner - uses: securego/gosec@v2.23.0 + uses: securego/gosec@v2.24.7 with: args: '-fmt sarif -out gosec-results.sarif ./...'