File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+
4+ - package-ecosystem : " github-actions"
5+ directory : " /"
6+ schedule :
7+ # Check for updates to GitHub Actions every week
8+ interval : " weekly"
Original file line number Diff line number Diff line change 4141 run : ./build.sh -target Test
4242
4343 - name : Linux unit test report
44- uses : dorny/test-reporter@v1
44+ uses : dorny/test-reporter@6e6a65b7a0bd2c9197df7d0ae36ac5cee784230c # v2.0.0
4545 if : success() || failure() # run this step even if previous step failed
4646 with :
4747 name : Linux unit test results
7777 run : ./build.ps1 --verbosity verbose
7878
7979 - name : Windows unit test report
80- uses : dorny/test-reporter@v1
80+ uses : dorny/test-reporter@6e6a65b7a0bd2c9197df7d0ae36ac5cee784230c # v2.0.0
8181 if : success() || failure() # run this step even if previous step failed
8282 with :
8383 name : Windows unit test results
You can’t perform that action at this time.
0 commit comments