We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7bc22 commit 77809dfCopy full SHA for 77809df
.github/workflows/codeql.yml
@@ -41,7 +41,7 @@ jobs:
41
42
# Initializes the CodeQL tools for scanning.
43
- name: Initialize CodeQL
44
- uses: github/codeql-action@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
+ uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
45
with:
46
languages: ${{ matrix.language }}
47
build-mode: ${{ matrix.build-mode }}
@@ -64,6 +64,6 @@ jobs:
64
exit 1
65
66
- name: Perform CodeQL Analysis
67
+ uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
68
69
category: "/language:${{matrix.language}}"
0 commit comments