Skip to content

Commit 72f4abc

Browse files
committed
Use local upload-sarif Action in PR checks job
1 parent 2ceebd6 commit 72f4abc

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)