Skip to content

Commit b5bfa91

Browse files
chore(deps): update github/codeql-action digest to f1f6e5f (#292)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c40b88c commit b5bfa91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bake_targets.yml

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

138138
- name: Upload result to GitHub Code Scanning
139-
uses: github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3
139+
uses: github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3
140140
continue-on-error: true
141141
with:
142142
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@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3
128+
uses: github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3
129129
if: ${{ env.MISSING_TAG == 'true' }}
130130
continue-on-error: true
131131
with:

0 commit comments

Comments
 (0)