Skip to content

Commit a0d932e

Browse files
Bump github/codeql-action from 3 to 4 (#339)
1 parent 3d11e96 commit a0d932e

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
@@ -30,7 +30,7 @@ jobs:
3030

3131
# Initializes the CodeQL tools for scanning.
3232
- name: Initialize CodeQL
33-
uses: github/codeql-action/init@v3
33+
uses: github/codeql-action/init@v4
3434
with:
3535
languages: ${{ env.LANGUAGE }}
3636
build-mode: manual
@@ -64,6 +64,6 @@ jobs:
6464
6565
# Perform analysis
6666
- name: Perform CodeQL Analysis
67-
uses: github/codeql-action/analyze@v3
67+
uses: github/codeql-action/analyze@v4
6868
with:
6969
category: "/language:${{ env.LANGUAGE }}"

0 commit comments

Comments
 (0)