File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 id : ci-preparation
2323 run : echo "build-ref=${{ github.workflow }}-${{ github.event.number || github.ref }}" >> $GITHUB_OUTPUT
2424 - name : Checkout
25- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
25+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2626 - name : Compute the Java version
2727 id : java-version
2828 run : ruby -e 'puts("java-version=#{/^minJavaVersion\s*=\s*(\d+)$/.match(File.read("gradle.properties"))[1]}")' >> $GITHUB_OUTPUT
5757 timeout-minutes : 180
5858 steps :
5959 - name : Checkout
60- uses : actions/checkout@v6.0.2
60+ uses : actions/checkout@v6.0.3
6161 - uses : DanySK/build-check-deploy-gradle-action@28ef158d2a2c366ec647ef8fc4f9a4243ebf8ef4 # 4.0.33
6262 with :
6363 pre-build-command : ./gradlew kotlinUpgradeYarnLock
@@ -352,7 +352,7 @@ jobs:
352352 )
353353 steps :
354354 - name : Checkout
355- uses : actions/checkout@v6.0.2
355+ uses : actions/checkout@v6.0.3
356356 with :
357357 fetch-depth : 0
358358 fetch-tags : ' true'
You can’t perform that action at this time.
0 commit comments