From 5b5e681f7c52c0950419a9081df497cb2033791d Mon Sep 17 00:00:00 2001 From: Matt Gallo Date: Tue, 10 Dec 2024 16:03:41 -0500 Subject: [PATCH] fix(actions): add checkout step back (#6561) --- .github/workflows/process-pr-review-data.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/process-pr-review-data.yml b/.github/workflows/process-pr-review-data.yml index 06185b59ea..63fa16f6d6 100644 --- a/.github/workflows/process-pr-review-data.yml +++ b/.github/workflows/process-pr-review-data.yml @@ -16,6 +16,7 @@ jobs: github.event.workflow_run.event == 'pull_request_review' && github.event.workflow_run.conclusion == 'success' steps: + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - uses: ./actions/add-review-labels with: APP_ID: ${{ secrets.APP_ID }}