Skip to content

Commit bc8c500

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

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/on-pr-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
attestations: write
5353
packages: write
5454
steps:
55-
- uses: bcgov/action-builder-ghcr@de3d575cf158e16f5dc2789630f6d587483b911c # v4.4.0
55+
- uses: bcgov/action-builder-ghcr@cb2629351c87dd1c2130073e4ebb7233a9653a63 # v4.4.1
5656
with:
5757
package: metabase
5858
tags: ${{ github.sha }}
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ubuntu-24.04
7474
steps:
7575
- name: Deploy to OpenShift
76-
uses: bcgov/action-oc-runner@1815ce17a815c71e9078851a2e3da84d191ea6c3 # v1.5.0
76+
uses: bcgov/action-oc-runner@b1c55b8a8bd5f42b19f72e6ea7df6d6a6eda44a1 # v1.5.1
7777
env:
7878
DB_HOST_PORT: ${{ secrets.DB_HOST_PORT_ENV }}
7979
with:

.github/workflows/pr-close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-24.04
2525
steps:
2626
- name: Remove OpenShift artifacts
27-
uses: bcgov/action-oc-runner@1815ce17a815c71e9078851a2e3da84d191ea6c3 # v1.5.0
27+
uses: bcgov/action-oc-runner@b1c55b8a8bd5f42b19f72e6ea7df6d6a6eda44a1 # v1.5.1
2828
with:
2929
oc_namespace: ${{ vars.OC_NAMESPACE }}
3030
oc_token: ${{ secrets.OC_TOKEN }}

0 commit comments

Comments
 (0)