From 9020d81a7abc2d60e52d51c8ec7b4499baebd4b4 Mon Sep 17 00:00:00 2001 From: Chris Harrison <36608309+chris3ware@users.noreply.github.com> Date: Thu, 16 Mar 2023 16:05:54 +0000 Subject: [PATCH] fix: pin get-terraform-dir workflow to sha (#56) --- .github/workflows/get-terraform-dir.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/get-terraform-dir.yaml b/.github/workflows/get-terraform-dir.yaml index f14e786..48754e5 100644 --- a/.github/workflows/get-terraform-dir.yaml +++ b/.github/workflows/get-terraform-dir.yaml @@ -24,7 +24,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v35.5.6 + uses: tj-actions/changed-files@6b1da8ffbd4b4322392509155e438dbefe620220 # v35.7.1 - name: List all changed files run: |