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:
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
You can’t perform that action at this time.
0 commit comments