Skip to content

Commit 548987e

Browse files
chore(deps): update github/codeql-action digest to 466d6ce (#211)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b3dc7a5 commit 548987e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
args: '-no-fail -fmt sarif -out gosec.sarif ./...'
3939
- name: Upload SARIF file
40-
uses: github/codeql-action/upload-sarif@7cb9b16051842e6c23c8b9fbcf92481f92d0644a
40+
uses: github/codeql-action/upload-sarif@466d6ce58447f9589003cca18ec288b128465541
4141
with:
4242
sarif_file: gosec.sarif
4343
unit_tests:

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
# See: https://github.com/aquasecurity/trivy-action/issues/389#issuecomment-2385416577
4040
TRIVY_DB_REPOSITORY: 'public.ecr.aws/aquasecurity/trivy-db:2'
4141
- name: Upload Trivy scan results to GitHub Security tab
42-
uses: github/codeql-action/upload-sarif@7cb9b16051842e6c23c8b9fbcf92481f92d0644a
42+
uses: github/codeql-action/upload-sarif@466d6ce58447f9589003cca18ec288b128465541
4343
with:
4444
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)