diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ec68846..5fb99e2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -110,7 +110,7 @@ jobs: - name: Upload the scan results if: always() && steps.scan.outputs.sarif != '' - uses: github/codeql-action/upload-sarif@9e3211c9a3b9311dfe05da2ed48eea3386f042dd # v4.37.6 + uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6 with: sarif_file: ${{ steps.scan.outputs.sarif }} category: grype-container