chore(codeql): use +security-and-quality

This commit is contained in:
41666 2020-10-06 20:44:36 -04:00
parent d92f3680ff
commit 515a32fe44

View file

@ -7,7 +7,7 @@ on:
# The branches below must be a subset of the branches above
branches: [main]
schedule:
- cron: '0 1 * * 2'
- cron: "0 1 * * 2"
jobs:
analyze:
@ -19,7 +19,7 @@ jobs:
matrix:
# Override automatic language detection by changing the below list
# Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python']
language: ['go', 'javascript']
language: ["go", "javascript"]
# Learn more...
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection
@ -40,6 +40,7 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
queries: +security-and-quality
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.