Skip to content

Commit 948c7a2

Browse files
chore(deps): update bcgov/action-oc-runner action to v1.1.0 (#2339)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 69f226a commit 948c7a2

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/.deployer-db.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
fi
8989
9090
- name: Deploy Database
91-
uses: bcgov/action-oc-runner@13d14b8f41df24226036385510472f683350850b # v1.0.0
91+
uses: bcgov/action-oc-runner@5882b707c20135424f62202f80d56c1d243fd96c # v1.1.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@13d14b8f41df24226036385510472f683350850b # v1.0.0
113+
uses: bcgov/action-oc-runner@5882b707c20135424f62202f80d56c1d243fd96c # v1.1.0
114114
with:
115115
oc_namespace: ${{ secrets.oc_namespace }}
116116
oc_token: ${{ secrets.oc_token }}

.github/workflows/.deployer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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@13d14b8f41df24226036385510472f683350850b # v1.0.0
128+
uses: bcgov/action-oc-runner@5882b707c20135424f62202f80d56c1d243fd96c # v1.1.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@13d14b8f41df24226036385510472f683350850b # v1.0.0
145+
uses: bcgov/action-oc-runner@5882b707c20135424f62202f80d56c1d243fd96c # v1.1.0
146146
with:
147147
oc_namespace: ${{ secrets.oc_namespace }}
148148
oc_token: ${{ secrets.oc_token }}

.github/workflows/demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-24.04
2828
steps:
2929
- name: Point DEMO URL to Existing Service
30-
uses: bcgov/action-oc-runner@13d14b8f41df24226036385510472f683350850b # v1.0.0
30+
uses: bcgov/action-oc-runner@5882b707c20135424f62202f80d56c1d243fd96c # v1.1.0
3131
with:
3232
oc_namespace: ${{ secrets.oc_namespace }}
3333
oc_token: ${{ secrets.oc_token }}

.github/workflows/pr-close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Remove PR user and database from crunchy
3434
continue-on-error: true
35-
uses: bcgov/action-oc-runner@13d14b8f41df24226036385510472f683350850b # v1.0.0
35+
uses: bcgov/action-oc-runner@5882b707c20135424f62202f80d56c1d243fd96c # v1.1.0
3636
with:
3737
oc_namespace: ${{ secrets.oc_namespace }}
3838
oc_token: ${{ secrets.oc_token }}

.github/workflows/scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
timeout-minutes: 10
2222
steps:
2323
- name: Clean up Helm Releases
24-
uses: bcgov/action-oc-runner@13d14b8f41df24226036385510472f683350850b # v1.0.0
24+
uses: bcgov/action-oc-runner@5882b707c20135424f62202f80d56c1d243fd96c # v1.1.0
2525
with:
2626
oc_namespace: ${{ secrets.oc_namespace }}
2727
oc_token: ${{ secrets.oc_token }}

0 commit comments

Comments
 (0)