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 27cd5f7 commit 54dbb82Copy full SHA for 54dbb82
.github/workflows/codeql.yml
@@ -36,14 +36,14 @@ jobs:
36
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
37
38
- name: Initialize CodeQL
39
- uses: github/codeql-action/init@d26c46acea4065b13fc57703621e0a7c8b9e836b
+ uses: github/codeql-action/init@4c3e5362829f0b0bb62ff5f6c938d7f95574c306
40
with:
41
languages: ${{ matrix.language }}
42
43
- name: Autobuild
44
- uses: github/codeql-action/autobuild@d26c46acea4065b13fc57703621e0a7c8b9e836b
+ uses: github/codeql-action/autobuild@4c3e5362829f0b0bb62ff5f6c938d7f95574c306
45
46
- name: Perform CodeQL Analysis
47
- uses: github/codeql-action/analyze@d26c46acea4065b13fc57703621e0a7c8b9e836b
+ uses: github/codeql-action/analyze@4c3e5362829f0b0bb62ff5f6c938d7f95574c306
48
49
category: '/language:${{ matrix.language }}'
0 commit comments