We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d42457 + 04a41ee commit ad4f2d1Copy full SHA for ad4f2d1
.github/workflows/codeql-analysis.yml
@@ -32,7 +32,7 @@ concurrency:
32
jobs:
33
analyze:
34
name: Analyze
35
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
36
37
strategy:
38
fail-fast: false
@@ -51,6 +51,7 @@ jobs:
51
uses: github/codeql-action/init@v2
52
with:
53
config-file: ./.github/codeql/codeql-config.yml
54
+ queries: security-extended
55
languages: ${{ matrix.language }}
56
# If you wish to specify custom queries, you can do so here or in a config file.
57
# By default, queries listed here will override any specified in a config file.
0 commit comments