8000 ci: Update CodeQL workflow (#1110) · PyMySQL/PyMySQL@4072c7f · GitHub
[go: up one dir, main page]

Skip to content

Commit 4072c7f

Browse files
authored
ci: Update CodeQL workflow (#1110)
1 parent a6f53db commit 4072c7f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/codeql-analysis.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,16 @@ jobs:
2727

2828
strategy:
2929
fail-fast: false
30-
matrix:
31-
language: [ 'python' ]
32-
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
33-
# Learn more:
34-
# 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
3530

3631
steps:
3732
- name: Checkout repository
38-
uses: actions/checkout@v2
33+
uses: actions/checkout@v3
3934

4035
# Initializes the CodeQL tools for scanning.
4136
- name: Initialize CodeQL
4237
uses: github/codeql-action/init@v2
4338
with:
44-
languages: ${{ matrix.language }}
39+
languages: "python"
4540
# If you wish to specify custom queries, you can do so here or in a config file.
4641
# By default, queries listed here will override any specified in a config file.
4742
# Prefix the list here with "+" to use these queries and those in the config file.

0 commit comments

Comments
 (0)
0