Skip to content

Commit 3e46354

Browse files
chore(deps): update github actions
1 parent 3e3e5a0 commit 3e46354

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/.deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: PR Number
7373
id: pr
7474
if: inputs.tag == ''
75-
uses: bcgov/action-get-pr@v0.2.0
75+
uses: bcgov/action-get-pr@v0.3.0
7676

7777
- name: Vars
7878
id: vars
@@ -103,7 +103,7 @@ jobs:
103103
fi
104104
105105
- name: OpenShift Init
106-
uses: bcgov/action-deployer-openshift@v4.1.0
106+
uses: bcgov/action-deployer-openshift@v4.1.1
107107
with:
108108
oc_namespace: ${{ vars.OC_NAMESPACE }}
109109
oc_server: ${{ vars.OC_SERVER }}
@@ -138,7 +138,7 @@ jobs:
138138
- name: public
139139
overwrite: true
140140
steps:
141-
- uses: bcgov/action-deployer-openshift@v4.1.0
141+
- uses: bcgov/action-deployer-openshift@v4.1.1
142142
with:
143143
file: ${{ matrix.name }}/openshift.deploy.yml
144144
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
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@v6
4545

4646
- name: Build and Push new db version Docker Image (for db upgrade)
47-
uses: bcgov/action-builder-ghcr@v4.4.0
47+
uses: bcgov/action-builder-ghcr@v4.4.1
4848
with:
4949
package: ${{ env.COMPONENT }}
5050
build_context: ./db
@@ -54,7 +54,7 @@ jobs:
5454
token: ${{ secrets.GITHUB_TOKEN }}
5555

5656
- name: OpenShift Init
57-
uses: bcgov/action-deployer-openshift@v4.1.0
57+
uses: bcgov/action-deployer-openshift@v4.1.1
5858
with:
5959
oc_namespace: ${{ vars.OC_NAMESPACE }}
6060
oc_server: ${{ vars.OC_SERVER }}
@@ -179,7 +179,7 @@ jobs:
179179
180180
- name: OpenShift Deploy (new version db upgrade container)
181181
# New db pod with new db version and extension installed.
182-
uses: bcgov/action-deployer-openshift@v4.1.0
182+
uses: bcgov/action-deployer-openshift@v4.1.1
183183
with:
184184
file: db/openshift.deploy.dbupgrade.${{ env.DB_UPGRADE_VERSION }}.yml
185185
oc_namespace: ${{ vars.OC_NAMESPACE }}
@@ -368,7 +368,7 @@ jobs:
368368
if: ${{ inputs.revert-only == true || failure() }} # Run if revert-only is true or db-major-upgrade fails
369369
steps:
370370
- name: OpenShift Init
371-
uses: bcgov/action-deployer-openshift@v4.1.0
371+
uses: bcgov/action-deployer-openshift@v4.1.1
372372
with:
373373
oc_namespace: ${{ vars.OC_NAMESPACE }}
374374
oc_server: ${{ vars.OC_SERVER }}

.github/workflows/demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
build_file: public/Dockerfile
3333
steps:
3434
- uses: actions/checkout@v6
35-
- uses: bcgov/action-builder-ghcr@v4.4.0
35+
- uses: bcgov/action-builder-ghcr@v4.4.1
3636
with:
3737
package: ${{ matrix.package }}
3838
build_context: ${{ matrix.build_context }}

.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
@@ -35,7 +35,7 @@ jobs:
3535
triggers: ('public/' 'libs/')
3636
steps:
3737
- uses: actions/checkout@v6
38-
- uses: bcgov/action-builder-ghcr@v4.4.0
38+
- uses: bcgov/action-builder-ghcr@v4.4.1
3939
with:
4040
package: ${{ matrix.package }}
4141
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)