Skip to content

Commit bd203e3

Browse files
Bump github/codeql-action from 3 to 4 (#65)
1 parent 6fb0ff2 commit bd203e3

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
@@ -34,7 +34,7 @@ jobs:
3434

3535
# Initializes the CodeQL tools for scanning.
3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@v3
37+
uses: github/codeql-action/init@v4
3838
with:
3939
languages: ${{ env.LANGUAGE }}
4040
build-mode: manual
@@ -70,6 +70,6 @@ jobs:
7070

7171
# Perform analysis
7272
- name: Perform CodeQL Analysis
73-
uses: github/codeql-action/analyze@v3
73+
uses: github/codeql-action/analyze@v4
7474
with:
7575
category: "/language:${{ env.LANGUAGE }}"

0 commit comments

Comments
 (0)