Skip to content

Commit 1461f51

Browse files
chore(deps): update bcgov/action-oc-runner action to v1.2.3 (#169)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f411833 commit 1461f51

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/.deployer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
### Deploy
128128
- name: Interrupt deployments (PR only)
129129
if: github.event_name == 'pull_request'
130-
uses: bcgov/action-oc-runner@12997e908fba505079d1aab6f694a17fe15e9b28 # v1.2.2
130+
uses: bcgov/action-oc-runner@10033668ef4374d9bb78149faa73e4ccda0e93dd # v1.2.3
131131
with:
132132
oc_namespace: ${{ secrets.oc_namespace }}
133133
oc_token: ${{ secrets.oc_token }}

.github/workflows/.pr-close.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
env:
119119
release: ${{ inputs.repository }}-${{ inputs.target }}
120120
if: inputs.cleanup == 'helm'
121-
uses: bcgov/action-oc-runner@12997e908fba505079d1aab6f694a17fe15e9b28 # v1.2.2
121+
uses: bcgov/action-oc-runner@10033668ef4374d9bb78149faa73e4ccda0e93dd # v1.2.3
122122
with:
123123
oc_namespace: ${{ secrets.oc_namespace }}
124124
oc_token: ${{ secrets.oc_token }}
@@ -156,7 +156,7 @@ jobs:
156156
157157
- name: OC Template (label) Cleanup
158158
if: inputs.cleanup == 'label'
159-
uses: bcgov/action-oc-runner@12997e908fba505079d1aab6f694a17fe15e9b28 # v1.2.2
159+
uses: bcgov/action-oc-runner@10033668ef4374d9bb78149faa73e4ccda0e93dd # v1.2.3
160160
with:
161161
oc_namespace: ${{ secrets.oc_namespace }}
162162
oc_token: ${{ secrets.oc_token }}
@@ -169,7 +169,7 @@ jobs:
169169
170170
- name: Remove PVCs
171171
if: inputs.remove_pvc
172-
uses: bcgov/action-oc-runner@12997e908fba505079d1aab6f694a17fe15e9b28 # v1.2.2
172+
uses: bcgov/action-oc-runner@10033668ef4374d9bb78149faa73e4ccda0e93dd # v1.2.3
173173
with:
174174
oc_namespace: ${{ secrets.oc_namespace }}
175175
oc_token: ${{ secrets.oc_token }}

.github/workflows/csr-generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
fi
113113
114114
- name: Create or update CSR secret in OpenShift
115-
uses: bcgov/action-oc-runner@12997e908fba505079d1aab6f694a17fe15e9b28 # v1.2.2
115+
uses: bcgov/action-oc-runner@10033668ef4374d9bb78149faa73e4ccda0e93dd # v1.2.3
116116
env:
117117
OC_TOKEN: ${{ inputs.oc_token || secrets.oc_token }}
118118
OC_SERVER: ${{ inputs.oc_server }}

0 commit comments

Comments
 (0)