From ab237516288dce65b65a282164d6d0f4ae5c191a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 10:39:06 +0000 Subject: [PATCH] chore(deps): update kubewarden/github-actions action to v3.4.5 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 308ee43..01b4760 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: strategy: matrix: policy-working-dir: ${{ fromJSON(needs.calculate-policy-matrix.outputs.policy-working-dirs) }} - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rego.yml@v3.4.2 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rego.yml@v3.4.5 with: policy-working-dir: ${{ matrix.policy-working-dir }} # hardcode a bogus but semver valid version for `make check-artifacthub.yml`. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bdf7d01..e857c59 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: unit-tests: needs: calculate-policy-from-tag name: run unit tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rego.yml@v3.4.2 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rego.yml@v3.4.5 with: policy-working-dir: ${{ needs.calculate-policy-from-tag.outputs.policy-working-dir }} policy-version: ${{ needs.calculate-policy-from-tag.outputs.policy-version }} @@ -56,7 +56,7 @@ jobs: concurrency: group: release-policy # only allow 1 release job of "release-policy" concurrently cancel-in-progress: false - uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rego.yml@v3.4.2 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rego.yml@v3.4.5 with: oci-target: ghcr.io/${{ github.repository_owner }}/policies/${{ needs.calculate-policy-from-tag.outputs.policy-id }} policy-working-dir: ${{ needs.calculate-policy-from-tag.outputs.policy-working-dir }}