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

github-bot pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/2.x by this push:
     new 190840509e Bump actions/setup-java from 3.12.0 to 3.13.0 (#1808)
190840509e is described below

commit 190840509e0bc4b1d8721e9939639c93ffaaad26
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 5 22:37:57 2023 +0000

    Bump actions/setup-java from 3.12.0 to 3.13.0 (#1808)
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
3.12.0 to 3.13.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - 
[Commits](https://github.com/actions/setup-java/compare/cd89f46ac9d01407894225f350157564c9c7cee2...0ab4596768b603586c0de567f2430c30f5b0d2b0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/build.yml           | 4 ++--
 .github/workflows/codeql-analysis.yml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a9f4254275..cf9b5a9474 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -53,7 +53,7 @@ jobs:
       # JDK 8 is used for the tests.
       # Search `maven-toolchains-plugin` usages for details.
       - name: Setup JDK
-        uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2   # 
3.12.0
+        uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0   # 
3.13.0
         with:
           distribution: temurin
           # The last provided Java version will be used and available globally.
@@ -141,7 +141,7 @@ jobs:
       # JDK 8 is used for the tests.
       # Search `maven-toolchains-plugin` usages for details.
       - name: Setup JDK
-        uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2   # 
3.12.0
+        uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0   # 
3.13.0
         with:
           distribution: temurin
           # The last provided Java version will be used and available globally.
diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index eb3f90ce5c..094f7c2c44 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -64,7 +64,7 @@ jobs:
 
       # JDK 11 is used for the build.
       - name: Setup JDK
-        uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2   # 
3.12.0
+        uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0   # 
3.13.0
         with:
           distribution: temurin
           java-version: 11

Reply via email to