File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ jobs:
3838 gradle-version : wrapper
3939
4040 - name : Publish Test Results
41- uses : EnricoMi/publish-unit-test-result-action@afb2984f4d89672b2f9d9c13ae23d53779671984
41+ uses : EnricoMi/publish-unit-test-result-action@3a74b2957438d0b6e2e61d67b05318aa25c9e6c6
4242 with :
4343 files : |
4444 ${{ github.workspace }}/**/build/test-results/**/*.xml
4545
4646 - name : Add coverage to PR
4747 id : jacoco
48- uses : madrapps/jacoco-report@7c362aca34caf958e7b1c03464bd8781db9f8da7 # v1.7.1
48+ uses : madrapps/jacoco-report@50d3aff4548aa991e6753342d9ba291084e63848 # v1.7.2
4949 with :
5050 paths : |
5151 ${{ github.workspace }}/**/build/reports/jacoco/jacocoMergedReport/jacocoMergedReport.xml
Original file line number Diff line number Diff line change 8686 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8787
8888 - name : Download artifact
89- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
89+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
9090 with :
9191 name : application
9292 path : ./hivemq-edge-frontend/dist
@@ -142,7 +142,7 @@ jobs:
142142 run-install : true
143143
144144 - name : Download artifact
145- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
145+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
146146 with :
147147 name : application
148148 path : ./hivemq-edge-frontend/dist
Original file line number Diff line number Diff line change 2626 fetch-depth : 0
2727
2828 - name : Check for backend changes
29- uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.1
29+ uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
3030 id : backend
3131 with :
3232 filters : |
3838 - '.github/**'
3939
4040 - name : Check for frontend changes
41- uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.1
41+ uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
4242 id : frontend
4343 with :
4444 filters : |
You can’t perform that action at this time.
0 commit comments