Skip to content

Commit 30a3ebc

Browse files
chore(deps): update github actions (#425)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2751f2c commit 30a3ebc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/.deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
triggered: ${{ steps.deploy.outputs.triggered }}
8585
timeout-minutes: ${{ inputs.timeout-minutes }}
8686
steps:
87-
- uses: bcgov/action-crunchy@9b776dc20a55f435b7c5024152b6b7b294362809 # v1.2.5
87+
- uses: bcgov/action-crunchy@a109166ff26880dc75676492a33b816ac0ce392f # v1.2.6
8888
name: Deploy Crunchy
8989
id: deploy_crunchy
9090
with:

.github/workflows/pr-close.yml

Lines changed: 2 additions & 2 deletions
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@d9b3d32fb3f03c4699c2dce83ddfff042cd31a1f # v1.0.0
19+
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@6d695dd755fa9255ea4bde335890516beb6f95e4 # v1.0.1
2020
secrets:
2121
oc_namespace: ${{ vars.OC_NAMESPACE }}
2222
oc_token: ${{ secrets.OC_TOKEN }}
@@ -29,7 +29,7 @@ jobs:
2929
contents: read # Required to read values_file from repository
3030
runs-on: ubuntu-24.04
3131
steps:
32-
- uses: bcgov/action-crunchy@9b776dc20a55f435b7c5024152b6b7b294362809 # v1.2.5
32+
- uses: bcgov/action-crunchy@a109166ff26880dc75676492a33b816ac0ce392f # v1.2.6
3333
name: Remove PR Specific User
3434
with:
3535
oc_namespace: ${{ vars.oc_namespace }}

.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@d9b3d32fb3f03c4699c2dce83ddfff042cd31a1f # v1.0.0
17+
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@6d695dd755fa9255ea4bde335890516beb6f95e4 # v1.0.1
1818
with:
1919
markdown_links: |
2020
- [Java](https://${{ github.event.repository.name }}-${{ github.event.number }}-backendJava.apps.silver.devops.gov.bc.ca)

0 commit comments

Comments
 (0)