There was an error while loading. Please reload this page.
1 parent 652da8e commit 2d50918Copy full SHA for 2d50918
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@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # 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@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4
93
94
- name: Upload CoreDump
95
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
0 commit comments