Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7b18b6c

Browse files
authoredFeb 17, 2025··
chore(deps): update github/codeql-action digest to acadfed
1 parent dbab8d1 commit 7b18b6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
args: '-no-fail -fmt sarif -out gosec.sarif ./...'
5858
- name: Upload SARIF file
59-
uses: github/codeql-action/upload-sarif@0a35e8f6866a39b001e5f7ad1d0daf9836786896
59+
uses: github/codeql-action/upload-sarif@acadfedea5aa91c818900c9dbea3ec271259c919
6060
with:
6161
sarif_file: gosec.sarif
6262
unit_tests:

‎.github/workflows/docker-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
# See: https://github.com/aquasecurity/trivy-action/issues/389#issuecomment-2385416577
4141
TRIVY_DB_REPOSITORY: 'public.ecr.aws/aquasecurity/trivy-db:2'
4242
- name: Upload Trivy scan results to GitHub Security tab
43-
uses: github/codeql-action/upload-sarif@0a35e8f6866a39b001e5f7ad1d0daf9836786896
43+
uses: github/codeql-action/upload-sarif@acadfedea5aa91c818900c9dbea3ec271259c919
4444
with:
4545
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)
Please sign in to comment.