There was an error while loading. Please reload this page.
1 parent 07b8bc4 commit 569fca2Copy full SHA for 569fca2
1 file changed
.github/workflows/codeql-analysis.yml
@@ -65,7 +65,7 @@ jobs:
65
66
# Initializes the CodeQL tools for scanning.
67
- name: Initialize CodeQL
68
- uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4
+ uses: github/codeql-action/init@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4
69
with:
70
languages: ${{ matrix.language }}
71
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -85,7 +85,7 @@ jobs:
85
COMPlus_DbgMiniDumpName: BuildArtifacts/coredump.dmp
86
87
- name: Perform CodeQL Analysis
88
- uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4
+ uses: github/codeql-action/analyze@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4
89
90
- name: Upload CoreDump
91
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
0 commit comments