Skip to content

Commit f4ae77a

Browse files
chore(deps): update github actions (#952)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2b708bf commit f4ae77a

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/.deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: PR Number
7777
id: pr
7878
if: inputs.tag == ''
79-
uses: bcgov/action-get-pr@v0.2.0
79+
uses: bcgov/action-get-pr@v0.3.0
8080

8181
- name: Vars
8282
id: vars
@@ -108,7 +108,7 @@ jobs:
108108
109109
- name: OpenShift Init
110110
id: openshift-init
111-
uses: bcgov/action-deployer-openshift@v4.1.0
111+
uses: bcgov/action-deployer-openshift@v4.1.1
112112
with:
113113
oc_namespace: ${{ vars.OC_NAMESPACE }}
114114
oc_server: ${{ vars.OC_SERVER }}
@@ -143,7 +143,7 @@ jobs:
143143
- name: public
144144
overwrite: true
145145
steps:
146-
- uses: bcgov/action-deployer-openshift@v4.1.0
146+
- uses: bcgov/action-deployer-openshift@v4.1.1
147147
with:
148148
file: ${{ matrix.name }}/openshift.deploy.yml
149149
oc_namespace: ${{ vars.OC_NAMESPACE }}

.github/workflows/db-major-upgrade.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@v6
4747

4848
- name: Build and Push new db version Docker Image (for db upgrade)
49-
uses: bcgov/action-builder-ghcr@v4.4.0
49+
uses: bcgov/action-builder-ghcr@v4.4.1
5050
with:
5151
package: ${{ env.COMPONENT }}
5252
build_context: ./db
@@ -56,7 +56,7 @@ jobs:
5656
token: ${{ secrets.GITHUB_TOKEN }}
5757

5858
- name: OpenShift Init
59-
uses: bcgov/action-deployer-openshift@v4.1.0
59+
uses: bcgov/action-deployer-openshift@v4.1.1
6060
with:
6161
oc_namespace: ${{ vars.OC_NAMESPACE }}
6262
oc_server: ${{ vars.OC_SERVER }}
@@ -181,7 +181,7 @@ jobs:
181181
182182
- name: OpenShift Deploy (new version db upgrade container)
183183
# New db pod with new db version and extension installed.
184-
uses: bcgov/action-deployer-openshift@v4.1.0
184+
uses: bcgov/action-deployer-openshift@v4.1.1
185185
with:
186186
file: db/openshift.deploy.dbupgrade.${{ env.DB_UPGRADE_VERSION }}.yml
187187
oc_namespace: ${{ vars.OC_NAMESPACE }}
@@ -370,7 +370,7 @@ jobs:
370370
if: ${{ inputs.revert-only == true || failure() }} # Run if revert-only is true or db-major-upgrade fails
371371
steps:
372372
- name: OpenShift Init
373-
uses: bcgov/action-deployer-openshift@v4.1.0
373+
uses: bcgov/action-deployer-openshift@v4.1.1
374374
with:
375375
oc_namespace: ${{ vars.OC_NAMESPACE }}
376376
oc_server: ${{ vars.OC_SERVER }}

.github/workflows/pr-close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
jobs:
1515
cleanup:
1616
name: Cleanup and Images
17-
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@v1.2.0
17+
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@v1.2.1
1818
secrets:
1919
oc_namespace: ${{ vars.OC_NAMESPACE }}
2020
oc_token: ${{ secrets.OC_TOKEN }}

.github/workflows/pr-open.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
triggers: ('public/' 'libs/')
3838
steps:
3939
- uses: actions/checkout@v6
40-
- uses: bcgov/action-builder-ghcr@v4.4.0
40+
- uses: bcgov/action-builder-ghcr@v4.4.1
4141
with:
4242
package: ${{ matrix.package }}
4343
build_context: ${{ matrix.build_context }}

.github/workflows/pr-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
needs: [init]
2727
permissions:
2828
pull-requests: write
29-
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@v1.2.0
29+
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@v1.2.1
3030
with:
3131
markdown_links: |
3232
- [api](https://fom-${{ needs.init.outputs.mod-tag }}.apps.silver.devops.gov.bc.ca/api)

0 commit comments

Comments
 (0)