Skip to content

Commit 79cb603

Browse files
committed
Upgrade scacap/action-surefire-report
1 parent 234ed49 commit 79cb603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Download test results to report
33-
uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # pin@v6
33+
uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # pin @v6
3434
with:
3535
github_token: ${{ secrets.GITHUB_TOKEN }}
3636
workflow: ${{ github.event.workflow_run.workflow_id }}
3737
commit: ${{ github.event.workflow_run.head_commit.id }}
3838
workflow_conclusion: completed
3939
- name: Publish test report
40-
uses: scacap/action-surefire-report@482f012643ed0560e23ef605a79e8e87ca081648 # pin@v1
40+
uses: scacap/action-surefire-report@a2911bd1a4412ec18dde2d93b1758b3e56d2a880 # pin @v1.8.0
4141
with:
4242
check_name: Report test results
4343
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)