Skip to content

Commit 1e2677e

Browse files
feat(github-action)!: Update github/codeql-action action ( v3 → v4 )
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent afad834 commit 1e2677e

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@c3d42c5d08633d8b33635fbd94b000a0e2585b3c # v3
164+
uses: github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4
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@c3d42c5d08633d8b33635fbd94b000a0e2585b3c # v3
202+
uses: github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4
203203
if: ${{ github.event_name != 'pull_request' }}
204204
with:
205205
sarif_file: snyk.sarif

0 commit comments

Comments
 (0)