File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 8888 fi
8989
9090 - name : Deploy Database
91- uses : bcgov/action-oc-runner@5882b707c20135424f62202f80d56c1d243fd96c # v1.1 .0
91+ uses : bcgov/action-oc-runner@8e5c7737c90e5854c8378555aa933a8eb119ad83 # v1.2 .0
9292 with :
9393 oc_namespace : ${{ secrets.oc_namespace }}
9494 oc_token : ${{ secrets.oc_token }}
@@ -110,7 +110,7 @@ jobs:
110110
111111 - name : Add PR specific user to Crunchy DB # only for PRs
112112 if : github.event_name == 'pull_request'
113- uses : bcgov/action-oc-runner@5882b707c20135424f62202f80d56c1d243fd96c # v1.1 .0
113+ uses : bcgov/action-oc-runner@8e5c7737c90e5854c8378555aa933a8eb119ad83 # v1.2 .0
114114 with :
115115 oc_namespace : ${{ secrets.oc_namespace }}
116116 oc_token : ${{ secrets.oc_token }}
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125125
126126 - name : Stop pre-existing deployments on PRs (status = pending-upgrade)
127127 if : github.event_name == 'pull_request'
128- uses : bcgov/action-oc-runner@5882b707c20135424f62202f80d56c1d243fd96c # v1.1 .0
128+ uses : bcgov/action-oc-runner@8e5c7737c90e5854c8378555aa933a8eb119ad83 # v1.2 .0
129129 with :
130130 oc_namespace : ${{ secrets.oc_namespace }}
131131 oc_token : ${{ secrets.oc_token }}
@@ -142,7 +142,7 @@ jobs:
142142
143143 - name : Helm Deploy
144144 id : deploy
145- uses : bcgov/action-oc-runner@5882b707c20135424f62202f80d56c1d243fd96c # v1.1 .0
145+ uses : bcgov/action-oc-runner@8e5c7737c90e5854c8378555aa933a8eb119ad83 # v1.2 .0
146146 with :
147147 oc_namespace : ${{ secrets.oc_namespace }}
148148 oc_token : ${{ secrets.oc_token }}
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-24.04
2828 steps :
2929 - name : Point DEMO URL to Existing Service
30- uses : bcgov/action-oc-runner@5882b707c20135424f62202f80d56c1d243fd96c # v1.1 .0
30+ uses : bcgov/action-oc-runner@8e5c7737c90e5854c8378555aa933a8eb119ad83 # v1.2 .0
3131 with :
3232 oc_namespace : ${{ secrets.oc_namespace }}
3333 oc_token : ${{ secrets.oc_token }}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions: {}
1414jobs :
1515 cleanup :
1616 name : Cleanup and Image Promotion
17- uses : bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@v0.9 .0
17+ uses : bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@v0.10 .0
1818 permissions :
1919 packages : write
2020 secrets :
3232
3333 - name : Remove PR user and database from crunchy
3434 continue-on-error : true
35- uses : bcgov/action-oc-runner@5882b707c20135424f62202f80d56c1d243fd96c # v1.1 .0
35+ uses : bcgov/action-oc-runner@8e5c7737c90e5854c8378555aa933a8eb119ad83 # v1.2 .0
3636 with :
3737 oc_namespace : ${{ secrets.oc_namespace }}
3838 oc_token : ${{ secrets.oc_token }}
Original file line number Diff line number Diff line change 1616 if : (! github.event.pull_request.draft)
1717 permissions :
1818 pull-requests : write
19- uses : bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@v0.9 .0
19+ uses : bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@v0.10 .0
2020 with :
2121 markdown_links : |
2222 - [Frontend](https://${{ github.event.repository.name }}-${{ github.event.number }}-frontend.apps.silver.devops.gov.bc.ca)
Original file line number Diff line number Diff line change 2121 timeout-minutes : 10
2222 steps :
2323 - name : Clean up Helm Releases
24- uses : bcgov/action-oc-runner@5882b707c20135424f62202f80d56c1d243fd96c # v1.1 .0
24+ uses : bcgov/action-oc-runner@8e5c7737c90e5854c8378555aa933a8eb119ad83 # v1.2 .0
2525 with :
2626 oc_namespace : ${{ secrets.oc_namespace }}
2727 oc_token : ${{ secrets.oc_token }}
6060 name : SchemaSpy
6161 permissions :
6262 contents : write
63- uses : bcgov/quickstart-openshift-helpers/.github/workflows/.schema-spy.yml@v0.9 .0
63+ uses : bcgov/quickstart-openshift-helpers/.github/workflows/.schema-spy.yml@v0.10 .0
6464
6565 # Run sequentially to reduce chances of rate limiting
6666 zap :
You can’t perform that action at this time.
0 commit comments