Skip to content

Commit d6d3355

Browse files
authored
chore(ci): pin wait-on-check-action to SHA instead of @master (#23974)
1 parent 83efe14 commit d6d3355

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/deploy-instance.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ jobs:
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'

0 commit comments

Comments
 (0)