You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by el...@apache.org on 2020/07/29 10:35:55 UTC

[hadoop-ozone] branch master updated: HDDS-4038. Eliminate GitHub check warnings (#1268)

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

elek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new a77d9ea  HDDS-4038. Eliminate GitHub check warnings (#1268)
a77d9ea is described below

commit a77d9ea1d36ad705b474b6f312ff90d48da47295
Author: Doroszlai, Attila <64...@users.noreply.github.com>
AuthorDate: Wed Jul 29 12:35:42 2020 +0200

    HDDS-4038. Eliminate GitHub check warnings (#1268)
---
 .github/workflows/comments.yaml   |  2 +-
 .github/workflows/post-commit.yml | 30 +++++++++++++++---------------
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/.github/workflows/comments.yaml b/.github/workflows/comments.yaml
index bfab244..2341662 100644
--- a/.github/workflows/comments.yaml
+++ b/.github/workflows/comments.yaml
@@ -25,7 +25,7 @@ jobs:
     name: check-comment
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@master
+      - uses: actions/checkout@v2
       - run: ./.github/process-comment.sh
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/post-commit.yml b/.github/workflows/post-commit.yml
index 344602f..d0b5433 100644
--- a/.github/workflows/post-commit.yml
+++ b/.github/workflows/post-commit.yml
@@ -23,7 +23,7 @@ jobs:
     name: compile
     runs-on: ubuntu-18.04
     steps:
-      - uses: actions/checkout@master
+      - uses: actions/checkout@v2
       - uses: actions/cache@v2
         with:
           path: |
@@ -39,14 +39,14 @@ jobs:
     name: rat
     runs-on: ubuntu-18.04
     steps:
-        - uses: actions/checkout@master
+        - uses: actions/checkout@v2
         - uses: ./.github/buildenv
           with:
              args: ./hadoop-ozone/dev-support/checks/rat.sh
         - name: Summary of failures
           run: cat target/${{ github.job }}/summary.txt
           if: always()
-        - uses: actions/upload-artifact@master
+        - uses: actions/upload-artifact@v2
           if: always()
           with:
             name: rat
@@ -56,12 +56,12 @@ jobs:
     name: author
     runs-on: ubuntu-18.04
     steps:
-        - uses: actions/checkout@master
+        - uses: actions/checkout@v2
         - run: hadoop-ozone/dev-support/checks/author.sh
         - name: Summary of failures
           run: cat target/${{ github.job }}/summary.txt
           if: always()
-        - uses: actions/upload-artifact@master
+        - uses: actions/upload-artifact@v2
           if: always()
           with:
             name: author
@@ -71,14 +71,14 @@ jobs:
     name: unit
     runs-on: ubuntu-18.04
     steps:
-        - uses: actions/checkout@master
+        - uses: actions/checkout@v2
         - uses: ./.github/buildenv
           with:
              args: ./hadoop-ozone/dev-support/checks/unit.sh
         - name: Summary of failures
           run: cat target/${{ github.job }}/summary.txt
           if: always()
-        - uses: actions/upload-artifact@master
+        - uses: actions/upload-artifact@v2
           if: always()
           with:
             name: unit
@@ -88,14 +88,14 @@ jobs:
     name: checkstyle
     runs-on: ubuntu-18.04
     steps:
-        - uses: actions/checkout@master
+        - uses: actions/checkout@v2
         - uses: ./.github/buildenv
           with:
              args: ./hadoop-ozone/dev-support/checks/checkstyle.sh
         - name: Summary of failures
           run: cat target/${{ github.job }}/summary.txt
           if: always()
-        - uses: actions/upload-artifact@master
+        - uses: actions/upload-artifact@v2
           if: always()
           with:
             name: checkstyle
@@ -105,14 +105,14 @@ jobs:
     name: findbugs
     runs-on: ubuntu-18.04
     steps:
-        - uses: actions/checkout@master
+        - uses: actions/checkout@v2
         - uses: ./.github/buildenv
           with:
              args: ./hadoop-ozone/dev-support/checks/findbugs.sh
         - name: Summary of failures
           run: cat target/${{ github.job }}/summary.txt
           if: always()
-        - uses: actions/upload-artifact@master
+        - uses: actions/upload-artifact@v2
           if: always()
           with:
             name: findbugs
@@ -166,7 +166,7 @@ jobs:
           OZONE_ACCEPTANCE_SUITE: ${{ matrix.suite }}
           OZONE_WITH_COVERAGE: true
           OZONE_VOLUME_OWNER: 1000
-      - uses: actions/upload-artifact@master
+      - uses: actions/upload-artifact@v2
         if: always()
         with:
           name: acceptance-${{ matrix.suite }}
@@ -189,7 +189,7 @@ jobs:
       fail-fast: false
     steps:
         - run: sudo mkdir mnt && sudo mount --bind /mnt `pwd`/mnt && sudo chmod 777 mnt
-        - uses: actions/checkout@master
+        - uses: actions/checkout@v2
           with:
             path: mnt/ozone
         - uses: ./mnt/ozone/.github/buildenv
@@ -198,7 +198,7 @@ jobs:
         - name: Summary of failures
           run: cat mnt/ozone/target/${{ github.job }}/summary.txt
           if: always()
-        - uses: actions/upload-artifact@master
+        - uses: actions/upload-artifact@v2
           if: always()
           with:
             name: it-${{ matrix.profile }}
@@ -233,7 +233,7 @@ jobs:
            file: ./target/coverage/all.xml
            name: codecov-umbrella
            fail_ci_if_error: true
-       - uses: actions/upload-artifact@master
+       - uses: actions/upload-artifact@v2
          with:
            name: coverage
            path: target/coverage


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