From 28fe05332989bdf41d700c3efed1ee5e9c362eb5 Mon Sep 17 00:00:00 2001 From: Julien Voisin Date: Mon, 23 Dec 2024 06:00:06 +0000 Subject: [PATCH] ci: don't specify languages for CodeQL As stated in the [documentation](https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning#changing-the-languages-that-are-analyzed): > CodeQL code scanning automatically detects code written in the supported languages. This will also reduce the number of CodeQL jobs from two to one. See #3029 --- .github/workflows/codeql-analysis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f9df2dd0..b2eb4d95 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -22,8 +22,6 @@ jobs: strategy: fail-fast: false - matrix: - language: [ 'go', 'javascript' ] steps: - name: Checkout repository