Skip to content

Commit

Permalink
fix(deps): update github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zon-renovate committed Feb 1, 2025
1 parent 9ed16e2 commit 567fbce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ runs:

- name: Retrieve Baseproject Environment Config from Vault
id: raw-config
uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0
uses: hashicorp/vault-action@a1b77a09293a4366e48a5067a86692ac6e94fdc0 # v3.1.0
with:
url: https://vault.ops.zeit.de
method: jwt
Expand Down Expand Up @@ -132,7 +132,7 @@ runs:
- name: Retrieve zon-ops GitHub user GPG key
id: zon-ops-gpg
uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0
uses: hashicorp/vault-action@a1b77a09293a4366e48a5067a86692ac6e94fdc0 # v3.1.0
with:
url: https://vault.ops.zeit.de
method: jwt
Expand Down Expand Up @@ -167,7 +167,7 @@ runs:

- name: Write GKE Credentials to kubeconfig
if: inputs.gke_auth == 'true'
uses: google-github-actions/get-gke-credentials@9025e8f90f2d8e0c3dafc3128cc705a26d992a6a # v2.3.0
uses: google-github-actions/get-gke-credentials@7a108e64ed8546fe38316b4086e91da13f4785e1 # v2.3.1
with:
cluster_name: ${{ steps.baseproject-config.outputs.cluster_name }}
project_id: ${{ steps.baseproject-config.outputs.cluster_project }}
Expand Down Expand Up @@ -200,7 +200,7 @@ runs:
- name: Export a Vault token
id: vault-export-token
if: inputs.vault_export_token == 'true'
uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0
uses: hashicorp/vault-action@a1b77a09293a4366e48a5067a86692ac6e94fdc0 # v3.1.0
with:
url: https://vault.ops.zeit.de
method: jwt
Expand Down

0 comments on commit 567fbce

Please sign in to comment.