Skip to content

Commit 34c3d58

Browse files
authored
Update CodeQL SARIF upload action to v4
1 parent 5316ced commit 34c3d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
continue-on-error: true
4747

4848
- name: Upload analysis results to GitHub
49-
uses: github/codeql-action/upload-sarif@v3
49+
uses: github/codeql-action/upload-sarif@v4
5050
with:
5151
sarif_file: eslint-results.sarif
5252
wait-for-processing: true

0 commit comments

Comments
 (0)