We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f742539 commit 0568bbbCopy full SHA for 0568bbb
.github/workflows/codeql-analysis.yml
@@ -36,12 +36,12 @@ jobs:
36
37
# Initializes the CodeQL tools for scanning.
38
- name: Initialize CodeQL
39
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v4
40
with:
41
languages: ${{ matrix.language }}
42
# By default, queries listed here will override any specified in a config file.
43
# Prefix the list here with "+" to use these queries and those in the config file.
44
# queries: ./path/to/local/query, your-org/your-repo/queries@main
45
46
- name: Perform CodeQL Analysis
47
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v4
0 commit comments