Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit bedd363

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

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/.deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
# Variables
9797
- if: inputs.tag == ''
9898
id: pr
99-
uses: bcgov/action-get-pr@bfa713a9ab410c0f0c13126c35983934fc80d15b # v0.1.1
99+
uses: bcgov/action-get-pr@bf6c85d0ed23a151f2829956c140fde87979bbf2 # v0.2.0
100100

101101
- id: vars
102102
run: |
@@ -123,7 +123,7 @@ jobs:
123123
124124
- name: Stop pre-existing deployments on PRs (status = pending-upgrade)
125125
if: github.event_name == 'pull_request'
126-
uses: bcgov/action-oc-runner@d2fc921aaa9d70684c186dbb7754e6985d44d86f # v1.4.1
126+
uses: bcgov/action-oc-runner@1815ce17a815c71e9078851a2e3da84d191ea6c3 # v1.5.0
127127
with:
128128
oc_namespace: ${{ secrets.oc_namespace }}
129129
oc_token: ${{ secrets.oc_token }}
@@ -144,7 +144,7 @@ jobs:
144144
run: ls -l charts/crunchy/values.yml
145145
- name: Helm Deploy
146146
id: deploy
147-
uses: bcgov/action-oc-runner@d2fc921aaa9d70684c186dbb7754e6985d44d86f # v1.4.1
147+
uses: bcgov/action-oc-runner@1815ce17a815c71e9078851a2e3da84d191ea6c3 # v1.5.0
148148
with:
149149
oc_namespace: ${{ secrets.oc_namespace }}
150150
oc_token: ${{ secrets.oc_token }}

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps: # Get PR number for squash merges to main
3232
- name: PR Number
3333
id: pr
34-
uses: bcgov/action-get-pr@bfa713a9ab410c0f0c13126c35983934fc80d15b # v0.1.1
34+
uses: bcgov/action-get-pr@bf6c85d0ed23a151f2829956c140fde87979bbf2 # v0.2.0
3535
deploy-test:
3636
name: Deploy (TEST)
3737
permissions:

.github/workflows/pr-close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
permissions:
1717
packages: write # Required for promoting images during PR cleanup
1818
contents: read # Required for repository access
19-
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@ca6579bdadf383a2513397081f963889b92823a4 # v1.1.0
19+
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@18a043020cdc4f1125ec592524e8163edc767f4a # v1.2.0
2020
secrets:
2121
oc_namespace: ${{ vars.OC_NAMESPACE }}
2222
oc_token: ${{ secrets.OC_TOKEN }}

.github/workflows/pr-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
permissions:
1515
contents: read # Required for repository access
1616
pull-requests: write # Required for commenting on PRs
17-
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@ca6579bdadf383a2513397081f963889b92823a4 # v1.1.0
17+
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@18a043020cdc4f1125ec592524e8163edc767f4a # v1.2.0
1818
with:
1919
markdown_links: |
2020
- [Java](https://${{ github.event.repository.name }}-${{ github.event.number }}-backend-java.apps.silver.devops.gov.bc.ca)

0 commit comments

Comments
 (0)