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.
1 parent 34c89ea commit 8a416b4Copy full SHA for 8a416b4
action.yml
@@ -205,8 +205,7 @@ runs:
205
with:
206
sarif_file: ${{ inputs.output }}
207
- name: Upload SARIF as debug artefact
208
- # if we're in debug mode and we got results
209
- if: runner.debug == '1'
+ if: ${{ always() && runner.debug == '1' && hashFiles(inputs.output) != '' }}
210
uses: actions/upload-artifact@v3
211
212
name: ${{ inputs.output }}
0 commit comments