From d63d61878d192c3f3ce776b078ed04f347ced19f Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Sat, 28 Jan 2023 11:38:09 +0000 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a966115d..5d6c3da3 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -31,12 +31,6 @@ jobs: strategy: fail-fast: false - matrix: - language: [ 'java' ] - # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] - # Use only 'java' to analyze code written in Java, Kotlin or both - # Use only 'javascript' to analyze code written in JavaScript, TypeScript or both - # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support steps: - name: Checkout repository @@ -48,11 +42,6 @@ jobs: java-version: '17' distribution: 'temurin' - # - name: Gradle Build Action - # uses: gradle/gradle-build-action@v2.3.3 - # with: - # gradle-version: 7.6 - - name: Initialize CodeQL uses: github/codeql-action/init@v2 with: