36
36
run : vault-auth
37
37
- name : Fetch Secrets
38
38
id : secrets
39
- uses : hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0 .0
39
+ uses : hashicorp/vault-action@4c06c5ccf5c0761b6029f56cfb1dcf5565918a3b # v3.4 .0
40
40
with :
41
41
url : ${{ steps.vault-auth.outputs.addr }}
42
42
caCertificate : ${{ steps.vault-auth.outputs.ca_certificate }}
52
52
run : |
53
53
git config --global url."https://${{ steps.secrets.outputs.github-token }}@github.com".insteadOf https://github.com
54
54
- name : Check out the .release/versions.hcl file from Vault Enterprise repository
55
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
55
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
56
56
with :
57
57
ref : ${{ inputs.checkout-ref }}
58
58
- uses : ./.github/actions/set-up-go
@@ -61,14 +61,14 @@ runs:
61
61
- name : Build external tools
62
62
uses : ./.github/actions/install-external-tools
63
63
- name : Checkout VCM repository
64
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
64
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
65
65
with :
66
66
repository : hashicorp/vcm
67
67
ref : 1fcab6591e3bdc81d2921ca77441bfcf913c6a57
68
68
token : ${{ inputs.github-token }}
69
69
path : vcm
70
70
- name : Checkout Vault tools repository to get the Autopilot upgrade tool
71
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
71
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
72
72
with :
73
73
repository : hashicorp/vault-tools
74
74
token : ${{ inputs.github-token }}
0 commit comments