File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ jobs:
38
38
gradle-version : wrapper
39
39
40
40
- name : Publish Test Results
41
- uses : EnricoMi/publish-unit-test-result-action@afb2984f4d89672b2f9d9c13ae23d53779671984
41
+ uses : EnricoMi/publish-unit-test-result-action@a4f4abe3e43cc98f887b5351f3243906feb2197a
42
42
with :
43
43
files : |
44
44
${{ github.workspace }}/**/build/test-results/**/*.xml
45
45
46
46
- name : Add coverage to PR
47
47
id : jacoco
48
- uses : madrapps/jacoco-report@7c362aca34caf958e7b1c03464bd8781db9f8da7 # v1.7.1
48
+ uses : madrapps/jacoco-report@50d3aff4548aa991e6753342d9ba291084e63848 # v1.7.2
49
49
with :
50
50
paths : |
51
51
${{ github.workspace }}/**/build/reports/jacoco/jacocoMergedReport/jacocoMergedReport.xml
Original file line number Diff line number Diff line change 86
86
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
87
87
88
88
- name : Download artifact
89
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
89
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
90
90
with :
91
91
name : application
92
92
path : ./hivemq-edge-frontend/dist
@@ -142,7 +142,7 @@ jobs:
142
142
run-install : true
143
143
144
144
- name : Download artifact
145
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
145
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
146
146
with :
147
147
name : application
148
148
path : ./hivemq-edge-frontend/dist
Original file line number Diff line number Diff line change 26
26
fetch-depth : 0
27
27
28
28
- name : Check for backend changes
29
- uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.1
29
+ uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
30
30
id : backend
31
31
with :
32
32
filters : |
38
38
- '.github/**'
39
39
40
40
- name : Check for frontend changes
41
- uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.1
41
+ uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
42
42
id : frontend
43
43
with :
44
44
filters : |
You can’t perform that action at this time.
0 commit comments