diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e3b31546..6589df4c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -191,7 +191,7 @@ jobs: severity: 'CRITICAL' scanners: 'vuln' - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # ratchet:github/codeql-action/upload-sarif@v3.23.0 + uses: github/codeql-action/upload-sarif@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # ratchet:github/codeql-action/upload-sarif@v3.23.1 if: ${{ github.event_name != 'pull_request' }} with: sarif_file: 'trivy-results.sarif'