diff options
| author | XhmikosR <[email protected]> | 2022-11-12 13:09:35 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-12 13:09:35 +0200 |
| commit | 8387827c131678f191c561cf5831475473dd88d1 (patch) | |
| tree | 4a107766dda5ad57beb9c97daf3575042e6034c5 /.github/workflows/codeql.yml | |
| parent | 05b7df055e3267e66457a9f84d8f7b271cf0af7d (diff) | |
| download | bootstrap-8387827c131678f191c561cf5831475473dd88d1.tar.xz bootstrap-8387827c131678f191c561cf5831475473dd88d1.zip | |
Update CodeQL Action (#37481)
Diffstat (limited to '.github/workflows/codeql.yml')
| -rw-r--r-- | .github/workflows/codeql.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 6144dd24d..3e2f6f34d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -7,7 +7,6 @@ on: - v4-dev - "!dependabot/**" pull_request: - # The branches below must be a subset of the branches above branches: - main - v4-dev @@ -35,6 +34,12 @@ jobs: uses: github/codeql-action/init@v2 with: languages: "javascript" + queries: +security-and-quality + + - name: Autobuild + uses: github/codeql-action/autobuild@v2 - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v2 + with: + category: "/language:javascript" |
