File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,14 +18,13 @@ permissions:
1818jobs :
1919 wait_for_checks :
2020 # Gate the release on the `Checks` workflow already succeeding on this commit (run by `on_master.yaml`).
21- # TODO: pin to a tag after apify/workflows#238 is merged.
2221 name : Wait for required checks
2322 runs-on : ubuntu-latest
2423 permissions :
2524 checks : read
2625 steps :
2726 - name : Wait for checks
28- uses : apify/actions/wait-for-checks@main
27+ uses : apify/actions/wait-for-checks@v1.2.0
2928 with :
3029 ref : ${{ github.sha }}
3130 check-regexp : ' ^Checks'
Original file line number Diff line number Diff line change @@ -31,14 +31,13 @@ permissions:
3131jobs :
3232 wait_for_checks :
3333 # Gate the release on the `Checks` workflow already succeeding on this commit (run by `on_master.yaml`).
34- # TODO: pin to a tag after apify/workflows#238 is merged.
3534 name : Wait for required checks
3635 runs-on : ubuntu-latest
3736 permissions :
3837 checks : read
3938 steps :
4039 - name : Wait for checks
41- uses : apify/actions/wait-for-checks@main
40+ uses : apify/actions/wait-for-checks@v1.2.0
4241 with :
4342 ref : ${{ github.sha }}
4443 check-regexp : ' ^Checks'
Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ jobs:
4040
4141 steps :
4242 # Gate manual dispatches on the `Checks` workflow already succeeding on this commit (run by `on_master.yaml`);
43- # skipped when called from another workflow. TODO: pin to a tag after apify/workflows#238 is merged.
43+ # skipped when called from another workflow.
4444 - name : Wait for checks
4545 if : github.event_name == 'workflow_dispatch'
46- uses : apify/actions/wait-for-checks@main
46+ uses : apify/actions/wait-for-checks@v1.2.0
4747 with :
4848 ref : ${{ github.sha }}
4949 check-regexp : ' ^Checks'
You can’t perform that action at this time.
0 commit comments