We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14c4088 + d3be61a commit e5c07c2Copy full SHA for e5c07c2
.github/workflows/eslint.yml
@@ -48,7 +48,7 @@ jobs:
48
continue-on-error: true
49
50
- name: Upload analysis results to GitHub
51
- uses: github/codeql-action/upload-sarif@v3.30.6
+ uses: github/codeql-action/upload-sarif@v4.31.2
52
with:
53
sarif_file: eslint-results.sarif
54
wait-for-processing: true
.github/workflows/scorecard.yml
@@ -58,6 +58,6 @@ jobs:
58
# Upload the results to GitHub's code scanning dashboard (optional).
59
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
60
- name: "Upload to code-scanning"
61
62
63
sarif_file: results.sarif
0 commit comments