Skip to content

Commit 0568bbb

Browse files
build(deps): bump github/codeql-action from 2 to 3 (#568)
1 parent f742539 commit 0568bbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636

3737
# Initializes the CodeQL tools for scanning.
3838
- name: Initialize CodeQL
39-
uses: github/codeql-action/init@v2
39+
uses: github/codeql-action/init@v4
4040
with:
4141
languages: ${{ matrix.language }}
4242
# By default, queries listed here will override any specified in a config file.
4343
# Prefix the list here with "+" to use these queries and those in the config file.
4444
# queries: ./path/to/local/query, your-org/your-repo/queries@main
4545

4646
- name: Perform CodeQL Analysis
47-
uses: github/codeql-action/analyze@v2
47+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)