We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0630e39 + 72f4abc commit 9fc351aCopy full SHA for 9fc351a
1 file changed
.github/workflows/pr-checks.yml
@@ -69,7 +69,7 @@ jobs:
69
run: npm run lint-ci
70
71
- name: Upload sarif
72
- uses: github/codeql-action/upload-sarif@v4
+ uses: ./upload-sarif
73
if: matrix.os == 'ubuntu-latest' && matrix.node-version == 24
74
with:
75
sarif_file: eslint.sarif
0 commit comments