Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push-ecr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
merge-multiple: ${{ env.ARTIFACT_MERGE_MULTIPLE }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3

- name: Build and export
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-buildx-push-ecr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
merge-multiple: ${{ env.ARTIFACT_MERGE_MULTIPLE }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:

steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-release-on-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:

- name: Release
if: steps.version_increment.outputs.RELEASE == 'true'
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
with:
tag_name: ${{ steps.version_increment.outputs.NEW_TAG }}
generate_release_notes: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:

- name: Manual Release
if: inputs.use_semantic_release == false && inputs.tag != '' && inputs.dry_run == false
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
with:
tag_name: ${{ inputs.tag }}
generate_release_notes: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
contents: write
steps:
- name: Checkout main
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tf-apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:

- name: Terraform Apply
id: tf_apply
uses: dflook/terraform-apply@8f47d0ad9f3cb9e50fd6b3595c0cb98f00c518df # v2
uses: dflook/terraform-apply@5489b988934a50bf1489d5b7c5253b46520a7dca # v2
env:
TERRAFORM_PRE_RUN: |
AWS_CLI_VERSION=2.15.36
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tf-cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
shell: bash

- name: Terraform Destroy
uses: dflook/terraform-destroy-workspace@c52c6297376d479a7eba6449db52efc19a64cb38 # v2
uses: dflook/terraform-destroy-workspace@fb0d0809a9f25427f61a9a242b68970952e2287b # v2
if: ${{ steps.check_workspace.outputs.exists == 'true' }}
id: first_try
env:
Expand All @@ -145,7 +145,7 @@ jobs:
variables: ${{ env.TF_VARS }}

- name: Retry Terraform Destroy
uses: dflook/terraform-destroy-workspace@c52c6297376d479a7eba6449db52efc19a64cb38 # v2
uses: dflook/terraform-destroy-workspace@fb0d0809a9f25427f61a9a242b68970952e2287b # v2
if: ${{ steps.check_workspace.outputs.exists == 'true' && failure() && steps.first_try.outputs.failure-reason == 'destroy-failed' }}
env:
TERRAFORM_PRE_RUN: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tf-destroy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
aws-region: ${{ env.AWS_REGION }}

- name: Terraform Destroy
uses: dflook/terraform-destroy@29f7aa889757faa3ff431e7dfe02f661fe4cac6f # v2
uses: dflook/terraform-destroy@b198834c4a4dd959f26649f2a9d24c59e9c9f205 # v2
id: first_try
env:
TERRAFORM_PRE_RUN: |
Expand All @@ -88,7 +88,7 @@ jobs:
variables: ${{ env.TF_VARS }}

- name: Terraform Destroy
uses: dflook/terraform-destroy@29f7aa889757faa3ff431e7dfe02f661fe4cac6f # v2
uses: dflook/terraform-destroy@b198834c4a4dd959f26649f2a9d24c59e9c9f205 # v2
if: ${{ failure() && steps.first_try.outputs.failure-reason == 'destroy-failed' }}
env:
TERRAFORM_PRE_RUN: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tf-feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
merge-multiple: ${{ env.GH_ARTIFACT_MERGE_MULTIPLE }}

- name: Use Branch Workspace
uses: dflook/terraform-new-workspace@b39b8b4a6836d69620ed3de39726ade3b050f960 # v2
uses: dflook/terraform-new-workspace@ac5eff4d33ad43d8b9c45bcaf4c58cae69313b13 # v2
with:
workspace: ${{ env.TF_WORKSPACE }}
path: ${{ env.TF_DIR }}
Expand All @@ -120,7 +120,7 @@ jobs:

- name: Deploy Test Infrastructure
id: tf_apply
uses: dflook/terraform-apply@8f47d0ad9f3cb9e50fd6b3595c0cb98f00c518df # v2
uses: dflook/terraform-apply@5489b988934a50bf1489d5b7c5253b46520a7dca # v2
env:
TERRAFORM_PRE_RUN: |
AWS_CLI_VERSION=2.15.36
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tf-plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,22 +105,22 @@ jobs:
merge-multiple: ${{ env.GH_ARTIFACT_MERGE_MULTIPLE }}

- name: Terraform Format
uses: dflook/terraform-fmt-check@10eaa13fa61437aa51be2d12fafe95f152e3512d # v2
uses: dflook/terraform-fmt-check@59168426e242f665bf7b70644d706224e665056a # v2
with:
path: ${{ env.TF_DIR}}
backend_config: ${{ env.TF_BACKEND_CONFIGS }}
backend_config_file: ${{ env.TF_BACKEND_CONFIG_FILES }}

- name: Terraform Validate
uses: dflook/terraform-validate@03889814f1c6cf2fea714787218b2f4edc85c369 # v2
uses: dflook/terraform-validate@4cef5d8a4b92bcd88486e41e22a42942a382c9d6 # v2
with:
path: ${{ env.TF_DIR}}
backend_config: ${{ env.TF_BACKEND_CONFIGS }}
backend_config_file: ${{ env.TF_BACKEND_CONFIG_FILES }}

- name: Terraform Plan
id: plan
uses: dflook/terraform-plan@dc251c444763eed5defd065b866874b6343017ca # v2
uses: dflook/terraform-plan@7878bff63e2099cdc9be9a6f33cbbbf687f8f0fe # v2
env:
TERRAFORM_PRE_RUN: |
AWS_CLI_VERSION=2.15.36
Expand Down