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@49933ea5288caeca8642d1e84afbd3f7d6820020 # 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 }}
@@ -117,23 +117,23 @@ jobs:
117117 GOOGLE_SERVICE_ACCOUNT :
[email protected] 118118 steps :
119119 - name : Check queued
120- uses :
GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected] 120+ uses : GoogleCloudPlatform/cloud-samples-tools/actions/steps/create-check@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
121121 id : queued
122122 with :
123123 sha : ${{ github.event.workflow_run.head_sha || inputs.ref || github.sha }}
124124 name : (experimental) Custard CI / ${{ github.job }} (${{ matrix.path }})
125125 job-name : ${{ github.job }} (${{ matrix.path }})
126126 if : ${{ !!github.event.workflow_run }}
127127 - name : Setup Custard
128- uses :
GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected] 128+ uses : GoogleCloudPlatform/cloud-samples-tools/actions/steps/setup-custard@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
129129 with :
130130 path : ${{ matrix.path }}
131131 ci-setup : ${{ toJson(fromJson(needs.affected.outputs.ci-setups)[matrix.path]) }}
132132 project-id : ${{ env.GOOGLE_SAMPLES_PROJECT }}
133133 workload-identity-provider : projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider
134134 service-account : ${{ env.GOOGLE_SERVICE_ACCOUNT }}
135135 - name : Check in_progress
136- uses :
GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected] 136+ uses : GoogleCloudPlatform/cloud-samples-tools/actions/steps/update-check@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
137137 id : in_progress
138138 with :
139139 check : ${{ steps.queued.outputs.check }}
@@ -143,12 +143,12 @@ jobs:
143143 timeout ${{ fromJson(needs.affected.outputs.ci-setups)[matrix.path].timeout-minutes }}m \
144144 make test dir=${{ matrix.path }}
145145 - name : Check success
146- uses :
GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected] 146+ uses : GoogleCloudPlatform/cloud-samples-tools/actions/steps/update-check@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
147147 with :
148148 check : ${{ steps.in_progress.outputs.check }}
149149 status : success
150150 - name : Check failure
151- uses :
GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected] 151+ uses : GoogleCloudPlatform/cloud-samples-tools/actions/steps/update-check@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
152152 if : failure()
153153 with :
154154 check : ${{ steps.in_progress.outputs.check }}
@@ -162,7 +162,7 @@ jobs:
162162 statuses : write
163163 steps :
164164 - name : Check success
165- uses :
GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected] 165+ uses : GoogleCloudPlatform/cloud-samples-tools/actions/steps/update-check@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
166166 with :
167167 check : ${{ needs.affected.outputs.check }}
168168 status : success
0 commit comments