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 47d2341 commit f0af24aCopy full SHA for f0af24a
action.yml
@@ -206,8 +206,8 @@ runs:
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: ${{ hashFiles(inputs.output) != '' && runner.debug == '1' }}
210
- uses: actions/upload-artifact@v2
+ if: runner.debug == '1'
+ uses: actions/upload-artifact@v3
211
with:
212
name: ${{ inputs.output }}
213
path: ${{ inputs.output }}
0 commit comments