Skip to content

Commit

Permalink
Updating GHCS job to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
shodanwashere authored Jul 9, 2024
1 parent c8bd000 commit 0a41fbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
path: backend/
continue-on-error: true
- name: "Upload to GitHub Code Scanning"
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif
continue-on-error: true
Expand All @@ -53,7 +53,7 @@ jobs:
output_formats: 'sarif'
continue-on-error: true
- name: "Upload to GitHub Code Scanning"
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: reports/results.sarif
continue-on-error: true

0 comments on commit 0a41fbf

Please sign in to comment.