Skip to content

Commit 75c89dc

Browse files
chore(deps): update all non-major dependencies (#641)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cd4a5b5 commit 75c89dc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/helm-chart-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
make check-common-values
6161
6262
- name: Install cosign
63-
uses: sigstore/cosign-installer@c56c2d3e59e4281cc41dea2217323ba5694b171e # v3.8.0
63+
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
6464

6565
- name: Generate container image files
6666
run: |

.github/workflows/update-charts.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
echo "must_update_crds_chart=$?" >> "$GITHUB_OUTPUT"
222222
223223
- name: Install Updatecli in the runner
224-
uses: updatecli/updatecli-action@79983ec58a76fe0c87fc76f5a5c7ef8df0bb36c4 # v2.77.0
224+
uses: updatecli/updatecli-action@d2e5d2667ba67a8599e636531baef731f54858bc # v2.78.1
225225

226226
- uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
227227
id: generate-token
@@ -370,7 +370,7 @@ jobs:
370370
echo "must_update_crds_chart=$?" >> "$GITHUB_OUTPUT"
371371
372372
- name: Install Updatecli in the runner
373-
uses: updatecli/updatecli-action@79983ec58a76fe0c87fc76f5a5c7ef8df0bb36c4 # v2.77.0
373+
uses: updatecli/updatecli-action@d2e5d2667ba67a8599e636531baef731f54858bc # v2.78.1
374374

375375
- uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
376376
id: generate-token

.github/workflows/update-dependencies.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1515

1616
- name: Install Updatecli in the runner
17-
uses: updatecli/updatecli-action@79983ec58a76fe0c87fc76f5a5c7ef8df0bb36c4 # v2.77.0
17+
uses: updatecli/updatecli-action@d2e5d2667ba67a8599e636531baef731f54858bc # v2.78.1
1818

1919
- uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
2020
id: generate-token

charts/kubewarden-controller/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ policy-reporter:
271271
image:
272272
registry: ghcr.io
273273
repository: kyverno/policy-reporter
274-
tag: 3.0.0
274+
tag: 3.0.1
275275
ui:
276276
enabled: true
277277
image:

0 commit comments

Comments
 (0)