You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/06/27 14:24:16 UTC

[cxf] branch master updated: Bump actions/setup-java from 2 to 3 (#966)

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

reta pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new c4ae7ea784 Bump actions/setup-java from 2 to 3 (#966)
c4ae7ea784 is described below

commit c4ae7ea784051f36b6a79bfc4cc0e7de6c3a9881
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jun 27 10:24:10 2022 -0400

    Bump actions/setup-java from 2 to 3 (#966)
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](https://github.com/actions/setup-java/compare/v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    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 5fd6ede9df..1f707a77e0 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -43,7 +43,7 @@ jobs:
         # a pull request then we can checkout the head.
         fetch-depth: 2
     - name: Setup JDK 17
-      uses: actions/setup-java@v2
+      uses: actions/setup-java@v3
       with:
         distribution: 'temurin'
         java-version: '17'