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-rego.yml@4da9b3a995e38a7821d404dee64d9559c29bb9c0 # v4.5.3
13+ uses : kubewarden/github-actions/.github/workflows/reusable-test-policy-rego.yml@17f4dbf90d74f26892f7cc18179d08c4d63914d9 # v4.5.4
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-rego.yml@4da9b3a995e38a7821d404dee64d9559c29bb9c0 # v4.5.3
25+ uses : kubewarden/github-actions/.github/workflows/reusable-release-policy-rego.yml@17f4dbf90d74f26892f7cc18179d08c4d63914d9 # v4.5.4
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,6 +3,6 @@ name: Continuous integration
33jobs :
44 test :
55 name : run tests and linters
6- uses : kubewarden/github-actions/.github/workflows/reusable-test-policy-rego.yml@4da9b3a995e38a7821d404dee64d9559c29bb9c0 # v4.5.3
6+ uses : kubewarden/github-actions/.github/workflows/reusable-test-policy-rego.yml@17f4dbf90d74f26892f7cc18179d08c4d63914d9 # v4.5.4
77 with :
88 opa-version : v1.5.1
You can’t perform that action at this time.
0 commit comments