From b6fdca7f8161a116c10795b021212be49e4b6f91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 00:10:53 +0000 Subject: [PATCH] chore(deps): update kubewarden/github-actions action to v3.1.18 --- .github/workflows/release.yml | 6 +++--- .github/workflows/reusable-test-policy-go.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 99dd86e..5d07c72 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install dependencies - uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.1.17 + uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.1.18 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: # until https://github.com/actions/checkout/pull/579 is released @@ -51,7 +51,7 @@ jobs: shell: bash - name: Check that artifacthub-pkg.yml is up-to-date if: ${{ inputs.artifacthub }} - uses: kubewarden/github-actions/check-artifacthub@v3.1.17 + uses: kubewarden/github-actions/check-artifacthub@v3.1.18 with: version: ${{ steps.calculate-version.outputs.version }} - name: Build policy @@ -87,7 +87,7 @@ jobs: run: | make e2e-tests - name: Release - uses: kubewarden/github-actions/policy-release@v3.1.17 + uses: kubewarden/github-actions/policy-release@v3.1.18 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} oci-target: ghcr.io/${{ github.repository_owner }}/policies/container-resources diff --git a/.github/workflows/reusable-test-policy-go.yml b/.github/workflows/reusable-test-policy-go.yml index c6df61c..2f06617 100644 --- a/.github/workflows/reusable-test-policy-go.yml +++ b/.github/workflows/reusable-test-policy-go.yml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Install dependencies - uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.1.17 + uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.1.18 - name: Install patched tinygo shell: bash run: | @@ -71,12 +71,12 @@ jobs: # until https://github.com/actions/checkout/pull/579 is released fetch-depth: 0 - name: Install kwctl - uses: kubewarden/github-actions/kwctl-installer@v3.1.17 + uses: kubewarden/github-actions/kwctl-installer@v3.1.18 - id: calculate-version run: echo "version=$(git describe --tags --abbrev=0 | cut -c2-)" >> $GITHUB_OUTPUT shell: bash - name: Check that artifacthub-pkg.yml is up-to-date - uses: kubewarden/github-actions/check-artifacthub@v3.1.17 + uses: kubewarden/github-actions/check-artifacthub@v3.1.18 with: version: ${{ steps.calculate-version.outputs.version }} check_version: false # must match a git tag that hasn't been created yet, so let's ignore until then