Skip to content

Commit 7c48785

Browse files
committed
fix: updating CodeQL Analyzer
dependency: none Signed-off-by: jkalandaibm <[email protected]>
1 parent ceb77b2 commit 7c48785

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,19 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
language: [ 'python' ]
31+
include:
32+
- language: python
3233
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
3334
# Learn more:
3435
# 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
3536

3637
steps:
3738
- name: Checkout repository
38-
uses: actions/checkout@v3
39+
uses: actions/checkout@v2
3940

4041
# Initializes the CodeQL tools for scanning.
4142
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@v2
43+
uses: github/codeql-action/init@v1
4344
with:
4445
languages: ${{ matrix.language }}
4546
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -50,7 +51,7 @@ jobs:
5051
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5152
# If this step fails, then you should remove it and run the build manually (see below)
5253
- name: Autobuild
53-
uses: github/codeql-action/autobuild@v2
54+
uses: github/codeql-action/autobuild@v1
5455

5556
# ℹ️ Command-line programs to run using the OS shell.
5657
# 📚 https://git.io/JvXDl
@@ -64,4 +65,4 @@ jobs:
6465
# make release
6566

6667
- name: Perform CodeQL Analysis
67-
uses: github/codeql-action/analyze@v2
68+
uses: github/codeql-action/analyze@v1

0 commit comments

Comments
 (0)