Skip to content

Commit 9fc351a

Browse files
authored
Merge pull request #3953 from github/henrymercer/local-action
Use local `upload-sarif` Action in PR checks job
2 parents 0630e39 + 72f4abc commit 9fc351a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: npm run lint-ci
7070

7171
- name: Upload sarif
72-
uses: github/codeql-action/upload-sarif@v4
72+
uses: ./upload-sarif
7373
if: matrix.os == 'ubuntu-latest' && matrix.node-version == 24
7474
with:
7575
sarif_file: eslint.sarif

0 commit comments

Comments
 (0)