You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by ch...@apache.org on 2022/11/03 02:09:03 UTC

[incubator-eventmesh] branch master updated: Update actions to update another dependencies

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

chenguangsheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e08f782 Update actions to update another dependencies
     new f7ad1a75 Merge pull request #2052 from joaovitoras/upgrade-ci-node
0e08f782 is described below

commit 0e08f782b24fc48d3409585f516592fc73fe9691
Author: Joao Vitor Alves <jo...@hotmail.com>
AuthorDate: Mon Oct 31 15:56:39 2022 -0300

    Update actions to update another dependencies
---
 .github/workflows/ci.yml | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d17ca192..04f8e321 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -37,10 +37,10 @@ jobs:
 
     steps:
       - name: Checkout repository
-        uses: actions/checkout@v2
-        
+        uses: actions/checkout@v3
+
       - name: Initialize CodeQL
-        uses: github/codeql-action/init@v1
+        uses: github/codeql-action/init@v2
         with:
           # If you wish to specify custom queries, you can do so here or in a config file.
           # By default, queries listed here will override any specified in a config file.
@@ -49,8 +49,9 @@ jobs:
           languages: ${{ matrix.language }}
 
       - name: Set up JDK ${{ matrix.java }}
-        uses: actions/setup-java@v1
+        uses: actions/setup-java@v3
         with:
+          distribution: 'zulu'
           java-version: ${{ matrix.java }}
 
       - name: Build
@@ -58,7 +59,7 @@ jobs:
 
       - name: Install plugin
         run: ./gradlew installPlugin
-      
+
       - name: Perform CodeQL analysis
         uses: github/codeql-action/analyze@v1
 
@@ -71,7 +72,7 @@ jobs:
 
     steps:
       - name: Checkout repository
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
       - name: Check license header
         uses: apache/skywalking-eyes@main
@@ -79,5 +80,5 @@ jobs:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 
       - name: Check third party dependencies
-        run: | 
+        run: |
           ./gradlew clean jar dist -x test -x checkstyleMain -x javaDoc && ./gradlew installPlugin && ./gradlew tar && sh tools/dependency-check/check-dependencies.sh && echo "Thirty party dependencies check success"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org