diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 16bc78f..36d190e 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -90,7 +90,7 @@ jobs: # Surface the findings in the code-scanning tab, alongside CodeQL and zizmor. - name: Upload to code-scanning - uses: github/codeql-action/upload-sarif@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5 + uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6 with: sarif_file: results.sarif category: scorecard diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index 8ab1a87..801653c 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -75,7 +75,7 @@ jobs: # skip the "Fail on actionable findings" step below. if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || (github.event.pull_request.head.repo.full_name == github.repository && github.event.pull_request.user.login != 'dependabot[bot]') continue-on-error: true - uses: github/codeql-action/upload-sarif@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5 + uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6 with: sarif_file: results.sarif category: zizmor