Skip to content
Open
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/dependanot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: "ubuntu-22.04"
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Install Updatecli
uses: updatecli/updatecli-action@v2.92.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ecr-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
TF_IN_AUTOMATION: true
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3.1.2
- name: Check Terraform Format
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-module-semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Semantic Release
uses: docker://ghcr.io/codfish/semantic-release-action@sha256:4c0955361cf42e5ab9bb05df3a1e2a781c443f9760b63a68957689445051a2fb
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-root-apply-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: echo 'Not running against 'main' branch, exiting.' && exit 1

- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Read Terraform Version
run: echo "TF_VERSION=$(cat .terraform-version)" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-root-apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
if: github.ref != 'refs/heads/main'
run: echo 'Not running against 'main' branch, exiting.' && exit 1
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Read Terraform Version
run: echo "TF_VERSION=$(cat .terraform-version)" >> $GITHUB_ENV
- name: Configure AWS Credentials
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
TF_IN_AUTOMATION: true
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Read Terraform Version
run: echo "TF_VERSION=$(cat .terraform-version)" >> $GITHUB_ENV
- name: Configure AWS Credentials
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-root-destroy-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: echo 'Not running against 'main' branch or the action has not been confirmed, exiting.' && exit 1

- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Read Terraform Version
run: echo "TF_VERSION=$(cat .terraform-version)" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-root-destroy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
if: github.ref != 'refs/heads/main' || inputs.confirm != 'true'
run: echo 'Not running against 'main' branch or the action has not been confirmed, exiting.' && exit 1
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Read Terraform Version
run: echo "TF_VERSION=$(cat .terraform-version)" >> $GITHUB_ENV
- name: Configure AWS Credentials
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-root-plan-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
TF_VAR_use_oidc: true
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Read Terraform Version
run: echo "TF_VERSION=$(cat .terraform-version)" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-root-plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
TF_IN_AUTOMATION: true
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Read Terraform Version
run: echo "TF_VERSION=$(cat .terraform-version)" >> $GITHUB_ENV
- name: Configure AWS Credentials
Expand Down