Skip to content

Commit 5f49553

Browse files
authored
Merge pull request #128 from kubewarden/renovate/all-minor-patch
chore(deps): update kubewarden/github-actions action to v5.2.0
2 parents 932559f + 6ccee21 commit 5f49553

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Release policy
1010
jobs:
1111
test:
1212
name: run tests and linters
13-
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@1a7c4d1174bba4cd64f87feed1e7fa6c56aa7a46 # v5.1.0
13+
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@7bee120924c03de60befb15d9932b960aca2f4d6 # v5.2.0
1414

1515
release:
1616
needs: test
@@ -22,6 +22,6 @@ jobs:
2222
# Required by cosign keyless signing
2323
id-token: write
2424

25-
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-go.yml@1a7c4d1174bba4cd64f87feed1e7fa6c56aa7a46 # v5.1.0
25+
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-go.yml@7bee120924c03de60befb15d9932b960aca2f4d6 # v5.2.0
2626
with:
2727
oci-target: ghcr.io/${{ github.repository_owner }}/policies/policy-name #FIXME

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: Continuous integration
33
jobs:
44
test:
55
name: run tests and linters
6-
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@1a7c4d1174bba4cd64f87feed1e7fa6c56aa7a46 # v5.1.0
6+
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@7bee120924c03de60befb15d9932b960aca2f4d6 # v5.2.0

0 commit comments

Comments
 (0)