Skip to content

Commit edf06f0

Browse files
authored
Update codeql-analysis.yml (#102)
The existing one is failing Signed-off-by: Joseph Kalandarishvili <[email protected]>
1 parent 99bca5d commit edf06f0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,20 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
language: [ 'python' ]
31+
include:
32+
- language: python
33+
build-mode: none
3234
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
3335
# Learn more:
3436
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
3537

3638
steps:
3739
- name: Checkout repository
38-
uses: actions/checkout@v3
40+
uses: actions/checkout@v4
3941

4042
# Initializes the CodeQL tools for scanning.
4143
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@v2
44+
uses: github/codeql-action/init@v3
4345
with:
4446
languages: ${{ matrix.language }}
4547
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -64,4 +66,4 @@ jobs:
6466
# make release
6567

6668
- name: Perform CodeQL Analysis
67-
uses: github/codeql-action/analyze@v2
69+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)