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 965efb3 commit aaf2bbdCopy full SHA for aaf2bbd
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@87557b9c84dde89fdd9b10e88954ac2f4248e463 # 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@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4
93
94
- name: Upload CoreDump
95
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
0 commit comments