Skip to content

Commit

Permalink
chore(deps): bump github/codeql-action/upload-sarif from v2 to v3
Browse files Browse the repository at this point in the history
no longer depends on versions below Node.js 20.

KAG-5461
  • Loading branch information
Water-Melon committed Oct 12, 2024
1 parent 28d20a1 commit 9d9c93f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion security-actions/scan-rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ runs:
- name: Publish SARIF to github code scanning
if: ${{ always() && inputs.codeql_upload == 'true' && github.event.repository.visibility == 'public' }}
continue-on-error: true
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ${{ steps.scan.outputs.sarif }}
category: sca_rust
Expand Down
2 changes: 1 addition & 1 deletion security-actions/semgrep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:

- name: Upload SARIF to Github Code Scanning
if: ${{ always() && inputs.codeql_upload == 'true' && github.event.repository.visibility == 'public' }}
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
# Path to SARIF file relative to the root of the repository
sarif_file: semgrep_${{github.sha}}.sarif
Expand Down

0 comments on commit 9d9c93f

Please sign in to comment.