Skip to content

Commit c3c431c

Browse files
authored
Update action.yml
1 parent abb6585 commit c3c431c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

action.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,3 @@ runs:
1212
wget https://s.murphysec.com/github_actions_format.py
1313
python3 github_actions_format.py
1414
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

Comments
 (0)