There was an error while loading. Please reload this page.
1 parent 07b8bc4 commit fdfd14aCopy full SHA for fdfd14a
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@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # 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@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4
89
90
- name: Upload CoreDump
91
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
0 commit comments