Skip to content

Commit

Permalink
Update GH Action pipeline-snyk code scan-SARIF file.yml (#88)
Browse files Browse the repository at this point in the history
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
  • Loading branch information
JennySnyk authored Nov 17, 2023
1 parent 2b3b795 commit 8e02925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GitHub/GH Action pipeline-snyk code scan-SARIF file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
snyk code test --sarif > results.sarif
continue-on-error: true
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v1
uses: github/codeql-action/upload-sarif@v2
with:
# Path to SARIF file relative to the root of the repository
sarif_file: results.sarif
sarif_file: results.sarif

0 comments on commit 8e02925

Please sign in to comment.