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/argocd_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: ArgoCD Secrets
id: argocd_secrets
uses: hashicorp/vault-action@v3
uses: hashicorp/vault-action@v4
with:
url: ${{ env.VAULT_ADDR }}
role: ${{ env.VAULT_GITHUB_ACTIONS_ROLE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
- name: Import Secrets
if: inputs.vault_enabled
id: secrets
uses: hashicorp/vault-action@v3
uses: hashicorp/vault-action@v4
with:
url: ${{ env.VAULT_ADDR }}
role: ${{ env.VAULT_GITHUB_ACTIONS_ROLE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-apk-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:

- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v3
uses: hashicorp/vault-action@v4
with:
url: ${{ env.VAULT_ADDR }}
role: ${{ env.VAULT_GITHUB_ACTIONS_ROLE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Import Secrets
if: inputs.publish_to_public_registry
id: secrets
uses: hashicorp/vault-action@v3
uses: hashicorp/vault-action@v4
with:
url: ${{ env.VAULT_ADDR }}
role: ${{ env.VAULT_GITHUB_ACTIONS_ROLE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-apk-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v3
uses: hashicorp/vault-action@v4
with:
url: ${{ env.VAULT_ADDR }}
role: ${{ env.VAULT_GITHUB_ACTIONS_ROLE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/refresh-linear-access-token.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: Get Linear client secret
id: vault
uses: hashicorp/vault-action@v3
uses: hashicorp/vault-action@v4
with:
url: ${{ env.VAULT_ADDR }}
role: ${{ env.VAULT_GITHUB_ACTIONS_ROLE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Import Secrets
id: secrets
if: inputs.vault_enabled
uses: hashicorp/vault-action@v3
uses: hashicorp/vault-action@v4
with:
url: ${{ env.VAULT_ADDR }}
role: ${{ env.VAULT_GITHUB_ACTIONS_ROLE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-dbt-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v3
uses: hashicorp/vault-action@v4
with:
url: ${{ vars.VAULT_URL }}
role: ${{ vars.VAULT_GITHUB_ACTIONS_ROLE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-docker-upload-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Import Secrets
id: secrets
if: inputs.vault_enabled
uses: hashicorp/vault-action@v3
uses: hashicorp/vault-action@v4
with:
url: ${{ env.VAULT_ADDR }}
role: ${{ env.VAULT_GITHUB_ACTIONS_ROLE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-docker-with-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Import Secrets
id: secrets
if: inputs.vault_enabled
uses: hashicorp/vault-action@v3
uses: hashicorp/vault-action@v4
with:
url: ${{ env.VAULT_ADDR }}
role: ${{ env.VAULT_GITHUB_ACTIONS_ROLE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Import Secrets
id: secrets
if: inputs.vault_enabled
uses: hashicorp/vault-action@v3
uses: hashicorp/vault-action@v4
with:
url: ${{ env.VAULT_ADDR }}
role: ${{ env.VAULT_GITHUB_ACTIONS_ROLE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Import Secrets
id: secrets
if: inputs.vault_enabled
uses: hashicorp/vault-action@v3
uses: hashicorp/vault-action@v4
with:
url: ${{ env.VAULT_ADDR }}
role: ${{ env.VAULT_GITHUB_ACTIONS_ROLE }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/security-scan-notify-alerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
has_new_alerts: ${{ steps.filter_alerts.outputs.has_new_alerts }}
steps:
- name: Get Linear access token
uses: hashicorp/vault-action@v3
uses: hashicorp/vault-action@v4
with:
url: ${{ env.VAULT_ADDR }}
role: ${{ env.VAULT_GITHUB_ACTIONS_ROLE }}
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
matrix: ${{ fromJson(needs.fetch-new-critical-alerts.outputs.matrix) }}
steps:
- name: Get Linear access token
uses: hashicorp/vault-action@v3
uses: hashicorp/vault-action@v4
with:
url: ${{ env.VAULT_ADDR }}
role: ${{ env.VAULT_GITHUB_ACTIONS_ROLE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/send_slack_notif.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v3
uses: hashicorp/vault-action@v4
with:
url: ${{ env.VAULT_ADDR }}
role: ${{ env.VAULT_GITHUB_ACTIONS_ROLE }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
- name: Import Secrets
if: inputs.vault_enabled
id: secrets
uses: hashicorp/vault-action@v3
uses: hashicorp/vault-action@v4
with:
url: ${{ env.VAULT_ADDR }}
role: ${{ env.VAULT_GITHUB_ACTIONS_ROLE }}
Expand All @@ -168,7 +168,7 @@ jobs:
${{ inputs.vault_secrets }}

- name: ArgoCD Secrets
uses: hashicorp/vault-action@v3
uses: hashicorp/vault-action@v4
if: inputs.argocd_enabled && inputs.vault_enabled
id: argocd_secrets
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-dbt-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v3
uses: hashicorp/vault-action@v4
with:
url: ${{ vars.VAULT_URL }}
role: ${{ vars.VAULT_GITHUB_ACTIONS_ROLE }}
Expand Down
Loading