You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by yh...@apache.org on 2022/12/06 21:15:45 UTC

[beam] branch revert-24484-dependabot/github_actions/actions/setup-java-3.7.0 created (now 8a1541542ea)

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

yhu pushed a change to branch revert-24484-dependabot/github_actions/actions/setup-java-3.7.0
in repository https://gitbox.apache.org/repos/asf/beam.git


      at 8a1541542ea Revert "Bump actions/setup-java from 3.6.0 to 3.7.0 (#24484)"

This branch includes the following new commits:

     new 8a1541542ea Revert "Bump actions/setup-java from 3.6.0 to 3.7.0 (#24484)"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: Revert "Bump actions/setup-java from 3.6.0 to 3.7.0 (#24484)"

Posted by yh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

yhu pushed a commit to branch revert-24484-dependabot/github_actions/actions/setup-java-3.7.0
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 8a1541542ea2bcce97899408699717966611b634
Author: Yi Hu <hu...@gmail.com>
AuthorDate: Tue Dec 6 16:15:38 2022 -0500

    Revert "Bump actions/setup-java from 3.6.0 to 3.7.0 (#24484)"
    
    This reverts commit ea1de174fb7df213d299a787aaca8c014d428c2e.
---
 .github/workflows/build_playground_backend.yml        | 2 +-
 .github/workflows/build_playground_frontend.yml       | 2 +-
 .github/workflows/java_tests.yml                      | 2 +-
 .github/workflows/playground_deploy_backend.yml       | 2 +-
 .github/workflows/playground_deploy_examples.yml      | 2 +-
 .github/workflows/playground_examples_ci_reusable.yml | 2 +-
 .github/workflows/run_rc_validation.yml               | 4 ++--
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/build_playground_backend.yml b/.github/workflows/build_playground_backend.yml
index 70ce48531d2..f9c161c934d 100644
--- a/.github/workflows/build_playground_backend.yml
+++ b/.github/workflows/build_playground_backend.yml
@@ -42,7 +42,7 @@ jobs:
     steps:
       - name: Check out the repo
         uses: actions/checkout@v3
-      - uses: actions/setup-java@v3.7.0
+      - uses: actions/setup-java@v3.6.0
         with:
             distribution: 'zulu'
             java-version: '8'
diff --git a/.github/workflows/build_playground_frontend.yml b/.github/workflows/build_playground_frontend.yml
index 838f431f5ab..62f29886c28 100644
--- a/.github/workflows/build_playground_frontend.yml
+++ b/.github/workflows/build_playground_frontend.yml
@@ -43,7 +43,7 @@ jobs:
     steps:
       - name: Check out the repo
         uses: actions/checkout@v3
-      - uses: actions/setup-java@v3.7.0
+      - uses: actions/setup-java@v3.6.0
         with:
             distribution: 'zulu'
             java-version: '8'
diff --git a/.github/workflows/java_tests.yml b/.github/workflows/java_tests.yml
index ff0afeae62d..1a587e7b491 100644
--- a/.github/workflows/java_tests.yml
+++ b/.github/workflows/java_tests.yml
@@ -172,7 +172,7 @@ jobs:
           project_id: ${{ secrets.GCP_PROJECT_ID }}
           export_default_credentials: true
       - name: Set Java Version
-        uses: actions/setup-java@v3.7.0
+        uses: actions/setup-java@v3.6.0
         with:
           distribution: 'zulu'
           java-version: 8
diff --git a/.github/workflows/playground_deploy_backend.yml b/.github/workflows/playground_deploy_backend.yml
index 165096baba6..4aa0fd29493 100644
--- a/.github/workflows/playground_deploy_backend.yml
+++ b/.github/workflows/playground_deploy_backend.yml
@@ -42,7 +42,7 @@ jobs:
     steps:
       - name: Check out the repo
         uses: actions/checkout@v3
-      - uses: actions/setup-java@v3.7.0
+      - uses: actions/setup-java@v3
         with:
             distribution: 'zulu'
             java-version: '8'
diff --git a/.github/workflows/playground_deploy_examples.yml b/.github/workflows/playground_deploy_examples.yml
index ddf22cd010f..8e69a7cfbc1 100644
--- a/.github/workflows/playground_deploy_examples.yml
+++ b/.github/workflows/playground_deploy_examples.yml
@@ -78,7 +78,7 @@ jobs:
       - uses: actions/setup-python@v4
         with:
           python-version: '3.8'
-      - uses: actions/setup-java@v3.7.0
+      - uses: actions/setup-java@v3.6.0
         with:
             distribution: 'zulu'
             java-version: '8'
diff --git a/.github/workflows/playground_examples_ci_reusable.yml b/.github/workflows/playground_examples_ci_reusable.yml
index 7cabcdaea81..7310b97b300 100644
--- a/.github/workflows/playground_examples_ci_reusable.yml
+++ b/.github/workflows/playground_examples_ci_reusable.yml
@@ -100,7 +100,7 @@ jobs:
       - uses: actions/setup-python@v4
         with:
           python-version: '3.8'
-      - uses: actions/setup-java@v3.7.0
+      - uses: actions/setup-java@v3.6.0
         with:
             distribution: 'zulu'
             java-version: '8'
diff --git a/.github/workflows/run_rc_validation.yml b/.github/workflows/run_rc_validation.yml
index 38df567f66f..e8d990912ff 100644
--- a/.github/workflows/run_rc_validation.yml
+++ b/.github/workflows/run_rc_validation.yml
@@ -120,7 +120,7 @@ jobs:
         
 
     - name: Setup Java JDK
-      uses: actions/setup-java@v3.7.0
+      uses: actions/setup-java@v3.6.0
       with:
         distribution: 'temurin'
         java-version: 11
@@ -187,7 +187,7 @@ jobs:
       uses: azure/setup-kubectl@v3
 
     - name: Setup Java JDK
-      uses: actions/setup-java@v3.7.0
+      uses: actions/setup-java@v3.6.0
       with:
         distribution: 'temurin'
         java-version: 11