File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -355,14 +355,21 @@ jobs:
355
355
continue-on-error : false
356
356
runs-on : ubuntu-latest
357
357
steps :
358
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
359
+ with :
360
+ show-progress : false
361
+
358
362
- uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
359
363
with :
360
364
java-version : ${{ env.FDC_JAVA_VERSION }}
361
365
distribution : temurin
366
+
362
367
- uses : google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
363
368
with :
364
369
credentials_json : ${{ secrets.GCP_SERVICE_ACCOUNT }}
370
+
365
371
- uses : google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4
372
+
366
373
- name : Gradle updateJson
367
374
run : |
368
375
set -euo pipefail
You can’t perform that action at this time.
0 commit comments