We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0cc3ffc + 6c96579 commit 0041c90Copy full SHA for 0041c90
.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@v4.31.2
+ uses: github/codeql-action/upload-sarif@v4.31.5
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