From 998f178b8ff6729f04ef6dd5494eb5b4b9478383 Mon Sep 17 00:00:00 2001 From: Brett Earley Date: Tue, 5 Dec 2023 16:17:23 -0500 Subject: [PATCH] Updating security workflows. --- .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 9ba47be2..b787ff35 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -18,7 +18,6 @@ jobs: fail-fast: false matrix: language: [ 'csharp' ] - config-file: ./.github/codeql/codeql-config.yml # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support @@ -31,6 +30,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.