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 af4c1bc commit 826a1ebCopy full SHA for 826a1eb
1 file changed
.github/workflows/ci.backend-api.yml
@@ -35,10 +35,10 @@ jobs:
35
python-version: '3.11'
36
37
- name: Initialize CodeQL
38
- uses: github/codeql-action/init@v4 # <-- Change from v3 to v4
+ uses: github/codeql-action/init@v4
39
with:
40
languages: ${{ matrix.language }}
41
- build-mode: ${{ matrix.build-mode }}
+ build-mode: none # <-- Add this line to prevent CodeQL build crashes for interpreted Python
42
43
- if: matrix.build-mode == 'manual'
44
shell: bash
0 commit comments