File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1414
1515jobs :
1616 validate-tf :
17- uses : trussworks/shared-actions/.github/workflows/validate-tf.yml@main
17+ uses : trussworks/shared-actions/.github/workflows/validate-tf.yml@3cab03ab95045711da37ad6d63a93c666fc22398 # v0.0.2
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ module "bootstrap" {
3838
3939| Name | Source | Version |
4040| ------| --------| ---------|
41- | terraform_state_bucket | trussworks/s3-private-bucket/aws | ~ > 7.1.0 |
42- | terraform_state_bucket_logs | trussworks/logs/aws | ~ > 16.2.0 |
41+ | terraform_state_bucket | trussworks/s3-private-bucket/aws | ~ > 8.0.2 |
42+ | terraform_state_bucket_logs | trussworks/logs/aws | ~ > 16.3.1 |
4343
4444## Resources
4545
Original file line number Diff line number Diff line change 11{
22 "extends" : [
3- " config:base " ,
4- " :disableDependencyDashboard "
3+ " config:recommended " ,
4+ " helpers:pinGitHubActionDigests "
55 ],
66 "labels" : [
77 " dependencies"
3030 "automerge" : true ,
3131 "description" : " Group minor and patch updates into a single PR" ,
3232 "groupName" : " dependencies" ,
33- "managers " : [
33+ "matchManagers " : [
3434 " terraform" ,
3535 " pre-commit" ,
36- " dockerfile" ,
3736 " github-actions"
3837 ],
3938 "matchUpdateTypes" : [
You can’t perform that action at this time.
0 commit comments