Skip to content

Commit aec4ac1

Browse files
Pin dependencies
1 parent 1974fb9 commit aec4ac1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
./terraform/env/prod,
1616
./terraform/common,
1717
]
18-
uses: CityOfPhiladelphia/citygeo-shared-workflows/.github/workflows/terraform_apply.yaml@main
18+
uses: CityOfPhiladelphia/citygeo-shared-workflows/.github/workflows/terraform_apply.yaml@2317b6ff52b1099be9575992e91e5868bf769d92 # main
1919
with:
2020
tf_dir: ${{ matrix.TF_DIR }}
2121
tf_token_keeper_path: sd33hj2cVYiRB4TEhAG_jg/field/password

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ env:
1010

1111
jobs:
1212
terraform_fmt:
13-
uses: CityOfPhiladelphia/citygeo-shared-workflows/.github/workflows/terraform_fmt.yaml@main
13+
uses: CityOfPhiladelphia/citygeo-shared-workflows/.github/workflows/terraform_fmt.yaml@2317b6ff52b1099be9575992e91e5868bf769d92 # main
1414
with:
1515
parent_tf_dir: "./terraform"
1616

1717
tflint:
18-
uses: CityOfPhiladelphia/citygeo-shared-workflows/.github/workflows/tflint.yaml@main
18+
uses: CityOfPhiladelphia/citygeo-shared-workflows/.github/workflows/tflint.yaml@2317b6ff52b1099be9575992e91e5868bf769d92 # main
1919
with:
2020
parent_tf_dir: "./terraform"
2121
secrets: inherit
@@ -31,7 +31,7 @@ jobs:
3131
./terraform/env/prod,
3232
./terraform/common,
3333
]
34-
uses: CityOfPhiladelphia/citygeo-shared-workflows/.github/workflows/terraform_plan.yaml@main
34+
uses: CityOfPhiladelphia/citygeo-shared-workflows/.github/workflows/terraform_plan.yaml@2317b6ff52b1099be9575992e91e5868bf769d92 # main
3535
with:
3636
tf_dir: ${{ matrix.TF_DIR }}
3737
tf_token_keeper_path: sd33hj2cVYiRB4TEhAG_jg/field/password

0 commit comments

Comments
 (0)