File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -16,22 +16,22 @@ jobs:
16
16
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
20
20
with :
21
21
fetch-depth : 0
22
22
23
23
- name : Validate Gradle Wrapper
24
- uses : gradle/wrapper-validation-action@v1
24
+ uses : gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 # v1
25
25
26
26
- name : Download Java JDK
27
- uses : typelevel/download-java@v2
27
+ uses : typelevel/download-java@817e8c0d48dc2e88e155a8e4f69ba493bef621be # v2
28
28
id : download-java
29
29
with :
30
30
distribution : temurin
31
31
java-version : 11
32
32
33
33
- name : Setup Java JDK
34
- uses : actions/setup-java@v4
34
+ uses : actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
35
35
with :
36
36
distribution : jdkfile
37
37
java-version : 11
43
43
arguments : build --info
44
44
45
45
- name : Publish Test Results
46
- uses : actions/upload-artifact@v4
46
+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4
47
47
if : always()
48
48
with :
49
49
name : test-results
Original file line number Diff line number Diff line change @@ -14,22 +14,22 @@ jobs:
14
14
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
18
18
with :
19
19
fetch-depth : 0
20
20
21
21
- name : Validate Gradle Wrapper
22
- uses : gradle/wrapper-validation-action@v1
22
+ uses : gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 # v1
23
23
24
24
- name : Download Java JDK
25
- uses : typelevel/download-java@v2
25
+ uses : typelevel/download-java@817e8c0d48dc2e88e155a8e4f69ba493bef621be # v2
26
26
id : download-java
27
27
with :
28
28
distribution : temurin
29
29
java-version : 11
30
30
31
31
- name : Setup Java JDK
32
- uses : actions/setup-java@v4
32
+ uses : actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
33
33
with :
34
34
distribution : jdkfile
35
35
java-version : 11
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Download Test Report
17
- uses : dawidd6/action-download-artifact@v2
17
+ uses : dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e # v2
18
18
with :
19
19
name : test-results
20
20
workflow : ${{ github.event.workflow.id }}
21
21
run_id : ${{ github.event.workflow_run.id }}
22
22
23
23
- name : Publish Test Report
24
- uses : mikepenz/action-junit-report@v3
24
+ uses : mikepenz/action-junit-report@150e2f992e4fad1379da2056d1d1c279f520e058 # v3
25
25
with :
26
26
commit : ${{ github.event.workflow_run.head_sha }}
27
27
report_paths : " **/build/test-results/*/TEST-*.xml"
You can’t perform that action at this time.
0 commit comments