Skip to content

Commit 8c598b2

Browse files
chore(deps): update github/codeql-action digest to ff0a06e (#199)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 45bdcfd commit 8c598b2

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
@@ -116,7 +116,7 @@ jobs:
116116
args: --severity-threshold=high --file=Dockerfile
117117

118118
- name: Upload result to GitHub Code Scanning
119-
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3
119+
uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3
120120
continue-on-error: true
121121
with:
122122
sarif_file: snyk.sarif

.github/workflows/build.yml

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

125125
- name: Upload result to GitHub Code Scanning
126-
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3
126+
uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3
127127
if: ${{ env.MISSING_TAG == 'true' }}
128128
continue-on-error: true
129129
with:

0 commit comments

Comments
 (0)