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

github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new 7aef075  Bump actions/setup-java (#7)
7aef075 is described below

commit 7aef0758b94f7cff7d0e598277f640254705aa5d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 12 07:08:18 2022 +0000

    Bump actions/setup-java (#7)
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
19eeec562b37d29a1ad055b7de9c280bd0906d8d to 
c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - 
[Commits](https://github.com/actions/setup-java/compare/19eeec562b37d29a1ad055b7de9c280bd0906d8d...c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b173194..9f5f4fd 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
         uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8   # 
3.1.0
 
       - name: Setup JDK 8
-        uses: actions/setup-java@19eeec562b37d29a1ad055b7de9c280bd0906d8d   # 
3.7.0
+        uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c   # 
3.7.0
         with:
           distribution: temurin
           java-version: 8
@@ -87,7 +87,7 @@ jobs:
         uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8   # 
3.1.0
 
       - name: Setup JDK 8
-        uses: actions/setup-java@19eeec562b37d29a1ad055b7de9c280bd0906d8d   # 
3.7.0
+        uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c   # 
3.7.0
         with:
           distribution: temurin
           java-version: 8

Reply via email to