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 70d89e9 + 6886eb8 commit 8ad1f9dCopy full SHA for 8ad1f9d
2 files changed
.github/workflows/example.yml
@@ -28,6 +28,7 @@ jobs:
28
29
- name: Upload SARIF
30
uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 #v3.29.0 - 11 Jun 2025
31
+ if: always() # Upload even if the malcontent check fails
32
with:
33
sarif_file: ${{ steps.malcontent.outputs.sarif-file }}
34
category: malcontent
.github/workflows/push-example.yml
@@ -30,6 +30,7 @@ jobs:
35
36
0 commit comments