Skip to content

Commit

Permalink
fix: Update CodeQL queries to exclude security-extended for non-actio…
Browse files Browse the repository at this point in the history
…ns languages
  • Loading branch information
gto90 committed Dec 22, 2024
1 parent 1b34794 commit dfbbbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
queries: ${{ matrix.language != 'actions' && 'security-extended,security-and-quality' || 'security-and-quality' }}
queries: ${{ matrix.language != 'actions' && 'security-extended,security-and-quality' || '' }}
dependency-caching: true

# If the analyze step fails for one of the languages you are analyzing with
Expand Down

0 comments on commit dfbbbc5

Please sign in to comment.