From 04bea09e41f4903cad7b4b24ba84a736f32b7b2b Mon Sep 17 00:00:00 2001 From: Vahid Nasiri Date: Sun, 1 Oct 2023 13:12:14 +0330 Subject: [PATCH] Update codeql.yml add codeql-config.yml --- .github/workflows/codeql.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index fc51b71..ea29422 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -50,6 +50,7 @@ jobs: uses: github/codeql-action/init@v2 with: languages: ${{ matrix.language }} + config-file: ./.github/codeql/codeql-config.yml # 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.