From 6ee1d08426b03cd03cd9099ff81e7ecd145fe5d1 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 21 Aug 2024 11:05:17 -0500 Subject: [PATCH] Update lewagon/wait-on-check-action --- .github/workflows/build-tests.yml | 4 ++-- .github/workflows/external-application-connection-tests.yml | 4 ++-- .github/workflows/pkcs11-tests.yml | 4 ++-- .github/workflows/pki-tests.yml | 4 ++-- .github/workflows/publish.yml | 2 +- .github/workflows/tomcat-tests.yml | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build-tests.yml b/.github/workflows/build-tests.yml index 9f56c66fe..f4e872d82 100644 --- a/.github/workflows/build-tests.yml +++ b/.github/workflows/build-tests.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Wait for build - uses: lewagon/wait-on-check-action@v1.3.1 + uses: lewagon/wait-on-check-action@v1.3.4 with: ref: ${{ github.ref }} check-name: 'Building JSS' @@ -17,7 +17,7 @@ jobs: if: github.event_name == 'push' - name: Wait for build - uses: lewagon/wait-on-check-action@v1.3.1 + uses: lewagon/wait-on-check-action@v1.3.4 with: ref: ${{ github.event.pull_request.head.sha }} check-name: 'Building JSS' diff --git a/.github/workflows/external-application-connection-tests.yml b/.github/workflows/external-application-connection-tests.yml index 8ad378e7e..82204a675 100644 --- a/.github/workflows/external-application-connection-tests.yml +++ b/.github/workflows/external-application-connection-tests.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Wait for build - uses: lewagon/wait-on-check-action@v1.3.1 + uses: lewagon/wait-on-check-action@v1.3.4 with: ref: ${{ github.ref }} check-name: 'Building JSS' @@ -20,7 +20,7 @@ jobs: if: github.event_name == 'push' - name: Wait for build - uses: lewagon/wait-on-check-action@v1.3.1 + uses: lewagon/wait-on-check-action@v1.3.4 with: ref: ${{ github.event.pull_request.head.sha }} check-name: 'Building JSS' diff --git a/.github/workflows/pkcs11-tests.yml b/.github/workflows/pkcs11-tests.yml index 36619edd4..aa042d83c 100644 --- a/.github/workflows/pkcs11-tests.yml +++ b/.github/workflows/pkcs11-tests.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Wait for build - uses: lewagon/wait-on-check-action@v1.3.1 + uses: lewagon/wait-on-check-action@v1.3.4 with: ref: ${{ github.ref }} check-name: 'Building JSS' @@ -17,7 +17,7 @@ jobs: if: github.event_name == 'push' - name: Wait for build - uses: lewagon/wait-on-check-action@v1.3.1 + uses: lewagon/wait-on-check-action@v1.3.4 with: ref: ${{ github.event.pull_request.head.sha }} check-name: 'Building JSS' diff --git a/.github/workflows/pki-tests.yml b/.github/workflows/pki-tests.yml index 5e592be22..d5321d4d6 100644 --- a/.github/workflows/pki-tests.yml +++ b/.github/workflows/pki-tests.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Wait for build - uses: lewagon/wait-on-check-action@v1.3.1 + uses: lewagon/wait-on-check-action@v1.3.4 with: ref: ${{ github.ref }} check-name: 'Building JSS' @@ -17,7 +17,7 @@ jobs: if: github.event_name == 'push' - name: Wait for build - uses: lewagon/wait-on-check-action@v1.3.1 + uses: lewagon/wait-on-check-action@v1.3.4 with: ref: ${{ github.event.pull_request.head.sha }} check-name: 'Building JSS' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a521646cf..8e720bf0e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -61,7 +61,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Wait for container images - uses: lewagon/wait-on-check-action@v1.3.1 + uses: lewagon/wait-on-check-action@v1.3.4 with: ref: ${{ github.ref }} check-name: 'Building JSS' diff --git a/.github/workflows/tomcat-tests.yml b/.github/workflows/tomcat-tests.yml index ea8a69adb..3c458b91e 100644 --- a/.github/workflows/tomcat-tests.yml +++ b/.github/workflows/tomcat-tests.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Wait for build - uses: lewagon/wait-on-check-action@v1.3.1 + uses: lewagon/wait-on-check-action@v1.3.4 with: ref: ${{ github.ref }} check-name: 'Building JSS' @@ -20,7 +20,7 @@ jobs: if: github.event_name == 'push' - name: Wait for build - uses: lewagon/wait-on-check-action@v1.3.1 + uses: lewagon/wait-on-check-action@v1.3.4 with: ref: ${{ github.event.pull_request.head.sha }} check-name: 'Building JSS'