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 bab8e4a commit c9af101Copy full SHA for c9af101
.github/workflows/codeql.yml
@@ -23,11 +23,11 @@ jobs:
23
uses: actions/checkout@v4
24
25
- name: Initialize CodeQL
26
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
27
with:
28
languages: python
29
30
- name: Perform CodeQL Analysis
31
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
32
33
category: "/language:python"
0 commit comments