diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 36d190e..050dea9 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@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6 + uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 with: sarif_file: results.sarif category: scorecard diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index 150f97a..9c40320 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -82,7 +82,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@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6 + uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 with: sarif_file: results.sarif category: zizmor