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 9696 # Variables
9797 - if : inputs.tag == ''
9898 id : pr
99- uses : bcgov/action-get-pr@bfa713a9ab410c0f0c13126c35983934fc80d15b # v0.1.1
99+ uses : bcgov/action-get-pr@bf6c85d0ed23a151f2829956c140fde87979bbf2 # v0.2.0
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@d2fc921aaa9d70684c186dbb7754e6985d44d86f # v1.4.1
126+ uses : bcgov/action-oc-runner@1815ce17a815c71e9078851a2e3da84d191ea6c3 # v1.5.0
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@d2fc921aaa9d70684c186dbb7754e6985d44d86f # v1.4.1
147+ uses : bcgov/action-oc-runner@1815ce17a815c71e9078851a2e3da84d191ea6c3 # v1.5.0
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@bfa713a9ab410c0f0c13126c35983934fc80d15b # v0.1.1
34+ uses : bcgov/action-get-pr@bf6c85d0ed23a151f2829956c140fde87979bbf2 # v0.2.0
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@ca6579bdadf383a2513397081f963889b92823a4 # v1.1 .0
19+ uses : bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@18a043020cdc4f1125ec592524e8163edc767f4a # v1.2 .0
2020 secrets :
2121 oc_namespace : ${{ vars.OC_NAMESPACE }}
2222 oc_token : ${{ secrets.OC_TOKEN }}
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@ca6579bdadf383a2513397081f963889b92823a4 # v1.1 .0
17+ uses : bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@18a043020cdc4f1125ec592524e8163edc767f4a # v1.2 .0
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