Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Awei2020 authored Jul 18, 2023
1 parent abb6585 commit c3c431c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,3 @@ runs:
wget https://s.murphysec.com/github_actions_format.py
python3 github_actions_format.py
shell: bash
- run: |
if [ -f "results.sarif" ]; then
echo "file_exists=true" >> $GITHUB_ENV
else
echo "file_exists=false" >> $GITHUB_ENV
fi
if: env.file_exists == 'true'
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: results.sarif

0 comments on commit c3c431c

Please sign in to comment.