Skip to content

Commit 72400b0

Browse files
authored
Merge pull request #428 from cake-contrib/renovate/github-codeql-action-4.x
Update github/codeql-action action to v4
2 parents 978aa24 + dabfe71 commit 72400b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
# Initializes the CodeQL tools for scanning.
6666
- name: Initialize CodeQL
67-
uses: github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3
67+
uses: github/codeql-action/init@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4
6868
with:
6969
languages: ${{ matrix.language }}
7070
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -84,7 +84,7 @@ jobs:
8484
COMPlus_DbgMiniDumpName: BuildArtifacts/coredump.dmp
8585

8686
- name: Perform CodeQL Analysis
87-
uses: github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3
87+
uses: github/codeql-action/analyze@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4
8888

8989
- name: Upload CoreDump
9090
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4

0 commit comments

Comments
 (0)