We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f82501f commit 7482e56Copy full SHA for 7482e56
.github/workflows/scorecards.yml
@@ -64,6 +64,6 @@ jobs:
64
retention-days: 5
65
# Upload the results to GitHub's code scanning dashboard.
66
- name: "Upload to code-scanning"
67
- uses: github/codeql-action/upload-sarif@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2.22.7
+ uses: github/codeql-action/upload-sarif@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8
68
with:
69
sarif_file: results.sarif
.github/workflows/semgrep.yml
@@ -52,7 +52,7 @@ jobs:
52
path: semgrep.sarif
53
54
- name: Upload semgrep SARIF to code-scanning
55
56
57
sarif_file: semgrep.sarif
58
if: always()
0 commit comments