File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5151 if : github.event_name != 'pull_request' || !github.event.pull_request.draft
5252 runs-on : ubuntu-24.04
5353 steps :
54- - uses : bcgov/action-test-and-analyse@c20d16c26d9b7e6e486f01702880053ed4ebdc91 # v1.5 .0
54+ - uses : bcgov/action-test-and-analyse@87f88c90526b8b05cea760492ff33db4ba6e271b # v1.6 .0
5555 with :
5656 commands : |
5757 npm ci
6666 if : github.event_name != 'pull_request' || !github.event.pull_request.draft
6767 runs-on : ubuntu-24.04
6868 steps :
69- - uses : bcgov/action-test-and-analyse@c20d16c26d9b7e6e486f01702880053ed4ebdc91 # v1.5 .0
69+ - uses : bcgov/action-test-and-analyse@87f88c90526b8b05cea760492ff33db4ba6e271b # v1.6 .0
7070 env :
7171 VITE_ZONE : test
7272 VITE_USER_POOLS_ID : ${{ vars.VITE_USER_POOLS_ID }}
Original file line number Diff line number Diff line change 6161 working-directory : frontend
6262
6363 - name : Publish Results
64- uses : mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6 # v6
64+ uses : mikepenz/action-junit-report@a294a61c909bd8a4b563024a2faa28897fd53ebc # v6
6565 continue-on-error : true
6666 if : always()
6767 with :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions: {}
1414jobs :
1515 cleanup :
1616 name : Cleanup and Images
17- uses : bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@d9b3d32fb3f03c4699c2dce83ddfff042cd31a1f # v1.0.0
17+ uses : bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@6d695dd755fa9255ea4bde335890516beb6f95e4 # v1.0.1
1818 permissions :
1919 packages : write
2020 secrets :
Original file line number Diff line number Diff line change 2424 validate :
2525 name : Validate PR
2626 needs : [init]
27- uses : bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@d9b3d32fb3f03c4699c2dce83ddfff042cd31a1f # v1.0.0
27+ uses : bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@6d695dd755fa9255ea4bde335890516beb6f95e4 # v1.0.1
2828 permissions :
2929 pull-requests : write
3030 with :
You can’t perform that action at this time.
0 commit comments