Skip to content

Commit a0d83a3

Browse files
chore(deps): update all non-major github actions dependencies
1 parent e253b3c commit a0d83a3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/check-backend.yml

+2-2
Original file line numberDiff line numberDiff 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@a4f4abe3e43cc98f887b5351f3243906feb2197a
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

.github/workflows/check-frontend.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
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

.github/workflows/check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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: |
@@ -38,7 +38,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)