2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Install dependencies
32- uses : kubewarden/github-actions/policy-gh-action-dependencies@7bc76e326b9c29582dd89eaf1b9efad1da3d3872
32+ uses : kubewarden/github-actions/policy-gh-action-dependencies@f37a8ae3949573fb4dcce1ff774cf40770f6ff11
3333 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@7bc76e326b9c29582dd89eaf1b9efad1da3d3872
67+ uses : kubewarden/github-actions/check-policy-version@f37a8ae3949573fb4dcce1ff774cf40770f6ff11
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@7bc76e326b9c29582dd89eaf1b9efad1da3d3872
72+ uses : kubewarden/github-actions/opa-installer@f37a8ae3949573fb4dcce1ff774cf40770f6ff11
7373 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@7bc76e326b9c29582dd89eaf1b9efad1da3d3872
90+ uses : kubewarden/github-actions/policy-release@f37a8ae3949573fb4dcce1ff774cf40770f6ff11
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@7bc76e326b9c29582dd89eaf1b9efad1da3d3872
108+ uses : kubewarden/github-actions/push-artifacthub@f37a8ae3949573fb4dcce1ff774cf40770f6ff11
109109 with :
110110 policy-working-dir : ${{ inputs.policy-working-dir }}
0 commit comments