Skip to content

Commit

Permalink
Merge pull request #13830 from timvandermeij/codeql
Browse files Browse the repository at this point in the history
Improve the code analysis workflow with quality checks
  • Loading branch information
Snuffleupagus authored Jul 31, 2021
2 parents 3ec1bac + 574fed2 commit 222c9e7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GitHub Advanced Security
name: CodeQL
on: [push, pull_request]
jobs:
analyze:
Expand All @@ -23,7 +23,7 @@ jobs:
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
queries: security-extended
queries: security-and-quality

- name: Autobuild CodeQL
uses: github/codeql-action/autobuild@v1
Expand Down

0 comments on commit 222c9e7

Please sign in to comment.