File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 48
48
uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
49
49
with :
50
50
persist-credentials : false
51
- - uses : actions/cache@v3.3.1
51
+ - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
52
52
with :
53
53
path : ~/.m2/repository
54
54
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
57
57
58
58
# Initializes the CodeQL tools for scanning.
59
59
- name : Initialize CodeQL
60
- uses : github/codeql-action/init@v2
60
+ uses : github/codeql-action/init@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2.20.1
61
61
with :
62
62
languages : ${{ matrix.language }}
63
63
# If you wish to specify custom queries, you can do so here or in a config file.
68
68
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
69
69
# If this step fails, then you should remove it and run the build manually (see below)
70
70
- name : Autobuild
71
- uses : github/codeql-action/autobuild@v2
71
+ uses : github/codeql-action/autobuild@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2.20.1
72
72
73
73
# ℹ️ Command-line programs to run using the OS shell.
74
74
# 📚 https://git.io/JvXDl
82
82
# make release
83
83
84
84
- name : Perform CodeQL Analysis
85
- uses : github/codeql-action/analyze@v2
85
+ uses : github/codeql-action/analyze@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2.20.1
Original file line number Diff line number Diff line change @@ -32,21 +32,21 @@ jobs:
32
32
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
33
33
with :
34
34
persist-credentials : false
35
- - uses : actions/cache@v3.3.1
35
+ - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
36
36
with :
37
37
path : ~/.m2/repository
38
38
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
39
39
restore-keys : |
40
40
${{ runner.os }}-maven-
41
41
- name : Set up JDK ${{ matrix.java }}
42
- uses : actions/setup-java@v3.11.0
42
+ uses : actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
43
43
with :
44
44
distribution : ' temurin'
45
45
java-version : ${{ matrix.java }}
46
46
- name : Build with Maven
47
47
run : mvn -V test jacoco:report --file pom.xml --no-transfer-progress
48
48
49
49
- name : Upload coverage to Codecov
50
- uses : codecov/codecov-action@v3
50
+ uses : codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
51
51
with :
52
52
files : ./target/site/jacoco/jacoco.xml
Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ jobs:
37
37
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
38
38
with :
39
39
persist-credentials : false
40
- - uses : actions/cache@v3.3.1
40
+ - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
41
41
with :
42
42
path : ~/.m2/repository
43
43
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
44
44
restore-keys : |
45
45
${{ runner.os }}-maven-
46
46
- name : Set up JDK ${{ matrix.java }}
47
- uses : actions/setup-java@v3.11.0
47
+ uses : actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
48
48
with :
49
49
distribution : ' temurin'
50
50
java-version : ${{ matrix.java }}
You can’t perform that action at this time.
0 commit comments