File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 strategy :
3838 matrix :
3939 policy-working-dir : ${{ fromJSON(needs.calculate-policy-matrix.outputs.policy-working-dirs) }}
40- uses : kubewarden/github-actions/.github/workflows/reusable-test-policy-rego.yml@63e6bff6226bbdd84a4244892417eb27676b7a8c # v5.0.1
40+ uses : kubewarden/github-actions/.github/workflows/reusable-test-policy-rego.yml@1a7c4d1174bba4cd64f87feed1e7fa6c56aa7a46 # v5.1.0
4141 with :
4242 policy-working-dir : ${{ matrix.policy-working-dir }}
Original file line number Diff line number Diff line change 4242 unit-tests :
4343 needs : calculate-policy-from-tag
4444 name : run unit tests and linters
45- uses : kubewarden/github-actions/.github/workflows/reusable-test-policy-rego.yml@63e6bff6226bbdd84a4244892417eb27676b7a8c # v5.0.1
45+ uses : kubewarden/github-actions/.github/workflows/reusable-test-policy-rego.yml@1a7c4d1174bba4cd64f87feed1e7fa6c56aa7a46 # v5.1.0
4646 with :
4747 policy-working-dir : ${{ needs.calculate-policy-from-tag.outputs.policy-working-dir }}
4848
@@ -55,15 +55,15 @@ jobs:
5555 packages : write
5656 # Required by cosign keyless signing
5757 id-token : write
58- uses : kubewarden/github-actions/.github/workflows/reusable-release-policy-rego.yml@63e6bff6226bbdd84a4244892417eb27676b7a8c # v5.0.1
58+ uses : kubewarden/github-actions/.github/workflows/reusable-release-policy-rego.yml@1a7c4d1174bba4cd64f87feed1e7fa6c56aa7a46 # v5.1.0
5959 with :
6060 oci-target : ghcr.io/${{ github.repository_owner }}/policies/${{ needs.calculate-policy-from-tag.outputs.policy-id }}
6161 policy-working-dir : ${{ needs.calculate-policy-from-tag.outputs.policy-working-dir }}
6262 policy-version : ${{ needs.calculate-policy-from-tag.outputs.policy-version }}
6363
6464 release-catalog :
6565 needs : [calculate-policy-from-tag, release]
66- uses : kubewarden/github-actions/.github/workflows/reusable-release-policy-catalog.yml@63e6bff6226bbdd84a4244892417eb27676b7a8c # v5.0.1
66+ uses : kubewarden/github-actions/.github/workflows/reusable-release-policy-catalog.yml@1a7c4d1174bba4cd64f87feed1e7fa6c56aa7a46 # v5.1.0
6767 with :
6868 policy-name : ${{ needs.calculate-policy-from-tag.outputs.policy-name }}
6969 policy-working-dir : ${{ needs.calculate-policy-from-tag.outputs.policy-working-dir }}
You can’t perform that action at this time.
0 commit comments