Skip to content

Commit d1a00d1

Browse files
committed
updating the queries selection
1 parent 5b01996 commit d1a00d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
include:
28-
- language: actions
29-
build-mode: none
3028
- language: java-kotlin
3129
build-mode: autobuild
3230
steps:
@@ -43,7 +41,7 @@ jobs:
4341
# Prefix the list here with "+" to use these queries and those in the config file.
4442

4543
# For more 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
46-
queries: security-extended,security-and-quality
44+
queries: ${{ matrix.language == 'java-kotlin' && 'security-extended, security-and-quality' }}
4745

4846
# If the analyze step fails for one of the languages you are analyzing with
4947
# "We were unable to automatically build your code", modify the matrix above

0 commit comments

Comments
 (0)