File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,22 +15,22 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19
19
with :
20
20
fetch-depth : 0
21
21
- name : Set up JDK 17
22
- uses : actions/setup-java@v3
22
+ uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
23
23
with :
24
24
distribution : ' temurin'
25
25
java-version : 17
26
26
- name : Cache SonarCloud packages
27
- uses : actions/cache@v3
27
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
28
28
with :
29
29
path : ~/.sonar/cache
30
30
key : ${{ runner.os }}-sonar
31
31
restore-keys : ${{ runner.os }}-sonar
32
32
- name : Cache Maven packages
33
- uses : actions/cache@v3
33
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
34
34
with :
35
35
path : ~/.m2
36
36
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
13
13
with :
14
14
fetch-depth : 0
15
- - uses : actions/setup-java@v3
15
+ - uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
16
16
with :
17
17
distribution : ' temurin'
18
18
java-version : 11
19
19
- name : Cache Maven packages
20
- uses : actions/cache@v3
20
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
21
21
with :
22
22
path : ~/.m2
23
23
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
26
26
run : mvn javadoc:javadoc
27
27
28
28
- name : Deploy docs
29
- uses : peaceiris/actions-gh-pages@v3
29
+ uses : peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
30
30
with :
31
31
github_token : ${{ secrets.GITHUB_TOKEN }}
32
32
publish_dir : ./target/site/apidocs
You can’t perform that action at this time.
0 commit comments