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 d0b73e0 commit 2fcf4e0Copy full SHA for 2fcf4e0
.github/workflows/python-ci.yml
@@ -57,11 +57,11 @@ jobs:
57
- name: Checkout repository
58
uses: actions/checkout@v6
59
- name: Initialize CodeQL
60
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
61
with:
62
languages: python
63
- name: Perform CodeQL Analysis
64
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
65
66
lint-check:
67
name: Lint Check
0 commit comments