Skip to content

Commit

Permalink
Merge pull request #264 from sscheib/renovate/github-codeql-action-3.x
Browse files Browse the repository at this point in the history
chore(deps): update github/codeql-action action to v3.25.13
  • Loading branch information
sscheib authored Jul 19, 2024
2 parents 7f07ae3 + 01e13e3 commit c110110
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@4fa2a7953630fd2f3fb380f21be14ede0169dd4f' # v3.25.12
uses: 'github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac' # v3.25.13
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@4fa2a7953630fd2f3fb380f21be14ede0169dd4f' # v3.25.12
uses: 'github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac' # v3.25.13
with:
sarif_file: 'results.sarif'
...

0 comments on commit c110110

Please sign in to comment.