This repository was archived by the owner on May 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -10,21 +10,21 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v3
14
14
- name : Set up QEMU
15
- uses : docker/setup-qemu-action@v1
15
+ uses : docker/setup-qemu-action@v2
16
16
- name : Set up Docker Buildx
17
- uses : docker/setup-buildx-action@v1
17
+ uses : docker/setup-buildx-action@v2
18
18
- name : Set output
19
19
id : vars
20
20
run : echo ::set-output name=tag::${GITHUB_REF#refs/*/}
21
21
- name : Login to DockerHub
22
- uses : docker/login-action@v1
22
+ uses : docker/login-action@v2
23
23
with :
24
24
username : ${{ secrets.DOCKER_USERNAME }}
25
25
password : ${{ secrets.DOCKER_PASSWORD }}
26
26
- name : Set up JDK 8
27
- uses : actions/setup-java@v2
27
+ uses : actions/setup-java@v3
28
28
with :
29
29
java-version : 8
30
30
distribution : ' zulu'
57
57
TEST_DATA_VISA_CREDIT_CARD_3DS : ${{ secrets.TEST_DATA_VISA_CREDIT_CARD_3DS }}
58
58
TEST_DATA_VISA_CREDIT_CARD_NO_3DS : ${{ secrets.TEST_DATA_VISA_CREDIT_CARD_NO_3DS }}
59
59
- name : Build and push
60
- uses : docker/build-push-action@v2
60
+ uses : docker/build-push-action@v4
61
61
with :
62
62
context : .
63
63
push : true
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
- name : serializing workflow runs
16
16
uses : softprops/turnstyle@v1
17
17
with :
18
18
same-branch-only : false
19
19
env :
20
20
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
21
21
- name : Set up JDK 1.8
22
- uses : actions/setup-java@v1
22
+ uses : actions/setup-java@v3
23
23
with :
24
24
java-version : 8
25
25
- name : Build with Gradle
Original file line number Diff line number Diff line change @@ -10,20 +10,20 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout repository
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v3
14
14
- name : Set up JDK 8
15
- uses : actions/setup-java@v2
15
+ uses : actions/setup-java@v3
16
16
with :
17
17
java-version : 8
18
18
distribution : ' zulu'
19
19
- name : Install dependencies
20
20
run : |
21
21
./gradlew build -x test
22
22
- name : Initialize CodeQL
23
- uses : github/codeql-action/init@v1
23
+ uses : github/codeql-action/init@v2
24
24
with :
25
25
languages : java
26
26
- name : Autobuild
27
- uses : github/codeql-action/autobuild@v1
27
+ uses : github/codeql-action/autobuild@v2
28
28
- name : Perform CodeQL Analysis
29
- uses : github/codeql-action/analyze@v1
29
+ uses : github/codeql-action/analyze@v2
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
dependencies {
8
8
classpath ' com.github.jengelman.gradle.plugins:shadow:6.1.0'
9
9
classpath ' org.ajoberstar:gradle-git-publish:2.1.3'
10
- classpath ' org.ajoberstar.grgit:grgit-gradle:4.1.1 '
10
+ classpath ' org.ajoberstar.grgit:grgit-gradle:5.0.0 '
11
11
}
12
12
}
13
13
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.0.2 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments