Skip to content

Commit 8ad1f9d

Browse files
authored
Merge pull request #16 from imjasonh/always
always upload-sarif
2 parents 70d89e9 + 6886eb8 commit 8ad1f9d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/example.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828

2929
- name: Upload SARIF
3030
uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 #v3.29.0 - 11 Jun 2025
31+
if: always() # Upload even if the malcontent check fails
3132
with:
3233
sarif_file: ${{ steps.malcontent.outputs.sarif-file }}
3334
category: malcontent

.github/workflows/push-example.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030

3131
- name: Upload SARIF
3232
uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 #v3.29.0 - 11 Jun 2025
33+
if: always() # Upload even if the malcontent check fails
3334
with:
3435
sarif_file: ${{ steps.malcontent.outputs.sarif-file }}
3536
category: malcontent

0 commit comments

Comments
 (0)