We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents daf465c + 21e701e commit 04de162Copy full SHA for 04de162
1 file changed
.github/workflows/megalinter.yml
@@ -93,6 +93,6 @@ jobs:
93
94
- name: Upload MegaLinter scan results to GitHub Security tab
95
if: steps.sarif_file_exists.outputs.files_exists == 'true'
96
- uses: github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162 # pin@v2
+ uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # pin@v2
97
with:
98
sarif_file: "megalinter-reports/megalinter-report.sarif"
0 commit comments