From 9d01c0396795ab5bc3354bdad32895d53dbe9a66 Mon Sep 17 00:00:00 2001 From: Ana Scolari <127357173+apsscolari@users.noreply.github.com> Date: Fri, 9 May 2025 14:08:54 -0700 Subject: [PATCH 1/2] Update codeql_with_config.yml --- .github/workflows/codeql_with_config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql_with_config.yml b/.github/workflows/codeql_with_config.yml index c17f573..2646a69 100644 --- a/.github/workflows/codeql_with_config.yml +++ b/.github/workflows/codeql_with_config.yml @@ -76,7 +76,12 @@ jobs: # 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. - config-file: ./.github/codeql/codeql-config.yml + config-file: | + paths: + - src + paths-ignore: + - src/node_modules + - '**/*.test.js' # For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs # queries: security-extended,security-and-quality From d174a630a81d0edb0d2e37d251c85e314ecae660 Mon Sep 17 00:00:00 2001 From: Ana Scolari <127357173+apsscolari@users.noreply.github.com> Date: Fri, 9 May 2025 14:11:30 -0700 Subject: [PATCH 2/2] Update codeql_with_config.yml --- .github/workflows/codeql_with_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql_with_config.yml b/.github/workflows/codeql_with_config.yml index 2646a69..f50eaf7 100644 --- a/.github/workflows/codeql_with_config.yml +++ b/.github/workflows/codeql_with_config.yml @@ -76,7 +76,7 @@ jobs: # 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. - config-file: | + config: | paths: - src paths-ignore: