diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 9ddd2a2..cb24be8 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -37,6 +37,6 @@ jobs: - name: Upload SARIF # if fork PR, don't upload their SARIF if: steps.semgrep.outcome == 'success' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) - uses: github/codeql-action/upload-sarif@9fddc16f0de775b9edd8a84dd5839ac2db070f8b + uses: github/codeql-action/upload-sarif@977e6ceaea7361825998245d787fa3b4d6b9e5df with: sarif_file: semgrep.sarif