Bläddra i källkod

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
Julien Voisin 1 år sedan
förälder
incheckning
28fe053329
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 2
      .github/workflows/codeql-analysis.yml

+ 0 - 2
.github/workflows/codeql-analysis.yml

@@ -22,8 +22,6 @@ jobs:
 
 
     strategy:
     strategy:
       fail-fast: false
       fail-fast: false
-      matrix:
-        language: [ 'go', 'javascript' ]
 
 
     steps:
     steps:
     - name: Checkout repository
     - name: Checkout repository