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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Terraform
uses: hashicorp/setup-terraform@v3.0.0
uses: hashicorp/setup-terraform@v3.1.1

- name: Terraform Format
id: fmt
Expand All @@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Terraform
uses: hashicorp/setup-terraform@v3.0.0
uses: hashicorp/setup-terraform@v3.1.1

- name: Install Brew Packages
# Need Bash 5 for terraform fmt in pre-commit hook
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/oidc_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Terraform
uses: hashicorp/setup-terraform@v3.0.0
uses: hashicorp/setup-terraform@v3.1.1
with:
terraform_wrapper: false

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
# secret path "secret/data/foo/bar".
# We are unable to read "secret/data/main/secret".
- name: Import Secrets
uses: hashicorp/vault-action@v2.7.4
uses: hashicorp/vault-action@v3.0.0
id: secrets
with:
exportEnv: false
Expand All @@ -77,7 +77,7 @@ jobs:
# 'secret/data/main/secret' so this will successfully authenticate
# but fail to pull the 'cdsecret' secret.
- name: Attempt to read secrets outside bound OIDC policy
uses: hashicorp/vault-action@v2.7.4
uses: hashicorp/vault-action@v3.0.0
id: failed-secrets1
continue-on-error: true
with:
Expand All @@ -97,7 +97,7 @@ jobs:
# so it cannot be bound to a job running from another branch or a fork.
# This will fail to authenticate.
- name: Attempt to access another OIDC role
uses: hashicorp/vault-action@v2.7.4
uses: hashicorp/vault-action@v3.0.0
id: failed-secrets2
continue-on-error: true
with:
Expand Down