File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 # as it will filter out and check only the latest run of a workflow when checking for the allowed conclusions,
3232 # instead of checking all of the re-runs and possibly failing due to skipped or cancelled runs.
3333 # See https://github.com/lewagon/wait-on-check-action/issues/85 for more info.
34- uses : t3chguy/wait-on-check-action@master
34+ # SHA-pinned to immutable commit instead of mutable @master to mitigate supply-chain
35+ # risk from this dormant single-maintainer fork. Update deliberately after reviewing
36+ # upstream changes. Current pin equals master HEAD as of 2026-05-22.
37+ uses : t3chguy/wait-on-check-action@18541021811b56544d90e0f073401c2b99e249d6 # master @ 2026-05-22 (fork has no tags)
3538 with :
3639 ref : ${{ github.head_ref }}
3740 check-name : ' api-test'
You can’t perform that action at this time.
0 commit comments