Skip to content

Commit

Permalink
chore(deps): update github/codeql-action action to v3.25.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovate committed Jul 25, 2024
1 parent ed0aeea commit f953c54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# Upload the results to GitHub's code scanning dashboard (optional).
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
- name: 'Upload to code-scanning'
uses: 'github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac' # v3.25.13
uses: 'github/codeql-action/upload-sarif@5cf07d8b700b67e235fbb65cbc84f69c0cf10464' # v3.25.14
with:
sarif_file: 'results/results.sarif'
...
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
# Upload the results to GitHub's code scanning dashboard (optional).
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
- name: 'Upload to code-scanning'
uses: 'github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac' # v3.25.13
uses: 'github/codeql-action/upload-sarif@5cf07d8b700b67e235fbb65cbc84f69c0cf10464' # v3.25.14
with:
sarif_file: 'results.sarif'
...

0 comments on commit f953c54

Please sign in to comment.