Skip to content

Commit

Permalink
Merge pull request #9559 from getsentry/mdtro/codeql-extended
Browse files Browse the repository at this point in the history
codeql: use extended query pack
  • Loading branch information
mdtro authored Nov 14, 2023
2 parents 6d42457 + 04a41ee commit ad4f2d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ concurrency:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

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

0 comments on commit ad4f2d1

Please sign in to comment.