Skip to content

Commit e515d84

Browse files
chore(deps): update github/codeql-action digest to ff0a06e
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea9783f commit e515d84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
path: snyk.sarif
162162
-
163163
name: Upload the SARIF file to GitHub Code Scanning
164-
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3
164+
uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3
165165
if: ${{ github.event_name != 'pull_request' }}
166166
with:
167167
sarif_file: snyk.sarif

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
path: snyk.sarif
200200
-
201201
name: Upload the SARIF file to GitHub Code Scanning
202-
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3
202+
uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3
203203
if: ${{ github.event_name != 'pull_request' }}
204204
with:
205205
sarif_file: snyk.sarif

0 commit comments

Comments
 (0)