Skip to content

Commit fb071d5

Browse files
committed
fix: pin Zondax action versions to v1.0.0 and add Pulumi version check
1 parent 93a2c77 commit fb071d5

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/_pulumi-wif.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: sudo apt-get update && sudo apt-get install -y git
8686

8787
- name: Checkout with GitHub App
88-
uses: zondax/_actions/checkout-with-app@main
88+
uses: zondax/_actions/checkout-with-app@v1.0.0
8989
with:
9090
github_app_auth: ${{ inputs.github_app_auth }}
9191
github_app_repos: ${{ inputs.github_app_repos }}
@@ -96,7 +96,7 @@ jobs:
9696
use_sudo: true
9797

9898
- name: Authenticate with GCP
99-
uses: zondax/_actions/gcp-wif-auth@main
99+
uses: zondax/_actions/gcp-wif-auth@v1.0.0
100100
with:
101101
workload_identity_provider: ${{ inputs.workload-identity-provider }}
102102
project_id: ${{ inputs.project-id }}
@@ -122,13 +122,16 @@ jobs:
122122
PULUMI_CLOUD_SQL_INSTANCE: ${{ vars.PULUMI_CLOUD_SQL_INSTANCE }}
123123

124124
- name: Setup Node.js Environment
125-
uses: zondax/_actions/setup-node-env@dev
125+
uses: zondax/_actions/setup-node-env@v1.0.0
126126
with:
127127
node_version: "22"
128128
package_manager: ${{ inputs.package_manager }}
129129
bun_version: ${{ inputs.bun_version }}
130130
pnpm_version: ${{ inputs.pnpm_version }}
131131

132+
- name: Verify Pulumi installation
133+
run: pulumi version
134+
132135
- name: Run Pulumi
133136
run: |
134137
# Set Pulumi backend

0 commit comments

Comments
 (0)