[CI] Pin third party GH actions to specific SHAs (#4878)

This commit is contained in:
filtered
2025-08-10 06:18:43 +10:00
committed by GitHub
parent e70b127f2a
commit 2d11fb1f90
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ jobs:
should-proceed: ${{ steps.check-status.outputs.proceed }}
steps:
- name: Wait for other CI checks
uses: lewagon/wait-on-check-action@v1.3.1
uses: lewagon/wait-on-check-action@e106e5c43e8ca1edea6383a39a01c5ca495fd812
with:
ref: ${{ github.event.pull_request.head.sha }}
check-regexp: '^(lint-and-format|test|playwright-tests)'