From aba12550cb6f33297f786642e92809e6b64da9d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 23:38:01 +0000 Subject: [PATCH] chore(deps): update github actions all dependencies (#48) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pr-open.yml | 2 +- .github/workflows/pr-validate.yml | 2 +- .github/workflows/reusable-tests-repo.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 12b9d81..47b1a3f 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -71,7 +71,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: bcgov-nr/action-builder-ghcr@v2.0.2 + - uses: bcgov-nr/action-builder-ghcr@v2.2.0 name: Build Cert Extractor with: package: certextractor diff --git a/.github/workflows/pr-validate.yml b/.github/workflows/pr-validate.yml index ae29a9e..8c2b2c0 100644 --- a/.github/workflows/pr-validate.yml +++ b/.github/workflows/pr-validate.yml @@ -37,7 +37,7 @@ jobs: validate: name: Validate PR needs: [vars] - uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@v0.5.0 + uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@v0.6.1 with: markdown_links: | Any successful releases will be available as the following dependencyes: diff --git a/.github/workflows/reusable-tests-repo.yml b/.github/workflows/reusable-tests-repo.yml index 5de7df8..41f060c 100644 --- a/.github/workflows/reusable-tests-repo.yml +++ b/.github/workflows/reusable-tests-repo.yml @@ -40,7 +40,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run Trivy vulnerability scanner in repo mode - uses: aquasecurity/trivy-action@0.23.0 + uses: aquasecurity/trivy-action@0.24.0 with: format: "sarif" output: "trivy-results.sarif"