2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Install dependencies
32- uses : kubewarden/github-actions/policy-gh-action-dependencies@v4.5.5
32+ uses : kubewarden/github-actions/policy-gh-action-dependencies@v4.5.6
3333 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3434 with :
3535 # until https://github.com/actions/checkout/pull/579 is released
@@ -64,12 +64,12 @@ jobs:
6464 - name : Check that `io.kubewarden.policy.version` annotation is up-to-date
6565 # skip when releasing :latest from main, versions will not match
6666 if : startsWith(github.ref, 'refs/tags/v')
67- uses : kubewarden/github-actions/check-policy-version@v4.5.5
67+ uses : kubewarden/github-actions/check-policy-version@v4.5.6
6868 with :
6969 expected-version : ${{ steps.calculate-version.outputs.version }}
7070 policy-working-dir : ${{ inputs.policy-working-dir }}
7171 - name : Install opa
72- uses : kubewarden/github-actions/opa-installer@v4.5.5
72+ uses : kubewarden/github-actions/opa-installer@v4.5.6
7373 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7474 - name : Build policy
7575 working-directory : ${{ inputs.policy-working-dir }}
8787 run : |
8888 make e2e-tests
8989 - name : Release
90- uses : kubewarden/github-actions/policy-release@v4.5.5
90+ uses : kubewarden/github-actions/policy-release@v4.5.6
9191 with :
9292 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9393 oci-target : ${{ inputs.oci-target }}
@@ -105,6 +105,6 @@ jobs:
105105 runs-on : ubuntu-latest
106106 steps :
107107 - name : Push artifacthub files to artifacthub branch
108- uses : kubewarden/github-actions/push-artifacthub@v4.5.5
108+ uses : kubewarden/github-actions/push-artifacthub@v4.5.6
109109 with :
110110 policy-working-dir : ${{ inputs.policy-working-dir }}
0 commit comments