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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
25+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
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@v7.0.0
60+ uses : actions/checkout@v7.0.1
6161 - uses : DanySK/build-check-deploy-gradle-action@bb1e4f529222e1af485b329208b0abcfa56095dc # 4.0.41
6262 with :
6363 pre-build-command : ./gradlew kotlinUpgradeYarnLock
@@ -352,7 +352,7 @@ jobs:
352352 )
353353 steps :
354354 - name : Checkout
355- uses : actions/checkout@v7.0.0
355+ uses : actions/checkout@v7.0.1
356356 with :
357357 fetch-depth : 0
358358 fetch-tags : ' true'
You can’t perform that action at this time.
0 commit comments