summaryrefslogtreecommitdiffstats
path: root/docs/.github/workflows/codeql-analysis.yml
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-01-27 10:47:28 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-01-27 10:47:28 +0100
commitfc7de7136acbcf0aef54ae8460c7702bc83709be (patch)
treec109bb4dd1f1b054db476e7e4117f79bdd62ec9e /docs/.github/workflows/codeql-analysis.yml
parent1083bf7c08e6f35826279065b8a09a16cc991c7f (diff)
docs: Prepare for new sub tree
See #11925
Diffstat (limited to 'docs/.github/workflows/codeql-analysis.yml')
-rw-r--r--docs/.github/workflows/codeql-analysis.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/docs/.github/workflows/codeql-analysis.yml b/docs/.github/workflows/codeql-analysis.yml
deleted file mode 100644
index 48555823e..000000000
--- a/docs/.github/workflows/codeql-analysis.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-name: "CodeQL"
-
-on:
- schedule:
- - cron: "0 0 1 * *"
-
-jobs:
- analyze:
- name: Analyze
- runs-on: ubuntu-latest
- permissions:
- actions: read
- contents: read
- security-events: write
-
- steps:
- - name: Checkout repository
- uses: actions/checkout@v4
-
- - name: Initialize CodeQL
- uses: github/codeql-action/init@v2
- with:
- languages: "javascript"
-
- - name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v2