diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a045a9c5ec52..1dd47e11c713 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: # because there doesn't appear to be anything to wait for. To avoid that, # explicitly wait for one LUCI test by name first. - name: Wait for test check-in - uses: lewagon/wait-on-check-action@9312864dfbc9fd208e9c0417843430751c042800 + uses: lewagon/wait-on-check-action@96d9100b431964d10e0136aff8b9ccb92470505e with: ref: ${{ github.sha }} check-name: 'Linux ci_yaml packages roller' @@ -52,7 +52,7 @@ jobs: # This workflow should be the last to run. So wait for all the other tests to succeed. - name: Wait on all tests - uses: lewagon/wait-on-check-action@9312864dfbc9fd208e9c0417843430751c042800 + uses: lewagon/wait-on-check-action@96d9100b431964d10e0136aff8b9ccb92470505e with: ref: ${{ github.sha }} running-workflow-name: 'release' diff --git a/.github/workflows/reusable_release.yml b/.github/workflows/reusable_release.yml index 8518b74a8144..6f87cb634c64 100644 --- a/.github/workflows/reusable_release.yml +++ b/.github/workflows/reusable_release.yml @@ -43,7 +43,7 @@ jobs: # explicitly wait for one LUCI test by name first. - name: Wait for test check-in if: inputs.branch-name == 'main' - uses: lewagon/wait-on-check-action@9312864dfbc9fd208e9c0417843430751c042800 + uses: lewagon/wait-on-check-action@96d9100b431964d10e0136aff8b9ccb92470505e with: ref: ${{ github.sha }} check-name: 'Linux ci_yaml packages roller' @@ -56,7 +56,7 @@ jobs: # This workflow should be the last to run. So wait for all the other tests to succeed. - name: Wait on all tests if: inputs.branch-name == 'main' - uses: lewagon/wait-on-check-action@9312864dfbc9fd208e9c0417843430751c042800 + uses: lewagon/wait-on-check-action@96d9100b431964d10e0136aff8b9ccb92470505e with: ref: ${{ github.sha }} running-workflow-name: 'release'