From a97a4ba6af1e5315fe71626a6fb128cd33168051 Mon Sep 17 00:00:00 2001 From: Nahuel Date: Fri, 18 Nov 2022 18:58:56 +0100 Subject: [PATCH] Downgrade version of wait-on-check-action to 1.0.0 (#8894) --- .github/workflows/airflow-apis-tests-3_9.yml | 2 +- .github/workflows/cypress-integration-tests-mysql.yml | 2 +- .github/workflows/cypress-integration-tests-postgresql.yml | 2 +- .github/workflows/java-checkstyle.yml | 2 +- .github/workflows/maven-build.yml | 2 +- .github/workflows/py-checkstyle.yml | 2 +- .github/workflows/py-tests.yml | 2 +- .github/workflows/yarn-coverage.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/airflow-apis-tests-3_9.yml b/.github/workflows/airflow-apis-tests-3_9.yml index 73f94a3283d..feb70dc3ca2 100644 --- a/.github/workflows/airflow-apis-tests-3_9.yml +++ b/.github/workflows/airflow-apis-tests-3_9.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Wait for the labeler - uses: lewagon/wait-on-check-action@v1.2.0 + uses: lewagon/wait-on-check-action@0179dfc359f90a703c41240506f998ee1603f9ea #v1.0.0 if: ${{ github.event_name == 'pull_request_target' }} with: ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/cypress-integration-tests-mysql.yml b/.github/workflows/cypress-integration-tests-mysql.yml index 245644289ac..38957e2f590 100644 --- a/.github/workflows/cypress-integration-tests-mysql.yml +++ b/.github/workflows/cypress-integration-tests-mysql.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Wait for the labeler - uses: lewagon/wait-on-check-action@v1.2.0 + uses: lewagon/wait-on-check-action@0179dfc359f90a703c41240506f998ee1603f9ea #v1.0.0 if: ${{ github.event_name == 'pull_request_target' }} with: ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/cypress-integration-tests-postgresql.yml b/.github/workflows/cypress-integration-tests-postgresql.yml index b08410fa6ff..8a824f5a693 100644 --- a/.github/workflows/cypress-integration-tests-postgresql.yml +++ b/.github/workflows/cypress-integration-tests-postgresql.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Wait for the labeler - uses: lewagon/wait-on-check-action@v1.2.0 + uses: lewagon/wait-on-check-action@0179dfc359f90a703c41240506f998ee1603f9ea #v1.0.0 if: ${{ github.event_name == 'pull_request_target' }} with: ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/java-checkstyle.yml b/.github/workflows/java-checkstyle.yml index eae6d577c5e..4afdb244323 100644 --- a/.github/workflows/java-checkstyle.yml +++ b/.github/workflows/java-checkstyle.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Wait for the labeler - uses: lewagon/wait-on-check-action@v1.2.0 + uses: lewagon/wait-on-check-action@0179dfc359f90a703c41240506f998ee1603f9ea #v1.0.0 if: ${{ github.event_name == 'pull_request_target' }} with: ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 6846297bff1..87aab5194d8 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Wait for the labeler - uses: lewagon/wait-on-check-action@v1.2.0 + uses: lewagon/wait-on-check-action@0179dfc359f90a703c41240506f998ee1603f9ea #v1.0.0 if: ${{ github.event_name == 'pull_request_target' }} with: ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/py-checkstyle.yml b/.github/workflows/py-checkstyle.yml index a127f615bbf..39a5ebb5790 100644 --- a/.github/workflows/py-checkstyle.yml +++ b/.github/workflows/py-checkstyle.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Wait for the labeler - uses: lewagon/wait-on-check-action@v1.2.0 + uses: lewagon/wait-on-check-action@0179dfc359f90a703c41240506f998ee1603f9ea #v1.0.0 if: ${{ github.event_name == 'pull_request_target' }} with: ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/py-tests.yml b/.github/workflows/py-tests.yml index 1c5398f5471..3358ab15052 100644 --- a/.github/workflows/py-tests.yml +++ b/.github/workflows/py-tests.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Wait for the labeler - uses: lewagon/wait-on-check-action@v1.2.0 + uses: lewagon/wait-on-check-action@0179dfc359f90a703c41240506f998ee1603f9ea #v1.0.0 if: ${{ github.event_name == 'pull_request_target' }} with: ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/yarn-coverage.yml b/.github/workflows/yarn-coverage.yml index ced3433b5e6..9d94b8a652b 100644 --- a/.github/workflows/yarn-coverage.yml +++ b/.github/workflows/yarn-coverage.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Wait for the labeler - uses: lewagon/wait-on-check-action@v1.2.0 + uses: lewagon/wait-on-check-action@0179dfc359f90a703c41240506f998ee1603f9ea #v1.0.0 if: ${{ github.event_name == 'pull_request_target' }} with: ref: ${{ github.event.pull_request.head.sha }}