Skip to content

Commit c22dfc6

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

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/.deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/checkout@v6
6161
- name: Stop pre-existing deployments on PRs (status = pending-upgrade)
6262
if: github.event_name == 'pull_request'
63-
uses: bcgov/action-oc-runner@f900830adadd4d9eef3ca6ff80103e839ba8b7c0 # v1.3.0
63+
uses: bcgov/action-oc-runner@57a28c38359c93e43edf609d35b9a3f50a070131 # v1.4.0
6464
with:
6565
oc_namespace: ${{ vars.oc_namespace }}
6666
oc_token: ${{ secrets.oc_token }}
@@ -76,7 +76,7 @@ jobs:
7676
fi
7777
7878
- name: Deploy
79-
uses: bcgov/action-oc-runner@f900830adadd4d9eef3ca6ff80103e839ba8b7c0 # v1.3.0
79+
uses: bcgov/action-oc-runner@57a28c38359c93e43edf609d35b9a3f50a070131 # v1.4.0
8080
with:
8181
oc_namespace: ${{ vars.oc_namespace }}
8282
oc_token: ${{ secrets.oc_token }}

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v6
2525

2626
- name: Run Trivy vulnerability scanner in repo mode
27-
uses: aquasecurity/trivy-action@0.34.0
27+
uses: aquasecurity/trivy-action@0.34.1
2828
with:
2929
format: "sarif"
3030
output: "trivy-results.sarif"

0 commit comments

Comments
 (0)