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

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2022-11-12 10:18:34 +0300
committerXhmikosR <xhmikosr@gmail.com>2022-11-12 10:18:34 +0300
commite664cf5411eeb9d12ec517cd6b32316b021c3c62 (patch)
tree4c4f5e64a0326c4519f2d58a7aef8b1056bd3c21
parentb19d92469d380f664b3b95b3fbe853ccec69f4ad (diff)
Update CodeQL Action
-rw-r--r--.github/workflows/codeql.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 008b770b9..21f004802 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -6,11 +6,12 @@ on:
- main
- "!dependabot/**"
pull_request:
- # The branches below must be a subset of the branches above
branches:
- main
+ - "!dependabot/**"
schedule:
- cron: "0 0 * * 0"
+ workflow_dispatch:
jobs:
analyze:
@@ -24,11 +25,19 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
+ with:
+ persist-credentials: false
- name: Initialize CodeQL
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"