Skip to content

Commit a378015

Browse files
chore(deps): update mikepenz/action-junit-report digest to db71d41
1 parent b7b7321 commit a378015

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
@@ -230,7 +230,7 @@ jobs:
230230
path: ${{ github.workspace }}/**/build/reports/tests/
231231

232232
- name: Unit test results
233-
uses: mikepenz/action-junit-report@ac30be7acb0a361e5492575ab42e47fcadec4928 # v4
233+
uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v4
234234
if: failure()
235235
with:
236236
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -265,7 +265,7 @@ jobs:
265265
restore-cache-key: main-build-artifacts
266266

267267
- name: Unit test results
268-
uses: mikepenz/action-junit-report@ac30be7acb0a361e5492575ab42e47fcadec4928 # v4
268+
uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v4
269269
if: failure()
270270
with:
271271
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -297,7 +297,7 @@ jobs:
297297
path: ${{ github.workspace }}/**/build/reports/tests/
298298

299299
- name: Integration test results
300-
uses: mikepenz/action-junit-report@ac30be7acb0a361e5492575ab42e47fcadec4928 # v4
300+
uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v4
301301
if: failure()
302302
with:
303303
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)