Skip to content

Commit 8df349a

Browse files
committed
Enable CodeQL extended tests
1 parent a530f77 commit 8df349a

1 file changed

Lines changed: 2 additions & 22 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -32,28 +32,8 @@ jobs:
3232
uses: github/codeql-action/init@v4
3333
with:
3434
languages: ${{ matrix.language }}
35-
36-
# If you wish to specify custom queries, you can do so here or in a config file.
37-
# By default, queries listed here will override any specified in a config file.
38-
# Prefix the list here with "+" to use these queries and those in the config file.
39-
40-
# 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
41-
# queries: security-extended,security-and-quality
42-
43-
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
44-
# If this step fails, then you should remove it and run the build manually (see below)
45-
- name: Autobuild
46-
uses: github/codeql-action/autobuild@v4
47-
48-
# ℹ️ Command-line programs to run using the OS shell.
49-
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
50-
51-
# If the Autobuild fails above, remove it and uncomment the following three lines.
52-
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
53-
54-
# - run: |
55-
# echo "Run, Build Application using script"
56-
# ./location_of_script_within_repo/buildscript.sh
35+
build-mode: autobuild
36+
queries: security-extended,security-and-quality
5737

5838
- name: Perform CodeQL Analysis
5939
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)