Skip to content

Commit

Permalink
fix: pin get-terraform-dir workflow to sha (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris3ware committed Mar 16, 2023
1 parent fb729ca commit 9020d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/get-terraform-dir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 9020d81

Please sign in to comment.