Skip to content

Commit 2dd6721

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 44f7cdf commit 2dd6721

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

0 commit comments

Comments
 (0)