Skip to content

Commit a2bb639

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 ffa3f55 commit a2bb639

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

0 commit comments

Comments
 (0)