Skip to content

Commit

Permalink
Merge pull request #95 from egose/renovate/github-codeql-action-digest
Browse files Browse the repository at this point in the history
chore(deps): update github/codeql-action digest to 0701025
  • Loading branch information
junminahn authored Jan 31, 2025
2 parents 014f408 + 7098028 commit e5cca77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ runs:
- name: Upload Trivy scan results to GitHub Security tab
if: ${{ inputs.trivy == 'true' }}
# See https://github.com/github/codeql-action/commits/main/
uses: github/codeql-action/upload-sarif@e7c0c9d71b7bd108fd12e06b56fc58d3d154164d
uses: github/codeql-action/upload-sarif@0701025a8b1600e416be4f3bb5a830b1aa6af01e
with:
sarif_file: trivy-results.sarif
category: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}
2 changes: 1 addition & 1 deletion docker-build-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ runs:
- name: Upload Trivy scan results to GitHub Security tab
if: ${{ inputs.trivy == 'true' }}
# See https://github.com/github/codeql-action/commits/main/
uses: github/codeql-action/upload-sarif@e7c0c9d71b7bd108fd12e06b56fc58d3d154164d
uses: github/codeql-action/upload-sarif@0701025a8b1600e416be4f3bb5a830b1aa6af01e
with:
sarif_file: trivy-results.sarif
category: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}

0 comments on commit e5cca77

Please sign in to comment.