From 52a34827f1e38e0b559a01d545f03ffdf44527f2 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 6 Aug 2024 19:03:30 +0000 Subject: [PATCH] Updating GitHub Code Scanning Workflows --- .github/workflows/codeql-analysis-java.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/codeql-analysis-java.yaml b/.github/workflows/codeql-analysis-java.yaml index 02167b4..a5421fa 100644 --- a/.github/workflows/codeql-analysis-java.yaml +++ b/.github/workflows/codeql-analysis-java.yaml @@ -19,12 +19,11 @@ jobs: actions: read contents: read security-events: write - packages: read strategy: fail-fast: false matrix: - language: ["java-kotlin"] + language: ["java"] steps: - name: Checkout repository @@ -35,16 +34,15 @@ jobs: uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} - build-mode: none queries: security-extended # security-and-quality # If you wish to specify custom queries, you can do so here or in a config file. # By default, queries listed here will override any specified in a config file. # Prefix the list here with "+" to use these queries and those in the config file. - # # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java). - # # If this step fails, then you should remove it and run the build manually (see below) - # - name: Autobuild - # uses: github/codeql-action/autobuild@v3 + # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java). + # If this step fails, then you should remove it and run the build manually (see below) + - name: Autobuild + uses: github/codeql-action/autobuild@v3 # ℹī¸ Command-line programs to run using the OS shell. # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun