This repository was archived by the owner on May 29, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8484 triggered : ${{ steps.deploy.outputs.triggered }}
8585 timeout-minutes : ${{ inputs.timeout-minutes }}
8686 steps :
87- - uses : bcgov/action-crunchy@2ccf22a61189e72f82728f0cd5d4b2bb9b629ee6 # v2.0 .0
87+ - uses : bcgov/action-crunchy@7ee9c0bdec27f5251a8239373f51db1e01c7c4d9 # v2.1 .0
8888 name : Deploy Crunchy
8989 id : deploy_crunchy
9090 with :
9696 # Variables
9797 - if : inputs.tag == ''
9898 id : pr
99- uses : bcgov/action-get-pr@bf6c85d0ed23a151f2829956c140fde87979bbf2 # v0.2.0
99+ uses : bcgov/action-get-pr@8f9a16a1f7a7574b10e2fb473bfef0c4c4fff3d6 # v0.2.1
100100
101101 - id : vars
102102 run : |
@@ -123,7 +123,7 @@ jobs:
123123
124124 - name : Stop pre-existing deployments on PRs (status = pending-upgrade)
125125 if : github.event_name == 'pull_request'
126- uses : bcgov/action-oc-runner@1815ce17a815c71e9078851a2e3da84d191ea6c3 # v1.5.0
126+ uses : bcgov/action-oc-runner@b1c55b8a8bd5f42b19f72e6ea7df6d6a6eda44a1 # v1.5.1
127127 with :
128128 oc_namespace : ${{ secrets.oc_namespace }}
129129 oc_token : ${{ secrets.oc_token }}
@@ -144,7 +144,7 @@ jobs:
144144 run : ls -l charts/crunchy/values.yml
145145 - name : Helm Deploy
146146 id : deploy
147- uses : bcgov/action-oc-runner@1815ce17a815c71e9078851a2e3da84d191ea6c3 # v1.5.0
147+ uses : bcgov/action-oc-runner@b1c55b8a8bd5f42b19f72e6ea7df6d6a6eda44a1 # v1.5.1
148148 with :
149149 oc_namespace : ${{ secrets.oc_namespace }}
150150 oc_token : ${{ secrets.oc_token }}
Original file line number Diff line number Diff line change 3131 steps : # Get PR number for squash merges to main
3232 - name : PR Number
3333 id : pr
34- uses : bcgov/action-get-pr@bf6c85d0ed23a151f2829956c140fde87979bbf2 # v0.2.0
34+ uses : bcgov/action-get-pr@8f9a16a1f7a7574b10e2fb473bfef0c4c4fff3d6 # v0.2.1
3535 deploy-test :
3636 name : Deploy (TEST)
3737 permissions :
Original file line number Diff line number Diff line change 1616 permissions :
1717 packages : write # Required for promoting images during PR cleanup
1818 contents : read # Required for repository access
19- uses : bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@18a043020cdc4f1125ec592524e8163edc767f4a # v1.2.0
19+ uses : bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@a11ad3d1b9288fb40757c4314a62eb86ff227931 # v1.2.1
2020 secrets :
2121 oc_namespace : ${{ vars.OC_NAMESPACE }}
2222 oc_token : ${{ secrets.OC_TOKEN }}
2929 contents : read # Required to read values_file from repository
3030 runs-on : ubuntu-24.04
3131 steps :
32- - uses : bcgov/action-crunchy@2ccf22a61189e72f82728f0cd5d4b2bb9b629ee6 # v2.0 .0
32+ - uses : bcgov/action-crunchy@7ee9c0bdec27f5251a8239373f51db1e01c7c4d9 # v2.1 .0
3333 name : Remove PR Specific User
3434 with :
3535 oc_namespace : ${{ vars.oc_namespace }}
Original file line number Diff line number Diff line change 3434 build_context : ./backend-py/db
3535 build_file : ./backend-py/db/Dockerfile
3636 steps :
37- - uses : bcgov/action-builder-ghcr@de3d575cf158e16f5dc2789630f6d587483b911c # v4.4.0
37+ - uses : bcgov/action-builder-ghcr@cb2629351c87dd1c2130073e4ebb7233a9653a63 # v4.4.1
3838 id : builds
3939 with :
4040 build_context : ${{ matrix.build_context }}
Original file line number Diff line number Diff line change 1414 permissions :
1515 contents : read # Required for repository access
1616 pull-requests : write # Required for commenting on PRs
17- uses : bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@18a043020cdc4f1125ec592524e8163edc767f4a # v1.2.0
17+ uses : bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@a11ad3d1b9288fb40757c4314a62eb86ff227931 # v1.2.1
1818 with :
1919 markdown_links : |
2020 - [Java](https://${{ github.event.repository.name }}-${{ github.event.number }}-backend-java.apps.silver.devops.gov.bc.ca)
You can’t perform that action at this time.
0 commit comments