Skip to content

Commit 9e33f54

Browse files
chore(deps): update github/codeql-action digest to 181d5ee (#232)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ada7172 commit 9e33f54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3
121+
uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # 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@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3
128+
uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3
129129
if: ${{ env.MISSING_TAG == 'true' }}
130130
continue-on-error: true
131131
with:

0 commit comments

Comments
 (0)