mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Improve the code analysis workflow with quality checks
This allows us to get the quality checks that LGTM does into GitHub Advanced Security. Since it not only runs security checks anymore, the workflow is also renamed to CodeQL to make this more explicit (and this matches the documentation better).
This commit is contained in:
parent
3ec1bac901
commit
574fed2bdf
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
name: GitHub Advanced Security
|
||||
name: CodeQL
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
analyze:
|
||||
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue