Skip to content

Commit

Permalink
queries
Browse files Browse the repository at this point in the history
Signed-off-by: Ross Goldberg <[email protected]>
  • Loading branch information
rgoldberg committed Dec 31, 2024
1 parent 56f3742 commit a615041
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 @@ -31,7 +31,7 @@ jobs:
with:
languages: ${{matrix.language}}
build-mode: ${{matrix.build-mode}}
queries: security-and-quality
queries: ${{matrix.language == 'swift' && 'security-and-quality' || ''}}

- name: Build Swift
if: matrix.language == 'swift'
Expand Down

0 comments on commit a615041

Please sign in to comment.