Skip to content

Commit 04a41ee

Browse files
committed
codeql: use extended query pack
1 parent db127a3 commit 04a41ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ concurrency:
3232
jobs:
3333
analyze:
3434
name: Analyze
35-
runs-on: ubuntu-20.04
35+
runs-on: ubuntu-latest
3636

3737
strategy:
3838
fail-fast: false
@@ -51,6 +51,7 @@ jobs:
5151
uses: github/codeql-action/init@v2
5252
with:
5353
config-file: ./.github/codeql/codeql-config.yml
54+
queries: security-extended
5455
languages: ${{ matrix.language }}
5556
# If you wish to specify custom queries, you can do so here or in a config file.
5657
# By default, queries listed here will override any specified in a config file.

0 commit comments

Comments
 (0)