Skip to content

Commit d56d269

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/.deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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@f900830adadd4d9eef3ca6ff80103e839ba8b7c0 # v1.3.0
126+
uses: bcgov/action-oc-runner@b6746946ac96aaac9a5ddc8c93c08fa9c308f42a # v1.4.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@f900830adadd4d9eef3ca6ff80103e839ba8b7c0 # v1.3.0
147+
uses: bcgov/action-oc-runner@b6746946ac96aaac9a5ddc8c93c08fa9c308f42a # v1.4.0
148148
with:
149149
oc_namespace: ${{ secrets.oc_namespace }}
150150
oc_token: ${{ secrets.oc_token }}

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v6
2727

2828
- name: Run Trivy vulnerability scanner in repo mode
29-
uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0
29+
uses: aquasecurity/trivy-action@e368e328979b113139d6f9068e03accaed98a518 # 0.34.1
3030
with:
3131
format: "sarif"
3232
output: "trivy-results.sarif"

0 commit comments

Comments
 (0)