You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/01 13:27:56 UTC

[commons-compress] branch master updated: Try to fix CodeQL build

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


The following commit(s) were added to refs/heads/master by this push:
     new d82983c4 Try to fix CodeQL build
d82983c4 is described below

commit d82983c424e941d3a3b0a61b7678d57739c5436e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jun 1 09:27:52 2023 -0400

    Try to fix CodeQL build
---
 .github/workflows/codeql-analysis.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 49607515..b7885992 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,12 +48,12 @@ jobs:
       uses: actions/checkout@v3.5.2
       with:
         persist-credentials: false
-    - uses: actions/cache@v3.3.1
-      with:
-        path: ~/.m2/repository
-        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml', '.github/**/*.yaml') }}
-        restore-keys: |
-          ${{ runner.os }}-maven-
+#    - uses: actions/cache@v3.3.1
+#      with:
+#        path: ~/.m2/repository
+#        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml', '.github/**/*.yaml') }}
+#        restore-keys: |
+#          ${{ runner.os }}-maven-
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL