Skip to content

Commit d0a23d4

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/db-bk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
continue-on-error: true
1818
runs-on: ubuntu-24.04
1919
steps:
20-
- uses: bcgov/action-oc-runner@12997e908fba505079d1aab6f694a17fe15e9b28 # v1.2.2
20+
- uses: bcgov/action-oc-runner@10033668ef4374d9bb78149faa73e4ccda0e93dd # v1.2.3
2121
with:
2222
oc_namespace: ${{ vars.oc_namespace }}
2323
oc_server: ${{ vars.oc_server }}
@@ -30,7 +30,7 @@ jobs:
3030
continue-on-error: false
3131
runs-on: ubuntu-24.04
3232
steps:
33-
- uses: bcgov/action-oc-runner@12997e908fba505079d1aab6f694a17fe15e9b28 # v1.2.2
33+
- uses: bcgov/action-oc-runner@10033668ef4374d9bb78149faa73e4ccda0e93dd # v1.2.3
3434
with:
3535
oc_namespace: ${{ vars.oc_namespace }}
3636
oc_server: ${{ vars.oc_server }}

.github/workflows/demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
REPO: ${{ github.event.repository.name }}
2727
runs-on: ubuntu-24.04
2828
steps:
29-
- uses: bcgov/action-oc-runner@12997e908fba505079d1aab6f694a17fe15e9b28 # v1.2.2
29+
- uses: bcgov/action-oc-runner@10033668ef4374d9bb78149faa73e4ccda0e93dd # v1.2.3
3030
with:
3131
oc_namespace: ${{ vars.oc_namespace }}
3232
oc_server: ${{ vars.oc_server }}

0 commit comments

Comments
 (0)