Skip to content

Commit 82a936d

Browse files
chore(deps): update github actions all dependencies (#301)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 209ec2b commit 82a936d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/.deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
121121
- name: Stop pre-existing deployments on PRs (status = pending-upgrade)
122122
if: github.event_name == 'pull_request'
123-
uses: bcgov/action-oc-runner@8e5c7737c90e5854c8378555aa933a8eb119ad83 # v1.2.0
123+
uses: bcgov/action-oc-runner@8ae8e22ccc644c73041a3b3ca3f2e6afdddad845 # v1.2.1
124124
with:
125125
oc_namespace: ${{ secrets.oc_namespace }}
126126
oc_token: ${{ secrets.oc_token }}
@@ -141,7 +141,7 @@ jobs:
141141
run: ls -l charts/crunchy/values.yml
142142
- name: Helm Deploy
143143
id: deploy
144-
uses: bcgov/action-oc-runner@8e5c7737c90e5854c8378555aa933a8eb119ad83 # v1.2.0
144+
uses: bcgov/action-oc-runner@8ae8e22ccc644c73041a3b3ca3f2e6afdddad845 # v1.2.1
145145
with:
146146
oc_namespace: ${{ secrets.oc_namespace }}
147147
oc_token: ${{ secrets.oc_token }}

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424

2525
- name: Run Trivy vulnerability scanner in repo mode
26-
uses: aquasecurity/trivy-action@0.29.0
26+
uses: aquasecurity/trivy-action@0.30.0
2727
with:
2828
format: "sarif"
2929
output: "trivy-results.sarif"

.github/workflows/pr-close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
jobs:
1414
cleanup:
1515
name: Cleanup OpenShift and/or Promote Images
16-
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@v0.8.3
16+
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@v0.9.0
1717
secrets:
1818
oc_namespace: ${{ vars.OC_NAMESPACE }}
1919
oc_token: ${{ secrets.OC_TOKEN }}

.github/workflows/pr-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111
jobs:
1212
validate:
1313
name: Validate PR
14-
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@v0.8.3
14+
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@v0.9.0
1515
with:
1616
markdown_links: |
1717
- [Java](https://${{ github.event.repository.name }}-${{ github.event.number }}-backendJava.apps.silver.devops.gov.bc.ca)

0 commit comments

Comments
 (0)