File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2323 jdk : [11, 17]
2424 steps :
2525 - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
26- - uses : actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3.0.5
26+ - uses : actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # tag=v3.0.8
2727 with :
2828 path : |
2929 ~/.gradle/caches
5454 with :
5555 fetch-depth : ' 0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
5656
57- - uses : actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3.0.5
57+ - uses : actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # tag=v3.0.8
5858 with :
5959 path : |
6060 ~/.gradle/caches
Original file line number Diff line number Diff line change 4545
4646 # Initializes the CodeQL tools for scanning.
4747 - name : Initialize CodeQL
48- uses : github/codeql-action/init@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2.1.16
48+ uses : github/codeql-action/init@c7f292ea4f542c473194b33813ccd4c207a6c725 # tag=v2.1.21
4949 with :
5050 languages : ${{ matrix.language }}
5151 queries : +security-and-quality
5757 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5858 # If this step fails, then you should remove it and run the build manually (see below)
5959 - name : Autobuild
60- uses : github/codeql-action/autobuild@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2.1.16
60+ uses : github/codeql-action/autobuild@c7f292ea4f542c473194b33813ccd4c207a6c725 # tag=v2.1.21
6161
6262 # ℹ️ Command-line programs to run using the OS shell.
6363 # 📚 https://git.io/JvXDl
7171 # make release
7272
7373 - name : Perform CodeQL Analysis
74- uses : github/codeql-action/analyze@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2.1.16
74+ uses : github/codeql-action/analyze@c7f292ea4f542c473194b33813ccd4c207a6c725 # tag=v2.1.21
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99 id(" org.shipkit.shipkit-auto-version" ) version " 1.2.1"
1010 id(" org.shipkit.shipkit-changelog" ) version " 1.2.0"
1111 id(" org.shipkit.shipkit-github-release" ) version " 1.2.0"
12- id(" dev.minco.gradle.defaults-plugin" ) version " 0.2.61 "
12+ id(" dev.minco.gradle.defaults-plugin" ) version " 0.2.62 "
1313}
1414
1515apply (from = " properties.gradle" )
@@ -69,7 +69,7 @@ allprojects {
6969dependencies {
7070 testImplementation(" junit:junit:4.13.2" )
7171 implementation(" me.nallar.whocalled:WhoCalled:1.1" )
72- api(" dev.minco:java-transformer:1.10.49 " )
72+ api(" dev.minco:java-transformer:1.10.50 " )
7373
7474 val lombok = " org.projectlombok:lombok:1.18.24"
7575 compileOnly(lombok)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
1010apply (from = " groovy.gradle" )
1111
1212dependencies {
13- testImplementation(platform(" org.spockframework:spock-bom:2.1 -groovy-3 .0" ))
13+ testImplementation(platform(" org.spockframework:spock-bom:2.2 -groovy-4 .0" ))
1414 testImplementation(" org.spockframework:spock-core" )
1515 testImplementation(" org.spockframework:spock-junit4" )
1616 testImplementation(" junit:junit:4.13.2" )
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5-all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5.1 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments