We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91fd048 + 7527576 commit 0d8e39aCopy full SHA for 0d8e39a
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@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # pin@v2
+ uses: github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # pin@v2
97
with:
98
sarif_file: "megalinter-reports/megalinter-report.sarif"
0 commit comments