From 509a5c95ffc018ff6fa91eedb38e64e6c1c6606b Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Tue, 21 May 2024 22:05:53 -0400 Subject: [PATCH] ci: Remove deprecated codeql option This is now warning that it does nothing: https://github.blog/changelog/2024-01-23-codeql-2-16-python-dependency-installation-disabled-new-queries-and-bug-fixes/ --- .github/workflows/codeql-analysis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 29d2859999bd..203b0eee9ca4 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,6 @@ jobs: uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} - setup-python-dependencies: false - name: Build compiled code if: matrix.language == 'c-cpp'