Skip to content

Commit 22e255c

Browse files
Merge branch 'main' into chore/fix/CVE-2025-64718
2 parents 1489f09 + 95c3598 commit 22e255c

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/.deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: Backup database before update
9898
continue-on-error: true
9999
if: github.event_name != 'pull_request'
100-
uses: bcgov/action-oc-runner@b1c55b8a8bd5f42b19f72e6ea7df6d6a6eda44a1 # v1.5.1
100+
uses: bcgov/action-oc-runner@09b5eeae15bdbc7f7a21b406ee2c66a1d5819f8c # v1.6.0
101101
with:
102102
oc_namespace: ${{ secrets.oc_namespace }}
103103
oc_token: ${{ secrets.oc_token }}

.github/workflows/.tools-cleanup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Scale down legacy
1414
continue-on-error: true
15-
uses: bcgov/action-oc-runner@b1c55b8a8bd5f42b19f72e6ea7df6d6a6eda44a1 # v1.5.1
15+
uses: bcgov/action-oc-runner@09b5eeae15bdbc7f7a21b406ee2c66a1d5819f8c # v1.6.0
1616
with:
1717
oc_namespace: d2723f-dev
1818
oc_token: ${{ secrets.oc_token }}
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Remove the PR database
3939
continue-on-error: true
40-
uses: bcgov/action-oc-runner@b1c55b8a8bd5f42b19f72e6ea7df6d6a6eda44a1 # v1.5.1
40+
uses: bcgov/action-oc-runner@09b5eeae15bdbc7f7a21b406ee2c66a1d5819f8c # v1.6.0
4141
with:
4242
oc_namespace: d2723f-tools
4343
oc_token: ${{ secrets.oc_token_tools }}

.github/workflows/.tools-deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
steps:
4141
- name: Scale down legacy
4242
continue-on-error: true
43-
uses: bcgov/action-oc-runner@b1c55b8a8bd5f42b19f72e6ea7df6d6a6eda44a1 # v1.5.1
43+
uses: bcgov/action-oc-runner@09b5eeae15bdbc7f7a21b406ee2c66a1d5819f8c # v1.6.0
4444
with:
4545
oc_namespace: ${{ secrets.oc_namespace }}
4646
oc_token: ${{ secrets.oc_token }}
@@ -93,7 +93,7 @@ jobs:
9393
steps:
9494
- name: Create the PR database
9595
continue-on-error: true
96-
uses: bcgov/action-oc-runner@b1c55b8a8bd5f42b19f72e6ea7df6d6a6eda44a1 # v1.5.1
96+
uses: bcgov/action-oc-runner@09b5eeae15bdbc7f7a21b406ee2c66a1d5819f8c # v1.6.0
9797
with:
9898
oc_namespace: d2723f-tools
9999
oc_server: ${{ secrets.oc_server }}
@@ -118,7 +118,7 @@ jobs:
118118
119119
- name: Create the PR user
120120
continue-on-error: true
121-
uses: bcgov/action-oc-runner@b1c55b8a8bd5f42b19f72e6ea7df6d6a6eda44a1 # v1.5.1
121+
uses: bcgov/action-oc-runner@09b5eeae15bdbc7f7a21b406ee2c66a1d5819f8c # v1.6.0
122122
with:
123123
oc_namespace: d2723f-tools
124124
oc_server: ${{ secrets.oc_server }}
@@ -143,7 +143,7 @@ jobs:
143143
144144
- name: Migrate the PR database
145145
continue-on-error: true
146-
uses: bcgov/action-oc-runner@b1c55b8a8bd5f42b19f72e6ea7df6d6a6eda44a1 # v1.5.1
146+
uses: bcgov/action-oc-runner@09b5eeae15bdbc7f7a21b406ee2c66a1d5819f8c # v1.6.0
147147
with:
148148
oc_namespace: d2723f-tools
149149
oc_server: ${{ secrets.oc_server }}
@@ -161,7 +161,7 @@ jobs:
161161
steps:
162162
- name: Start the Legacy Service
163163
continue-on-error: true
164-
uses: bcgov/action-oc-runner@b1c55b8a8bd5f42b19f72e6ea7df6d6a6eda44a1 # v1.5.1
164+
uses: bcgov/action-oc-runner@09b5eeae15bdbc7f7a21b406ee2c66a1d5819f8c # v1.6.0
165165
with:
166166
oc_namespace: ${{ secrets.oc_namespace }}
167167
oc_token: ${{ secrets.oc_token }}

0 commit comments

Comments
 (0)