You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2022/12/02 07:32:27 UTC

[logging-log4j-tools] branch master updated: Fix deploy step check in CI.

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

vy 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 db799ff  Fix deploy step check in CI.
db799ff is described below

commit db799ff4881b0fe747fb94b2e97047bcc26d7b9b
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Fri Dec 2 08:32:57 2022 +0100

    Fix deploy step check in CI.
---
 .github/workflows/build.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3a6001e..7305d2e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -79,15 +79,15 @@ jobs:
 
     runs-on: ubuntu-latest
     needs: merge
-    if: github.repository == 'vy/rotating-fos' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/'))
+    if: github.repository == 'apache/logging-log4j-tools' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/'))
 
     steps:
 
       - name: Checkout repository
-        uses: actions/checkout@v3
+        uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8   # 3.1.0
 
       - name: Setup JDK 8
-        uses: actions/setup-java@v3
+        uses: actions/setup-java@de1bb2b0c5634f0fc4438d7aa9944e68f9bf86cc   # 3.6.0
         with:
           distribution: temurin
           java-version: 8