File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ name: Release policy
1010jobs :
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
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
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name: Continuous integration
33jobs :
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
You can’t perform that action at this time.
0 commit comments