Skip to content

Commit

Permalink
fix: fix GitHub Actions fail
Browse files Browse the repository at this point in the history
  • Loading branch information
yingtingxu committed Jun 5, 2024
1 parent 5837034 commit 82e7db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
severity-cutoff: high
acs-report-enable: true
- name: Upload vulnerability report
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
if: success() || failure()
with:
sarif_file: "${{ steps.scan.outputs.sarif }}"
Expand Down

0 comments on commit 82e7db5

Please sign in to comment.