1717
1818 # schedule:
1919 # # temporarily run more frequently so we can validate it works
20- # - cron: "15 * * * * " # runs at minute 15 of every hour of every day
20+ # - cron: "0 12 * * 6 " # runs every Saturday at 12pm (UTC)
2121
2222# shouldn't need this, should only ever have one running at a time. But just in case
2323concurrency :
@@ -345,7 +345,7 @@ jobs:
345345 - name : Publish test results
346346 if : (!cancelled()) && (success() || failure()) &&
347347 steps.run-test.outcome != 'skipped'
348- uses : EnricoMi/publish-unit-test-result-action@v2
348+ uses : EnricoMi/publish-unit-test-result-action@170bf24d20d201b842d7a52403b73ed297e6645b # v2.18.0
349349 with :
350350 check_name : ${{ env.STAGE_NAME }} Test Results (old)
351351 github_token : ${{ secrets.GITHUB_TOKEN }}
@@ -365,7 +365,7 @@ jobs:
365365 name : ${{ env.STAGE_NAME }} test-results
366366 path : ${{ env.STAGE_NAME }}/**/results.xml
367367 - name : Update commit status
368- uses : ouzi-dev/commit-status-updater@v2
368+ uses : ouzi-dev/commit-status-updater@26588d166ff273fc4c0664517359948f7cdc9bf1 # v2.0.2
369369 with :
370370 # yamllint disable-line rule:line-length
371371 name : ' test/Functional on ${{ env.DISTRO_NAME }} ${{ env.COMMIT_STATUS_DISTRO_VERSION && env.COMMIT_STATUS_DISTRO_VERSION || env.DISTRO_VERSION }}'
@@ -527,7 +527,7 @@ jobs:
527527 name : ${{ env.STAGE_NAME }} test-results
528528 path : ${{ env.STAGE_NAME }}/**/results.xml
529529 - name : Update commit status
530- uses : ouzi-dev/commit-status-updater@v2
530+ uses : ouzi-dev/commit-status-updater@26588d166ff273fc4c0664517359948f7cdc9bf1 # v2.0.2
531531 with :
532532 name : ' test/Functional Hardware ${{ matrix.stage }}'
533533 status : " ${{ job.status }}"
0 commit comments