X Tutup
Skip to content

Commit c84bfa9

Browse files
authored
Merge pull request cli#4156 from rneatherway/patch-1
Extend query suite with quality queries
2 parents d24e963 + 6ebafb5 commit c84bfa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: github/codeql-action/init@v1
1919
with:
2020
languages: go
21+
queries: security-and-quality
2122

2223
- name: Perform CodeQL Analysis
2324
uses: github/codeql-action/analyze@v1

0 commit comments

Comments
 (0)
X Tutup