Skip to content

Commit 18b8e00

Browse files
chore(deps): update github/codeql-action digest to df55935
1 parent f5b3e2d commit 18b8e00

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bake.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
args: --severity-threshold=high --file=Dockerfile
119119

120120
- name: Upload result to GitHub Code Scanning
121-
uses: github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3
121+
uses: github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2 # v3
122122
continue-on-error: true
123123
with:
124124
sarif_file: snyk.sarif

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
args: --severity-threshold=high --file=${{ matrix.file }}
126126

127127
- name: Upload result to GitHub Code Scanning
128-
uses: github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3
128+
uses: github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2 # v3
129129
if: ${{ env.MISSING_TAG == 'true' }}
130130
continue-on-error: true
131131
with:

0 commit comments

Comments
 (0)