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

[ws-wss4j] branch master updated: Bump actions/cache from 3.2.4 to 3.2.5 (#104)

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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


The following commit(s) were added to refs/heads/master by this push:
     new e7e37a191 Bump actions/cache from 3.2.4 to 3.2.5 (#104)
e7e37a191 is described below

commit e7e37a19160ae75c5ef4fed2bf98a26562f44d57
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Feb 10 16:25:00 2023 +0000

    Bump actions/cache from 3.2.4 to 3.2.5 (#104)
    
    Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 3.2.5.
    - [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/627f0f41f6904a5b1efbaed9f96d9eb58e92e920...6998d139ddd3e68c71e9e398d8e40b71a2f39812)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 d4d8fe473..8c53fda7b 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -44,7 +44,7 @@ jobs:
         fetch-depth: 2
 
     - name: Cache local Maven repository
-      uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 #v3.2.4
+      uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 #v3.2.5
       with:
         path: ~/.m2
         key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}