From 24c3073237800cbacb5d1f177492e93f56624b30 Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Thu, 5 Sep 2024 17:00:05 +0200 Subject: [PATCH] chore(deps): bump GH action Use latest version of our GH actions Signed-off-by: Flavio Castelli --- .github/workflows/release.yml | 9 ++++----- .github/workflows/test.yml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d8164da..4a00f64 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,17 +1,16 @@ on: push: branches: - - main + - main tags: - - 'v*' + - "v*" name: Release policy jobs: - test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.3.3 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.3.4 release: needs: test @@ -23,6 +22,6 @@ jobs: # Required by cosign keyless signing id-token: write - uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.3.3 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.3.4 with: oci-target: ghcr.io/${{ github.repository_owner }}/policies/verify-image-signatures diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index caeb804..c2adc2d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,4 +3,4 @@ name: Continuous integration jobs: test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.3.3 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.3.4