38
38
java-version-file : ' .java-version'
39
39
distribution : ' temurin'
40
40
- name : Setup Gradle
41
- uses : gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
41
+ uses : gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
42
42
- name : Bump version
43
43
if : github.event_name == 'workflow_dispatch' && github.event.inputs.releaseVersion != ''
44
44
run : |
68
68
JUNIT5_ROBOLECTRIC_EXTENSION_GPG_SIGNING_KEY : ' ${{ secrets.JUNIT5_ROBOLECTRIC_EXTENSION_GPG_SIGNING_KEY }}'
69
69
JUNIT5_ROBOLECTRIC_EXTENSION_GPG_SIGNING_PASSWORD : ' ${{ secrets.JUNIT5_ROBOLECTRIC_EXTENSION_GPG_SIGNING_PASSWORD }}'
70
70
- name : Upload unit test report
71
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
71
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
72
72
if : ${{ always() && hashFiles('**/test-results/**/*.xml') != '' }}
73
73
with :
74
74
name : ${{ matrix.os }}-unit-test-report
77
77
${{ github.workspace }}/**/build/test-results
78
78
retention-days : 5
79
79
- name : Upload coverage report
80
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
80
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
81
81
if : ${{ always() && hashFiles('build/reports/kover/report.xml') != '' }}
82
82
with :
83
83
name : ${{ matrix.os }}-kover-report
@@ -118,12 +118,12 @@ jobs:
118
118
if : github.repository == 'apter-tech/junit5-robolectric-extension' && github.event_name == 'pull_request'
119
119
steps :
120
120
- name : Download unit test report
121
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
121
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
122
122
with :
123
123
name : ${{ matrix.os }}-unit-test-report
124
124
- name : Comment unit test report
125
125
if : ${{ hashFiles('**/test-results/**/*.xml') != '' }}
126
- uses : mikepenz/action-junit-report@b14027d33d3a745ccc4d6a12f649e83110b5a373 # v5.4.0
126
+ uses : mikepenz/action-junit-report@cf701569b05ccdd861a76b8607a66d76f6fd4857 # v5.5.1
127
127
with :
128
128
report_paths : ' **/test-results/**/*.xml'
129
129
check_name : Unit test report (${{ matrix.os }})
@@ -142,7 +142,7 @@ jobs:
142
142
if : github.repository == 'apter-tech/junit5-robolectric-extension' && github.event_name == 'pull_request'
143
143
steps :
144
144
- name : Download coverage report
145
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
145
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
146
146
with :
147
147
name : ${{ matrix.os }}-kover-report
148
148
- name : Comment branch coverage report to PR
0 commit comments