Skip to content

Commit 001596c

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 311473a commit 001596c

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

0 commit comments

Comments
 (0)