codeql: add security-extended query suite

Add the CodeQL security-extended suite to
the CodeQL workflow configuration.
pull/10413/head
Daniel Olatunji 1 year ago committed by Victor Julien
parent 7881e85088
commit f9a4e9c588

@ -42,6 +42,7 @@ jobs:
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
queries: security-extended
- run: |
sudo apt-get update

Loading…
Cancel
Save