summaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yml
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2024-07-02 16:16:24 +0200
committerGitHub <noreply@github.com>2024-07-02 16:16:24 +0200
commit64aee19ad237a2f0b051d1cdecdbb8150e2cc74b (patch)
treecc40e77648499a4404e36a447b97adfe9abb2b22 /.github/workflows/codeql.yml
parent4ae741516480d3319a37549f12a3067409e1976c (diff)
parent53569a889d2caa5a1fa92a7328f4940038d53d43 (diff)
downloadvyos-build-64aee19ad237a2f0b051d1cdecdbb8150e2cc74b.tar.gz
vyos-build-64aee19ad237a2f0b051d1cdecdbb8150e2cc74b.zip
Merge pull request #669 from vyos/mergify/bp/equuleus/pr-668equuleus
T6508: pr workflows updated for branch and target (backport #668)
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..92a2dc65 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:
+ - equuleus
pull_request:
# The branches below must be a subset of the branches above
- branches: [ "current" ]
+ branches:
+ - equuleus
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@equuleus
secrets: inherit
with:
languages: "['python']"