From 39a7f904b4322014567c93dc5faffec0c28f9c28 Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Sat, 6 Nov 2021 16:34:10 -0700 Subject: [PATCH] Update codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0e0b8d806..31468a0d0 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -48,26 +48,8 @@ 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. - # queries: ./path/to/local/query, your-org/your-repo/queries@main - - # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). - # If this step fails, then you should remove it and run the build manually (see below) - + # queries: ./path/to/local/query, your-org/your-repo/queries@main - run: | - on: [push, pull_request] - -env: - CTEST_PARALLEL_LEVEL: "1" - -jobs: - ubuntu: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: Install deps - run: | sudo apt install gettext libncurses5-dev libpcre2-dev python3-pip tmux sudo pip3 install pexpect # Generate a locale that uses a comma as decimal separator.