Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2022-11-12 14:09:35 +0300
committerGitHub <noreply@github.com>2022-11-12 14:09:35 +0300
commit8387827c131678f191c561cf5831475473dd88d1 (patch)
tree4a107766dda5ad57beb9c97daf3575042e6034c5
parent05b7df055e3267e66457a9f84d8f7b271cf0af7d (diff)
Update CodeQL Action (#37481)
-rw-r--r--.github/workflows/codeql.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 6144dd24df..3e2f6f34de 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"