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/03/13 10:16:15 UTC

[ws-wss4j] branch master updated: Bump actions/cache from 3.3.0 to 3.3.1 (#119)

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 bb77858de Bump actions/cache from 3.3.0 to 3.3.1 (#119)
bb77858de is described below

commit bb77858dea80a5743c4398f89d81c83a31436338
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Mar 13 10:16:09 2023 +0000

    Bump actions/cache from 3.3.0 to 3.3.1 (#119)
    
    Bumps [actions/cache](https://github.com/actions/cache) from 3.3.0 to 3.3.1.
    - [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/940f3d7cf195ba83374c77632d1e2cbb2f24ae68...88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8)
    
    ---
    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 1aca0e962..bb9603395 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@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 #v3.3.0
+      uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 #v3.3.1
       with:
         path: ~/.m2
         key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}