Skip to content

Commit 77809df

Browse files
committed
fix: codeql workflow
1 parent 0b7bc22 commit 77809df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
# Initializes the CodeQL tools for scanning.
4343
- name: Initialize CodeQL
44-
uses: github/codeql-action@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
44+
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
4545
with:
4646
languages: ${{ matrix.language }}
4747
build-mode: ${{ matrix.build-mode }}
@@ -64,6 +64,6 @@ jobs:
6464
exit 1
6565
6666
- name: Perform CodeQL Analysis
67-
uses: github/codeql-action@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
67+
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
6868
with:
6969
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)