From cbbe21d4f43deae1263a4e112bf9e3e7ae18d816 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 13:48:00 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/.deploy.yml | 4 ++-- .github/workflows/analysis.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/.deploy.yml b/.github/workflows/.deploy.yml index bf71672..e66a9bb 100644 --- a/.github/workflows/.deploy.yml +++ b/.github/workflows/.deploy.yml @@ -60,7 +60,7 @@ jobs: - uses: actions/checkout@v6 - name: Stop pre-existing deployments on PRs (status = pending-upgrade) if: github.event_name == 'pull_request' - uses: bcgov/action-oc-runner@f900830adadd4d9eef3ca6ff80103e839ba8b7c0 # v1.3.0 + uses: bcgov/action-oc-runner@57a28c38359c93e43edf609d35b9a3f50a070131 # v1.4.0 with: oc_namespace: ${{ vars.oc_namespace }} oc_token: ${{ secrets.oc_token }} @@ -76,7 +76,7 @@ jobs: fi - name: Deploy - uses: bcgov/action-oc-runner@f900830adadd4d9eef3ca6ff80103e839ba8b7c0 # v1.3.0 + uses: bcgov/action-oc-runner@57a28c38359c93e43edf609d35b9a3f50a070131 # v1.4.0 with: oc_namespace: ${{ vars.oc_namespace }} oc_token: ${{ secrets.oc_token }} diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 0b9cb2b..0238d15 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v6 - name: Run Trivy vulnerability scanner in repo mode - uses: aquasecurity/trivy-action@0.34.0 + uses: aquasecurity/trivy-action@0.34.1 with: format: "sarif" output: "trivy-results.sarif"