Skip to content

Commit d7ada03

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

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
@@ -72,7 +72,7 @@ jobs:
7272
run: npm run lint-ci
7373

7474
- name: Upload sarif
75-
uses: github/codeql-action/upload-sarif@v4
75+
uses: github/codeql-action/upload-sarif@v3
7676
if: matrix.os == 'ubuntu-latest'
7777
with:
7878
sarif_file: eslint.sarif

0 commit comments

Comments
 (0)