Skip to content

Commit dfe9197

Browse files
Update codeql.yml (#1859)
1 parent 3408e0d commit dfe9197

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

testfiles/expected-codeql.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ jobs:
5252
# By default, queries listed here will override any specified in a config file.
5353
# Prefix the list here with "+" to use these queries and those in the config file.
5454

55-
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
56-
# queries: security-extended,security-and-quality
57-
5855
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5956
# If this step fails, then you should remove it and run the build manually (see below)
6057
- name: Autobuild
@@ -73,4 +70,4 @@ jobs:
7370
- name: Perform CodeQL Analysis
7471
uses: github/codeql-action/analyze@v2
7572
with:
76-
category: "/language:${{matrix.language}}"
73+
category: "/language:${{matrix.language}}"

workflow-templates/codeql.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ jobs:
5252
# By default, queries listed here will override any specified in a config file.
5353
# Prefix the list here with "+" to use these queries and those in the config file.
5454

55-
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
56-
# queries: security-extended,security-and-quality
57-
5855
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5956
# If this step fails, then you should remove it and run the build manually (see below)
6057
- name: Autobuild
@@ -73,4 +70,4 @@ jobs:
7370
- name: Perform CodeQL Analysis
7471
uses: github/codeql-action/analyze@v2
7572
with:
76-
category: "/language:${{matrix.language}}"
73+
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)