summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkumvijaya <kumvijaya@gmail.com>2024-05-07 18:44:40 +0530
committerkumvijaya <kumvijaya@gmail.com>2024-05-07 18:44:40 +0530
commit3b4e1acbd30caa4dcb9171297066ba9198025782 (patch)
tree9c6cd6a823c369116b39c84b832c353093cd374f
parent5b2436fbec8e5279c8b27c03819b1607c1eca0af (diff)
downloadvyos-1x-3b4e1acbd30caa4dcb9171297066ba9198025782.tar.gz
vyos-1x-3b4e1acbd30caa4dcb9171297066ba9198025782.zip
T6310: added codeql workflow
-rw-r--r--.github/workflows/codeql-caller.yml11
1 files changed, 8 insertions, 3 deletions
diff --git a/.github/workflows/codeql-caller.yml b/.github/workflows/codeql-caller.yml
index 5b2ee4d8e..9dd0e3941 100644
--- a/.github/workflows/codeql-caller.yml
+++ b/.github/workflows/codeql-caller.yml
@@ -9,21 +9,26 @@
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
-name: "Call CodeQL Analysis"
+name: "Perform CodeQL Analysis"
on:
workflow_dispatch:
push:
- branches: [ "current", crux, equuleus ]
+ branches: [ "current", "sagitta", "equuleus" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "current" ]
schedule:
- cron: '22 10 * * 0'
+permissions:
+ actions: read
+ contents: read
+ security-events: write
+
jobs:
codeql-analysis-call:
- uses: vyos/vyos-github-actions/.github/workflows/codeql-analysis.yml@feature/add-codeql-workflow
+ uses: vyos/vyos-github-actions/.github/workflows/codeql-analysis.yml@main
secrets: inherit
with:
languages: "['python']"