From 58ea0e5c42155d4693ed634fd141f3d6eba0cb8c Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Tue, 7 Feb 2023 21:57:13 +0000 Subject: [PATCH] remove code scan --- .github/workflows/codeql.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5d6c3da3f..7c1c4c757 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -7,9 +7,8 @@ # ******** NOTE ******** # We have attempted to detect the languages in your repository. Please check # the `language` matrix defined below to confirm you have the correct set of -# supported CodeQL languages. -# -name: "CodeQL" + +name: "Build repo" on: push: @@ -42,15 +41,15 @@ jobs: java-version: '17' distribution: 'temurin' - - name: Initialize CodeQL - uses: github/codeql-action/init@v2 - with: - languages: java + # - name: Initialize CodeQL + # uses: github/codeql-action/init@v2 + # with: + # languages: java - uses: gradle/gradle-build-action@v2.3.3 with: gradle-version: 7.6 arguments: assemble --no-build-cache - - name: Perform CodeQL analysis - uses: github/codeql-action/analyze@v2 + #- name: Perform CodeQL analysis + # uses: github/codeql-action/analyze@v2