Skip to content

Commit 1bd5d7a

Browse files
chore(deps): update mikepenz/action-junit-report digest to a83fd2b
1 parent 02fe215 commit 1bd5d7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ jobs:
279279
path: ${{ github.workspace }}/**/build/reports/tests/
280280

281281
- name: Unit test results
282-
uses: mikepenz/action-junit-report@65fe03598d8d251738592a497a9e8547a5c48eaa # v5
282+
uses: mikepenz/action-junit-report@a83fd2b5d58d4fc702e690c1ea688d702d28d281 # v5
283283
if: failure()
284284
with:
285285
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -312,7 +312,7 @@ jobs:
312312
restore-cache-key: main-build-artifacts
313313

314314
- name: Unit test results
315-
uses: mikepenz/action-junit-report@65fe03598d8d251738592a497a9e8547a5c48eaa # v5
315+
uses: mikepenz/action-junit-report@a83fd2b5d58d4fc702e690c1ea688d702d28d281 # v5
316316
if: failure()
317317
with:
318318
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -344,7 +344,7 @@ jobs:
344344
path: ${{ github.workspace }}/**/build/reports/tests/
345345

346346
- name: Integration test results
347-
uses: mikepenz/action-junit-report@65fe03598d8d251738592a497a9e8547a5c48eaa # v5
347+
uses: mikepenz/action-junit-report@a83fd2b5d58d4fc702e690c1ea688d702d28d281 # v5
348348
if: failure()
349349
with:
350350
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)