From 4a862087c0d8fc39e03f1734869606a5e145b270 Mon Sep 17 00:00:00 2001 From: Neal Birchfield <84486562+The-Architect01@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:05:37 -0400 Subject: [PATCH] Update codeql.yml Attempting to get codeql to work. Following tutorial: https://learn.microsoft.com/en-us/dotnet/architecture/devops-for-aspnet-developers/actions-codeql --- .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 d8afad6..b316e23 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -29,7 +29,6 @@ jobs: # - https://gh.io/using-larger-runners # Consider using larger runners for possible analysis time improvements. runs-on: 'windows-latest' - timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }} permissions: actions: read contents: read @@ -53,6 +52,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.