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 c2f3f46f Try to fix caching
c2f3f46f is described below

commit c2f3f46f15d7e7a9403cea9776ffe21ef934b958
Author: Gary Gregory <[email protected]>
AuthorDate: Fri May 26 11:42:42 2023 -0400

    Try to fix caching
---
 .github/workflows/codeql-analysis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 2e4cbace..49607515 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -51,7 +51,7 @@ jobs:
     - uses: actions/[email protected]
       with:
         path: ~/.m2/repository
-        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml', 
'.github/**/*.yaml') }}
         restore-keys: |
           ${{ runner.os }}-maven-
 

Reply via email to