Skip to content

Commit 4da4d22

Browse files
committed
Downgrade upload-sarif@v4 -> v3
I got ahead of myself; v4 hasn't been tagged yet.
1 parent b958d18 commit 4da4d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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: github/codeql-action/upload-sarif@v3
7373
if: matrix.os == 'ubuntu-latest'
7474
with:
7575
sarif_file: eslint.sarif

0 commit comments

Comments
 (0)