From bdc5287aa60b4b7ddcfb1c767d73f151e4797d00 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 autobuild on v4, validation fail-fast, build-mode none — all 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') diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9d90b49..3f878bc 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -4,9 +4,17 @@ on: push: branches: - rolling + paths: + - '**' + - '!.github/**' + - '!**/*.md' pull_request: branches: - rolling + paths: + - '**' + - '!.github/**' + - '!**/*.md' schedule: - cron: '28 13 * * 0' @@ -17,7 +25,7 @@ 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: "['c-cpp']" build-mode: "none" -- cgit v1.2.3