We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b267b5 commit dbd54e2Copy full SHA for dbd54e2
.github/workflows/codeql.yml
@@ -49,13 +49,13 @@ jobs:
49
# Initializes the CodeQL tools for scanning.
50
- if: matrix.language == 'c-cpp'
51
name: Initialize CodeQL C
52
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
53
with:
54
languages: 'c-cpp'
55
56
- if: matrix.language == 'python'
57
name: Initialize CodeQL Python
58
59
60
languages: 'python'
61
config-file: ./.github/codeql/codeql-config.yml
@@ -66,6 +66,6 @@ jobs:
66
ninja -C .build
67
68
- name: Perform CodeQL Analysis
69
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
70
71
category: "/language:${{matrix.language}}"
0 commit comments