summaryrefslogtreecommitdiffstats
path: root/.github/workflows/codeql.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-12-12 15:24:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-12-12 15:24:01 +0000
commit77cd7a6f78e71b6e9ce565ccf2d5d5d620ba56e3 (patch)
tree16a5e6dbea423696f2ad23e5f019aa51772f1706 /.github/workflows/codeql.yml
parentAdding upstream version 1.9.1+dfsg. (diff)
downloadbootstrap-icons-6fbf36b40993088500f4c9f4e991da5f1446bc04.tar.xz
bootstrap-icons-6fbf36b40993088500f4c9f4e991da5f1446bc04.zip
Adding upstream version 1.10.2+dfsg.upstream/1.10.2+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r--.github/workflows/codeql.yml13
1 files changed, 11 insertions, 2 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 008b770..225e2ef 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:
@@ -22,13 +23,21 @@ jobs:
security-events: write
steps:
- - name: Checkout repository
+ - name: Clone 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"