From 0598730f384b0cbd7d86c70d0c89208f482f8a14 Mon Sep 17 00:00:00 2001 From: Yangxl88 <75238236+Yangxl88@users.noreply.github.com> Date: Wed, 13 Nov 2024 21:05:33 +0800 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0e1245f..2d2fd7b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -63,7 +63,7 @@ jobs: with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} - queries: +./.github/workflows/*.ql + queries: +./.github/workflows/2.ql # If you wish to specify custom queries, you can do so here or in a config file. # By default, queries listed here will override any specified in a config file. # Prefix the list here with "+" to use these queries and those in the config file.