From 2eba4ef3f83b4f742dd1331edde747bd8568606c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 02:12:44 +0000 Subject: [PATCH] Update all non-major dependencies --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/publish-release.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2fe0738..c76a795 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: if: ${{ success() && steps.build_and_push.outputs.digest }} env: IMAGE_REF: ${{ env.DOCKER_IMAGE }}@${{ steps.build_and_push.outputs.digest }} - uses: aquasecurity/trivy-action@0.29.0 + uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1 with: scan-type: 'image' scanners: 'license' @@ -141,10 +141,10 @@ jobs: uses: azure/setup-helm@v4 - uses: actions/setup-python@v5 with: - python-version: '3.12' + python-version: '3.14' check-latest: true - name: Set up chart-testing - uses: helm/chart-testing-action@v2.6.1 + uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0 - name: Check if Helm charts updated (run chart-testing list-changed) id: list-changed run: | @@ -158,7 +158,7 @@ jobs: run: ct lint --validate-maintainers=false --target-branch ${{ github.event.repository.default_branch }} - name: Create kind cluster if: steps.list-changed.outputs.changed == 'true' - uses: helm/kind-action@v1.12.0 + uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0 - name: Prepare k8s cluster if: steps.list-changed.outputs.changed == 'true' run: | diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index d8acd2d..08f67eb 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -53,7 +53,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Install Cosign - uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2 + uses: sigstore/cosign-installer@7e8b541eb2e61bf99390e1afd4be13a184e9ebc5 # v3.10.1 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 @@ -71,7 +71,7 @@ jobs: - name: Run Trivy to get an SBOM report of the container env: IMAGE_REF: ${{ env.DOCKER_IMAGE }}@${{ steps.build_and_push.outputs.digest }} - uses: aquasecurity/trivy-action@0.29.0 + uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1 with: scan-type: 'image' scanners: 'license'