From 09cbbb8944333a3536b006f11b3c9beac3e5e9b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:00:50 +0100 Subject: [PATCH] chore(deps): update all non-major dependencies (#596) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/helm-chart-release.yml | 6 +++--- .github/workflows/update-charts.yml | 4 ++-- .github/workflows/update-dependencies.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/helm-chart-release.yml b/.github/workflows/helm-chart-release.yml index 5249851e..9e41fe9b 100644 --- a/.github/workflows/helm-chart-release.yml +++ b/.github/workflows/helm-chart-release.yml @@ -205,7 +205,7 @@ jobs: done - name: Generate provenance attestation for kubewarden-crds chart and push to OCI - uses: actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1 + uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0 if: env.DIGEST_kubewarden-crds != '' with: push-to-registry: true @@ -213,7 +213,7 @@ jobs: subject-digest: ${{ env.DIGEST_kubewarden-crds }} - name: Generate provenance attestation for kubewarden-controller chart and push to OCI - uses: actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1 + uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0 if: env.DIGEST_kubewarden-controller != '' with: push-to-registry: true @@ -221,7 +221,7 @@ jobs: subject-digest: ${{ env.DIGEST_kubewarden-controller }} - name: Generate provenance attestation for kubewarden-defaults chart and push to OCI - uses: actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1 + uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0 if: env.DIGEST_kubewarden-defaults != '' with: push-to-registry: true diff --git a/.github/workflows/update-charts.yml b/.github/workflows/update-charts.yml index b4932ad7..3d6825bb 100644 --- a/.github/workflows/update-charts.yml +++ b/.github/workflows/update-charts.yml @@ -221,7 +221,7 @@ jobs: echo "must_update_crds_chart=$?" >> "$GITHUB_OUTPUT" - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@fb02bdc31c577a51bfed3df6d5c70bdc86fe8910 # v2.72.0 + uses: updatecli/updatecli-action@11d8c3e7c4dbb188d9534e599db759e418911828 # v2.73.0 - name: Update kubewarden-defaults Helm chart if: endsWith(needs.setvariables.outputs.repository, 'policy-server') @@ -364,7 +364,7 @@ jobs: echo "must_update_crds_chart=$?" >> "$GITHUB_OUTPUT" - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@fb02bdc31c577a51bfed3df6d5c70bdc86fe8910 # v2.72.0 + uses: updatecli/updatecli-action@11d8c3e7c4dbb188d9534e599db759e418911828 # v2.73.0 - name: Major or minor update Kubewarden charts with NO CRDs update if: steps.update_crds.outputs.must_update_crds_chart==0 && (needs.check-update-type.outputs.update_type == 'major' || needs.check-update-type.outputs.update_type == 'minor') diff --git a/.github/workflows/update-dependencies.yaml b/.github/workflows/update-dependencies.yaml index d0379315..76f0fc85 100644 --- a/.github/workflows/update-dependencies.yaml +++ b/.github/workflows/update-dependencies.yaml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@fb02bdc31c577a51bfed3df6d5c70bdc86fe8910 # v2.72.0 + uses: updatecli/updatecli-action@11d8c3e7c4dbb188d9534e599db759e418911828 # v2.73.0 - name: Update policies and images id: update_policies_images