File tree 3 files changed +8
-8
lines changed 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 12
12
pull-requests : write # for actions/stale to close stale PRs
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/stale@v5
15
+ - uses : actions/stale@3cc123766321e9f15a6676375c154ccffb12a358 # tag= v5
16
16
with :
17
17
repo-token : ${{ secrets.GITHUB_TOKEN }}
18
18
stale-issue-message : ' This issue is stale because it has been open 180 days with no activity. Remove the "stale" label or comment or this will be closed in 14 days.'
Original file line number Diff line number Diff line change @@ -17,22 +17,22 @@ jobs:
17
17
env :
18
18
JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3
21
21
with :
22
22
fetch-depth : 0
23
23
- name : Set up JDK
24
- uses : actions/setup-java@v3
24
+ uses : actions/setup-java@860f60056505705214d223b91ed7a30f173f6142 # tag= v3
25
25
with :
26
26
distribution : ' zulu'
27
27
java-version : ${{ matrix.java_version }}
28
-
28
+ - uses : actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # tag= v3.0.4
29
29
with :
30
30
path : ~/.m2/repository
31
31
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
32
32
restore-keys : |
33
33
${{ runner.os }}-maven-
34
34
- name : Cache SonarCloud packages
35
-
35
+ uses : actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # tag= v3.0.4
36
36
if : ${{ env.SONAR_TOKEN != null && env.SONAR_TOKEN != '' && matrix.java_version == '11' }}
37
37
env :
38
38
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 14
14
env :
15
15
JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3
18
18
- name : Set up JDK
19
- uses : actions/setup-java@v3
19
+ uses : actions/setup-java@860f60056505705214d223b91ed7a30f173f6142 # tag= v3
20
20
with :
21
21
java-version : 11
22
22
distribution : ' zulu'
25
25
server-password : CI_DEPLOY_PASSWORD
26
26
gpg-passphrase : GPG_PASSPHRASE
27
27
gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
28
-
28
+ - uses : actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # tag= v3.0.4
29
29
with :
30
30
path : ~/.m2/repository
31
31
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments