Skip to content

Commit cf3999d

Browse files
chore(deps): update github actions (#2292)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 29918a9 commit cf3999d

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/.deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
- name: OpenShift Init
7171
id: trigger
72-
uses: bcgov/action-deployer-openshift@d972993c70aba88e4f2fe66a66c4b7149fa9fcad # v4.0.0
72+
uses: bcgov/action-deployer-openshift@565e315dfddb8aee08fcfd885a27407dde9a2775 # v4.0.1
7373
with:
7474
oc_namespace: ${{ vars.OC_NAMESPACE }}
7575
oc_server: ${{ vars.OC_SERVER }}
@@ -92,7 +92,7 @@ jobs:
9292
triggers: ${{ inputs.triggers }}
9393

9494
- name: Database
95-
uses: bcgov/action-deployer-openshift@d972993c70aba88e4f2fe66a66c4b7149fa9fcad # v4.0.0
95+
uses: bcgov/action-deployer-openshift@565e315dfddb8aee08fcfd885a27407dde9a2775 # v4.0.1
9696
with:
9797
oc_namespace: ${{ vars.OC_NAMESPACE }}
9898
oc_server: ${{ vars.OC_SERVER }}
@@ -124,7 +124,7 @@ jobs:
124124
- name: oracle-api
125125
parameters: -p AWS_COGNITO_ISSUER_URI=https://cognito-idp.ca-central-1.amazonaws.com/${{ vars.VITE_USER_POOLS_ID }}
126126
steps:
127-
- uses: bcgov/action-deployer-openshift@d972993c70aba88e4f2fe66a66c4b7149fa9fcad # v4.0.0
127+
- uses: bcgov/action-deployer-openshift@565e315dfddb8aee08fcfd885a27407dde9a2775 # v4.0.1
128128
id: deploys
129129
with:
130130
file: ${{ matrix.name }}/openshift.deploy.yml

.github/workflows/.tests.yml

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

5454
- name: Run Cypress CI
5555
if: steps.triggers.outputs.triggered == 'true'
56-
uses: bcgov/action-test-and-analyse@51b50be3bb2522e480ed8eab72735612deff7f15 # v1.4.0
56+
uses: bcgov/action-test-and-analyse@87f88c90526b8b05cea760492ff33db4ba6e271b # v1.6.0
5757
with:
5858
node_version: "22"
5959
commands: |

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Typescript lint
2121
runs-on: ubuntu-24.04
2222
steps:
23-
- uses: bcgov/action-test-and-analyse@51b50be3bb2522e480ed8eab72735612deff7f15 # v1.4.0
23+
- uses: bcgov/action-test-and-analyse@87f88c90526b8b05cea760492ff33db4ba6e271b # v1.6.0
2424
with:
2525
commands: |
2626
npm ci --ignore-scripts

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
# Get PR number for squash merges to main
2727
- id: pr
28-
uses: bcgov/action-get-pr@21f9351425cd55a98e869ee28919a512aa30647d # v0.0.1
28+
uses: bcgov/action-get-pr@35514fa1d4765547da319e967b509363598e8b46 # v0.1.0
2929

3030
deploys-test:
3131
name: TEST Deploys (${{ needs.init.outputs.pr }})

.github/workflows/pr-close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
jobs:
1616
cleanup:
1717
name: Cleanup and Images
18-
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@d9b3d32fb3f03c4699c2dce83ddfff042cd31a1f # v1.0.0
18+
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@6d695dd755fa9255ea4bde335890516beb6f95e4 # v1.0.1
1919
secrets:
2020
oc_namespace: ${{ vars.OC_NAMESPACE }}
2121
oc_token: ${{ secrets.OC_TOKEN }}

.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@d9b3d32fb3f03c4699c2dce83ddfff042cd31a1f # v1.0.0
29+
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@6d695dd755fa9255ea4bde335890516beb6f95e4 # v1.0.1
3030
with:
3131
markdown_links: |
3232
- [Frontend](https://${{ github.event.repository.name }}-${{ needs.init.outputs.mod-tag }}.apps.silver.devops.gov.bc.ca/)

0 commit comments

Comments
 (0)