File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7676 - name : PR Number
7777 id : pr
7878 if : inputs.tag == ''
79- uses : bcgov/action-get-pr@v0.2 .0
79+ uses : bcgov/action-get-pr@v0.3 .0
8080
8181 - name : Vars
8282 id : vars
@@ -108,7 +108,7 @@ jobs:
108108
109109 - name : OpenShift Init
110110 id : openshift-init
111- uses : bcgov/action-deployer-openshift@v4.1.0
111+ uses : bcgov/action-deployer-openshift@v4.1.1
112112 with :
113113 oc_namespace : ${{ vars.OC_NAMESPACE }}
114114 oc_server : ${{ vars.OC_SERVER }}
@@ -143,7 +143,7 @@ jobs:
143143 - name : public
144144 overwrite : true
145145 steps :
146- - uses : bcgov/action-deployer-openshift@v4.1.0
146+ - uses : bcgov/action-deployer-openshift@v4.1.1
147147 with :
148148 file : ${{ matrix.name }}/openshift.deploy.yml
149149 oc_namespace : ${{ vars.OC_NAMESPACE }}
Original file line number Diff line number Diff line change 4646 uses : actions/checkout@v6
4747
4848 - name : Build and Push new db version Docker Image (for db upgrade)
49- uses : bcgov/action-builder-ghcr@v4.4.0
49+ uses : bcgov/action-builder-ghcr@v4.4.1
5050 with :
5151 package : ${{ env.COMPONENT }}
5252 build_context : ./db
5656 token : ${{ secrets.GITHUB_TOKEN }}
5757
5858 - name : OpenShift Init
59- uses : bcgov/action-deployer-openshift@v4.1.0
59+ uses : bcgov/action-deployer-openshift@v4.1.1
6060 with :
6161 oc_namespace : ${{ vars.OC_NAMESPACE }}
6262 oc_server : ${{ vars.OC_SERVER }}
@@ -181,7 +181,7 @@ jobs:
181181
182182 - name : OpenShift Deploy (new version db upgrade container)
183183 # New db pod with new db version and extension installed.
184- uses : bcgov/action-deployer-openshift@v4.1.0
184+ uses : bcgov/action-deployer-openshift@v4.1.1
185185 with :
186186 file : db/openshift.deploy.dbupgrade.${{ env.DB_UPGRADE_VERSION }}.yml
187187 oc_namespace : ${{ vars.OC_NAMESPACE }}
@@ -370,7 +370,7 @@ jobs:
370370 if : ${{ inputs.revert-only == true || failure() }} # Run if revert-only is true or db-major-upgrade fails
371371 steps :
372372 - name : OpenShift Init
373- uses : bcgov/action-deployer-openshift@v4.1.0
373+ uses : bcgov/action-deployer-openshift@v4.1.1
374374 with :
375375 oc_namespace : ${{ vars.OC_NAMESPACE }}
376376 oc_server : ${{ vars.OC_SERVER }}
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@v1.2.0
17+ uses : bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@v1.2.1
1818 secrets :
1919 oc_namespace : ${{ vars.OC_NAMESPACE }}
2020 oc_token : ${{ secrets.OC_TOKEN }}
Original file line number Diff line number Diff line change 3737 triggers : ('public/' 'libs/')
3838 steps :
3939 - uses : actions/checkout@v6
40- - uses : bcgov/action-builder-ghcr@v4.4.0
40+ - uses : bcgov/action-builder-ghcr@v4.4.1
4141 with :
4242 package : ${{ matrix.package }}
4343 build_context : ${{ matrix.build_context }}
Original file line number Diff line number Diff line change 2626 needs : [init]
2727 permissions :
2828 pull-requests : write
29- uses : bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@v1.2.0
29+ uses : bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@v1.2.1
3030 with :
3131 markdown_links : |
3232 - [api](https://fom-${{ needs.init.outputs.mod-tag }}.apps.silver.devops.gov.bc.ca/api)
You can’t perform that action at this time.
0 commit comments