We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a2394 commit 23c93f6Copy full SHA for 23c93f6
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@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4
+ uses: github/codeql-action/init@9e907b5e64f6b83e7804b09294d44122997950d6 # 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@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4
+ uses: github/codeql-action/analyze@9e907b5e64f6b83e7804b09294d44122997950d6 # v4
93
94
- name: Upload CoreDump
95
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
0 commit comments