File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
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
You can’t perform that action at this time.
0 commit comments