diff --git a/.github/workflows/run-trivy.yaml b/.github/workflows/run-trivy.yaml index cf72de26f..d927a30a1 100644 --- a/.github/workflows/run-trivy.yaml +++ b/.github/workflows/run-trivy.yaml @@ -39,6 +39,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. # https://github.com/github/codeql-action - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7 + uses: github/codeql-action/upload-sarif@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8 with: sarif_file: trivy-results.sarif diff --git a/.github/workflows/scorecards.yaml b/.github/workflows/scorecards.yaml index 0ab5fd0e5..f10afbb42 100644 --- a/.github/workflows/scorecards.yaml +++ b/.github/workflows/scorecards.yaml @@ -81,6 +81,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. # https://github.com/github/codeql-action - name: Upload to code-scanning - uses: github/codeql-action/upload-sarif@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7 + uses: github/codeql-action/upload-sarif@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8 with: sarif_file: results.sarif