From 149c5ea354fc6b09f93b26752e7b03dff2916aac Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Tue, 14 Jul 2026 16:03:33 +0300 Subject: ci: T9082: finalize — pin to @production, restore paths filter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pre-merge validation complete (legacy interpreted row green; vyos/.github#155 merged). Fleet-standard caller shape. 🤖 Generated by [robots](https://vyos.io) --- .github/workflows/codeql.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to '.github/workflows/codeql.yml') 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']" -- cgit v1.2.3