You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2023/01/25 10:30:03 UTC

[santuario-xml-security-java] branch main updated: Bump actions/cache from 2.1.1 to 3.2.3 (#110)

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

coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git


The following commit(s) were added to refs/heads/main by this push:
     new 6e1dc16c Bump actions/cache from 2.1.1 to 3.2.3 (#110)
6e1dc16c is described below

commit 6e1dc16c643260a19294e13d3818c8b0af6dcf3d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 25 10:29:56 2023 +0000

    Bump actions/cache from 2.1.1 to 3.2.3 (#110)
    
    Bumps [actions/cache](https://github.com/actions/cache) from 2.1.1 to 3.2.3.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](https://github.com/actions/cache/compare/5ca27f25cb3a0babe750cad7e4fddd3e55f29e9a...58c146cc91c5b9e778e71775dfe9bf1442ad9a12)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .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 313c4cbe..26cdfdbf 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -49,7 +49,7 @@ jobs:
       if: ${{ github.event_name == 'pull_request' }}
 
     - name: Cache local Maven repository
-      uses: actions/cache@5ca27f25cb3a0babe750cad7e4fddd3e55f29e9a
+      uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12
       with:
         path: ~/.m2
         key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}