We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28edbbf commit 9f5ec1fCopy full SHA for 9f5ec1f
1 file changed
.github/workflows/codeql-analysis.yml
@@ -43,7 +43,7 @@ jobs:
43
44
# Initializes the CodeQL tools for scanning.
45
- name: Initialize CodeQL
46
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v4
47
with:
48
languages: ${{ matrix.language }}
49
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -55,4 +55,4 @@ jobs:
55
python setup.py build_ext --inplace -t build
56
57
- name: Perform CodeQL Analysis
58
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v4
0 commit comments