Skip to content

Commit aac4ddd

Browse files
committed
.github/workflows/dataconnect.yml: forgot to check out the code [:facepalm:]
1 parent e459274 commit aac4ddd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/dataconnect.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,14 +355,21 @@ jobs:
355355
continue-on-error: false
356356
runs-on: ubuntu-latest
357357
steps:
358+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
359+
with:
360+
show-progress: false
361+
358362
- uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
359363
with:
360364
java-version: ${{ env.FDC_JAVA_VERSION }}
361365
distribution: temurin
366+
362367
- uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
363368
with:
364369
credentials_json: ${{ secrets.GCP_SERVICE_ACCOUNT }}
370+
365371
- uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4
372+
366373
- name: Gradle updateJson
367374
run: |
368375
set -euo pipefail

0 commit comments

Comments
 (0)