We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb6585 commit c3c431cCopy full SHA for c3c431c
action.yml
@@ -12,13 +12,3 @@ runs:
12
wget https://s.murphysec.com/github_actions_format.py
13
python3 github_actions_format.py
14
shell: bash
15
- - run: |
16
- if [ -f "results.sarif" ]; then
17
- echo "file_exists=true" >> $GITHUB_ENV
18
- else
19
- echo "file_exists=false" >> $GITHUB_ENV
20
- fi
21
- if: env.file_exists == 'true'
22
- uses: github/codeql-action/upload-sarif@v2
23
- with:
24
- sarif_file: results.sarif
0 commit comments