summaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yml
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-06-22 15:44:40 +0530
committerChristian Breunig <christian@breunig.cc>2024-06-26 20:08:33 +0200
commitcede3f23088c291995cf985a8e65fed838e06d1d (patch)
treec06a16ee75afcfd315f6d19bbb15e794a7a921af /.github/workflows/codeql.yml
parente642c4682ce473e1af678f1c0e7225822a4faecd (diff)
downloadvyos-build-cede3f23088c291995cf985a8e65fed838e06d1d.tar.gz
vyos-build-cede3f23088c291995cf985a8e65fed838e06d1d.zip
T6508: pr workflows updated for branch and target
(cherry picked from commit 4300ed36ef6006c15130234344d321c032a8b271)
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r--.github/workflows/codeql.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index a4fc39e2..66c580a2 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -2,10 +2,12 @@ name: "Perform CodeQL Analysis"
on:
push:
- branches: [ "current", "sagitta", "equuleus" ]
+ branches:
+ - circinus
pull_request:
# The branches below must be a subset of the branches above
- branches: [ "current" ]
+ branches:
+ - circinus
schedule:
- cron: '22 10 * * 0'
workflow_dispatch:
@@ -17,7 +19,7 @@ permissions:
jobs:
codeql-analysis-call:
- uses: vyos/.github/.github/workflows/codeql-analysis.yml@feature/T6349-reusable-workflows
+ uses: vyos/.github/.github/workflows/codeql-analysis.yml@circinus
secrets: inherit
with:
languages: "['python']"