There was an error while loading. Please reload this page.
1 parent 77e9ed5 commit 743e6f1Copy full SHA for 743e6f1
1 file changed
.github/workflows/codeql-analysis.yml
@@ -69,7 +69,7 @@ jobs:
69
70
# Initializes the CodeQL tools for scanning.
71
- name: Initialize CodeQL
72
- uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4
+ uses: github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4
73
with:
74
languages: ${{ matrix.language }}
75
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -89,7 +89,7 @@ jobs:
89
COMPlus_DbgMiniDumpName: BuildArtifacts/coredump.dmp
90
91
- name: Perform CodeQL Analysis
92
- uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4
+ uses: github/codeql-action/analyze@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4
93
94
- name: Upload CoreDump
95
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
0 commit comments