Skip to content

Commit a4c395b

Browse files
chore(deps): update github actions all dependencies (#2346)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7cf4465 commit a4c395b

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/.deployer-db.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
fi
8989
9090
- name: Deploy Database
91-
uses: bcgov/action-oc-runner@5882b707c20135424f62202f80d56c1d243fd96c # v1.1.0
91+
uses: bcgov/action-oc-runner@8e5c7737c90e5854c8378555aa933a8eb119ad83 # v1.2.0
9292
with:
9393
oc_namespace: ${{ secrets.oc_namespace }}
9494
oc_token: ${{ secrets.oc_token }}
@@ -110,7 +110,7 @@ jobs:
110110
111111
- name: Add PR specific user to Crunchy DB # only for PRs
112112
if: github.event_name == 'pull_request'
113-
uses: bcgov/action-oc-runner@5882b707c20135424f62202f80d56c1d243fd96c # v1.1.0
113+
uses: bcgov/action-oc-runner@8e5c7737c90e5854c8378555aa933a8eb119ad83 # v1.2.0
114114
with:
115115
oc_namespace: ${{ secrets.oc_namespace }}
116116
oc_token: ${{ secrets.oc_token }}

.github/workflows/.deployer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
126126
- name: Stop pre-existing deployments on PRs (status = pending-upgrade)
127127
if: github.event_name == 'pull_request'
128-
uses: bcgov/action-oc-runner@5882b707c20135424f62202f80d56c1d243fd96c # v1.1.0
128+
uses: bcgov/action-oc-runner@8e5c7737c90e5854c8378555aa933a8eb119ad83 # v1.2.0
129129
with:
130130
oc_namespace: ${{ secrets.oc_namespace }}
131131
oc_token: ${{ secrets.oc_token }}
@@ -142,7 +142,7 @@ jobs:
142142
143143
- name: Helm Deploy
144144
id: deploy
145-
uses: bcgov/action-oc-runner@5882b707c20135424f62202f80d56c1d243fd96c # v1.1.0
145+
uses: bcgov/action-oc-runner@8e5c7737c90e5854c8378555aa933a8eb119ad83 # v1.2.0
146146
with:
147147
oc_namespace: ${{ secrets.oc_namespace }}
148148
oc_token: ${{ secrets.oc_token }}

.github/workflows/demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-24.04
2828
steps:
2929
- name: Point DEMO URL to Existing Service
30-
uses: bcgov/action-oc-runner@5882b707c20135424f62202f80d56c1d243fd96c # v1.1.0
30+
uses: bcgov/action-oc-runner@8e5c7737c90e5854c8378555aa933a8eb119ad83 # v1.2.0
3131
with:
3232
oc_namespace: ${{ secrets.oc_namespace }}
3333
oc_token: ${{ secrets.oc_token }}

.github/workflows/pr-close.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions: {}
1414
jobs:
1515
cleanup:
1616
name: Cleanup and Image Promotion
17-
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@v0.9.0
17+
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@v0.10.0
1818
permissions:
1919
packages: write
2020
secrets:
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Remove PR user and database from crunchy
3434
continue-on-error: true
35-
uses: bcgov/action-oc-runner@5882b707c20135424f62202f80d56c1d243fd96c # v1.1.0
35+
uses: bcgov/action-oc-runner@8e5c7737c90e5854c8378555aa933a8eb119ad83 # v1.2.0
3636
with:
3737
oc_namespace: ${{ secrets.oc_namespace }}
3838
oc_token: ${{ secrets.oc_token }}

.github/workflows/pr-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: (! github.event.pull_request.draft)
1717
permissions:
1818
pull-requests: write
19-
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@v0.9.0
19+
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@v0.10.0
2020
with:
2121
markdown_links: |
2222
- [Frontend](https://${{ github.event.repository.name }}-${{ github.event.number }}-frontend.apps.silver.devops.gov.bc.ca)

.github/workflows/scheduled.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
timeout-minutes: 10
2222
steps:
2323
- name: Clean up Helm Releases
24-
uses: bcgov/action-oc-runner@5882b707c20135424f62202f80d56c1d243fd96c # v1.1.0
24+
uses: bcgov/action-oc-runner@8e5c7737c90e5854c8378555aa933a8eb119ad83 # v1.2.0
2525
with:
2626
oc_namespace: ${{ secrets.oc_namespace }}
2727
oc_token: ${{ secrets.oc_token }}
@@ -60,7 +60,7 @@ jobs:
6060
name: SchemaSpy
6161
permissions:
6262
contents: write
63-
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.schema-spy.yml@v0.9.0
63+
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.schema-spy.yml@v0.10.0
6464

6565
# Run sequentially to reduce chances of rate limiting
6666
zap:

0 commit comments

Comments
 (0)