File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
1313jobs :
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 }}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ concurrency:
1111jobs :
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)
You can’t perform that action at this time.
0 commit comments