We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20eb332 + 1d9687f commit 0c75e89Copy full SHA for 0c75e89
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@aa578102511db1f4524ed59b8cc2bae4f6e88195 # pin@v2
+ uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # pin@v2
97
with:
98
sarif_file: "megalinter-reports/megalinter-report.sarif"
0 commit comments