Skip to content

Commit

Permalink
BLD: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchengtkc committed Dec 12, 2023
1 parent 5c98b73 commit e93c550
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
with:
args: --sarif-file-output=snyk.sarif --severity-threshold=high

- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: snyk.sarif
token: ${{ secrets.GITHUB_TOKEN_WORKFLOW }}
# - name: Upload result to GitHub Code Scanning
# uses: github/codeql-action/upload-sarif@v2
# with:
# sarif_file: snyk.sarif
# token: ${{ secrets.GITHUB_TOKEN_WORKFLOW }}

0 comments on commit e93c550

Please sign in to comment.