Skip to content

Commit

Permalink
[CI] Update github/codeql-action/upload-sarif
Browse files Browse the repository at this point in the history
The old version was using a deprecated version of Node.
  • Loading branch information
Ana06 committed Feb 23, 2024
1 parent 9aca8b9 commit 0274b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@807578363a7869ca324a79039e6db9c843e0e100 # v2.1.27
uses: github/codeql-action/upload-sarif@592977e6ae857384aa79bb31e7a1d62d63449ec5 # v2.16.3
with:
sarif_file: results.sarif

0 comments on commit 0274b11

Please sign in to comment.