5050
5151jobs :
5252 affected :
53- uses :
GoogleCloudPlatform/cloud-samples-tools/.github/workflows/[email protected] 53+ uses : GoogleCloudPlatform/cloud-samples-tools/.github/workflows/affected.yaml@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
5454 permissions :
5555 statuses : write
5656 with :
6868 timeout-minutes : 5
6969 steps :
7070 - name : Check in_progress
71- uses :
GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected] 71+ uses : GoogleCloudPlatform/cloud-samples-tools/actions/steps/create-check@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
7272 id : in_progress
7373 with :
7474 sha : ${{ github.event.workflow_run.head_sha || inputs.ref || github.sha }}
@@ -78,22 +78,22 @@ jobs:
7878 - name : Checkout
7979 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8080 - name : Setup Node
81- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
81+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
8282 with :
8383 node-version : 20
8484 - run : npm install
8585 - name : npx gtx lint (${{ needs.affected.outputs.num-paths }} packages)
86- uses :
GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected] 86+ uses : GoogleCloudPlatform/cloud-samples-tools/actions/steps/map-run@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
8787 with :
8888 command : npx gts lint
8989 paths : ${{ needs.affected.outputs.paths }}
9090 - name : Check success
91- uses :
GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected] 91+ uses : GoogleCloudPlatform/cloud-samples-tools/actions/steps/update-check@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
9292 with :
9393 check : ${{ steps.in_progress.outputs.check }}
9494 status : success
9595 - name : Check failure
96- uses :
GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected] 96+ uses : GoogleCloudPlatform/cloud-samples-tools/actions/steps/update-check@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
9797 if : failure()
9898 with :
9999 check : ${{ steps.in_progress.outputs.check }}
@@ -116,23 +116,23 @@ jobs:
116116 GOOGLE_SERVICE_ACCOUNT :
[email protected] 117117 steps :
118118 - name : Check queued
119- uses :
GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected] 119+ uses : GoogleCloudPlatform/cloud-samples-tools/actions/steps/create-check@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
120120 id : queued
121121 with :
122122 sha : ${{ github.event.workflow_run.head_sha || inputs.ref || github.sha }}
123123 name : (experimental) Custard CI / ${{ github.job }} (${{ matrix.path }})
124124 job-name : ${{ github.job }} (${{ matrix.path }})
125125 if : ${{ !!github.event.workflow_run }}
126126 - name : Setup Custard
127- uses :
GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected] 127+ uses : GoogleCloudPlatform/cloud-samples-tools/actions/steps/setup-custard@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
128128 with :
129129 path : ${{ matrix.path }}
130130 ci-setup : ${{ toJson(fromJson(needs.affected.outputs.ci-setups)[matrix.path]) }}
131131 project-id : ${{ env.GOOGLE_SAMPLES_PROJECT }}
132132 workload-identity-provider : projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider
133133 service-account : ${{ env.GOOGLE_SERVICE_ACCOUNT }}
134134 - name : Check in_progress
135- uses :
GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected] 135+ uses : GoogleCloudPlatform/cloud-samples-tools/actions/steps/update-check@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
136136 id : in_progress
137137 with :
138138 check : ${{ steps.queued.outputs.check }}
@@ -142,12 +142,12 @@ jobs:
142142 timeout ${{ fromJson(needs.affected.outputs.ci-setups)[matrix.path].timeout-minutes }}m \
143143 make test dir=${{ matrix.path }}
144144 - name : Check success
145- uses :
GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected] 145+ uses : GoogleCloudPlatform/cloud-samples-tools/actions/steps/update-check@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
146146 with :
147147 check : ${{ steps.in_progress.outputs.check }}
148148 status : success
149149 - name : Check failure
150- uses :
GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected] 150+ uses : GoogleCloudPlatform/cloud-samples-tools/actions/steps/update-check@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
151151 if : failure()
152152 with :
153153 check : ${{ steps.in_progress.outputs.check }}
@@ -168,7 +168,7 @@ jobs:
168168 statuses : write
169169 steps :
170170 - name : Check success
171- uses :
GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected] 171+ uses : GoogleCloudPlatform/cloud-samples-tools/actions/steps/update-check@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
172172 with :
173173 check : ${{ needs.affected.outputs.check }}
174174 status : success
0 commit comments