summaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yml
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-07-14 16:03:33 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-07-14 16:03:33 +0300
commit149c5ea354fc6b09f93b26752e7b03dff2916aac (patch)
treef4ca6af3062924b073fa8461bbc9179bb9373eed /.github/workflows/codeql.yml
parent8f6bb858609902b10474b8c17081dfed98c4c635 (diff)
downloadrest.vyos-feature/T9082-codeql-onboard.tar.gz
rest.vyos-feature/T9082-codeql-onboard.zip
ci: T9082: finalize — pin to @production, restore paths filterfeature/T9082-codeql-onboard
Pre-merge validation complete (legacy interpreted row green; vyos/.github#155 merged). Fleet-standard caller shape. 🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r--.github/workflows/codeql.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 380d47a..bac18df 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -4,9 +4,17 @@ on:
push:
branches:
- main
+ paths:
+ - '**'
+ - '!.github/**'
+ - '!**/*.md'
pull_request:
branches:
- main
+ paths:
+ - '**'
+ - '!.github/**'
+ - '!**/*.md'
schedule:
- cron: '10 11 * * 0'
@@ -17,6 +25,6 @@ permissions:
jobs:
codeql-analysis-call:
- uses: vyos/.github/.github/workflows/codeql-analysis.yml@b0082401423f12eb68200266227edc8bb54c9937
+ uses: vyos/.github/.github/workflows/codeql-analysis.yml@production
with:
languages: "['python']"