From 0948ac3266c6a685065c49e46edf19c7c6e31ee0 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sun, 21 Dec 2025 10:36:57 +0800 Subject: [PATCH] Update CodeQL workflow to trigger on version tags only --- .github/workflows/codeql.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ed939ac..3f5e35c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,11 +13,8 @@ name: "CodeQL Advanced" on: push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] - schedule: - - cron: '43 13 * * 0' + tags: + - v[0-9]+.* jobs: analyze: