diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index e2969ab16e..e1d266a6a2 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -58,13 +58,13 @@ jobs: uses: advanced-security/spdx-dependency-submission-action@v0.2.0 - name: Upload Trivy scan results to GitHub Security tab [all] - uses: github/codeql-action/upload-sarif@v4 + uses: github/codeql-action/upload-sarif@v4.37.3 with: sarif_file: 'trivy-results-all.sarif' category: all - name: Upload Trivy scan results to GitHub Security tab [fix-available] - uses: github/codeql-action/upload-sarif@v4 + uses: github/codeql-action/upload-sarif@v4.37.3 with: sarif_file: 'trivy-results-with-fix.sarif' category: fix-available