From e9d288b0a79e06bc06eaadeb88920d051874f127 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 20:29:25 +0000 Subject: [PATCH] chore(deps): update github actions all dependencies (#145) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/analysis.yml | 2 +- .github/workflows/pr-close.yml | 2 +- .github/workflows/pr-edit.yml | 2 +- .github/workflows/pr-open.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 804b4b4..fb95e6d 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -75,7 +75,7 @@ jobs: - uses: actions/checkout@v4 - name: Run Trivy vulnerability scanner in repo mode - uses: aquasecurity/trivy-action@0.19.0 + uses: aquasecurity/trivy-action@0.21.0 with: format: "sarif" output: "trivy-results.sarif" diff --git a/.github/workflows/pr-close.yml b/.github/workflows/pr-close.yml index cd881ac..c596333 100644 --- a/.github/workflows/pr-close.yml +++ b/.github/workflows/pr-close.yml @@ -13,7 +13,7 @@ concurrency: jobs: cleanup: name: Cleanup OpenShift and/or Promote Images - uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@v0.4.0 + uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@v0.4.1 secrets: oc_namespace: ${{ vars.OC_NAMESPACE }} oc_token: ${{ secrets.OC_TOKEN }} diff --git a/.github/workflows/pr-edit.yml b/.github/workflows/pr-edit.yml index e6e2376..0690259 100644 --- a/.github/workflows/pr-edit.yml +++ b/.github/workflows/pr-edit.yml @@ -11,7 +11,7 @@ concurrency: jobs: validate: name: Validate PR - uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@v0.4.0 + uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@v0.4.1 with: markdown_links: | - [Java](https://${{ github.event.repository.name }}-${{ github.event.number }}-backendJava.apps.silver.devops.gov.bc.ca) diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 0fe6e5f..f24e927 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -61,7 +61,7 @@ jobs: name: Validate needs: [deploys] if: always() && (!cancelled()) && (!failure()) - uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@v0.4.0 + uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@v0.4.1 with: markdown_links: | - [Java](https://${{ github.event.repository.name }}-${{ github.event.number }}-backendJava.apps.silver.devops.gov.bc.ca)