From f2207fc6ebe3e555263916cc8977a4ecbc553f2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 13:47:17 +0000 Subject: [PATCH] chore(deps): update other non-major updates Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .devcontainer/Containerfile | 4 ++-- .github/workflows/build-publish.yml | 4 ++-- .github/workflows/ci.yml | 4 ++-- .github/workflows/ci_installation.yaml | 2 +- .github/workflows/docs.yml | 2 +- .gitlab/ci/eval-gatekeeper.yml | 2 +- .tekton/pipeline-build-multiarch.yaml | 10 +++++----- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.devcontainer/Containerfile b/.devcontainer/Containerfile index 1a2a416f..ec01949b 100644 --- a/.devcontainer/Containerfile +++ b/.devcontainer/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora:43@sha256:fee9d4070e00071360bf160843e42f099d014babc70234a87aebe043b922db92 +FROM quay.io/fedora/fedora:43@sha256:711261231459f5ebc6694f7eb2b4b427b87fb6272df8b6663cb4bcbdbb220e9f ENV UV_LINK_MODE=copy ENV UV_COMPILE_BYTECODE=1 @@ -13,7 +13,7 @@ RUN dnf install -y \ sudo \ && dnf clean all -COPY --from=ghcr.io/astral-sh/uv:latest@sha256:3d868e555f8f1dbc324afa005066cd11e1053fc4743b9808ca8025283e65efa5 /uv /usr/local/bin/uv +COPY --from=ghcr.io/astral-sh/uv:latest@sha256:0f36cb9361a3346885ca3677e3767016687b5a170c1a6b88465ec14aefec90aa /uv /usr/local/bin/uv # Create vscode user with sudo access and fish shell RUN useradd -m -s /usr/bin/fish vscode && \ diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index 1255df61..73fc7614 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Setup uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1 with: enable-cache: true prune-cache: false @@ -176,7 +176,7 @@ jobs: fetch-depth: 0 - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1 - name: Pin Python version run: uv python pin ${{ matrix.python-version }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76e60e8d..664ce1c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: python-version-file: pyproject.toml - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1 with: enable-cache: true prune-cache: false @@ -92,7 +92,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1 with: enable-cache: true prune-cache: false diff --git a/.github/workflows/ci_installation.yaml b/.github/workflows/ci_installation.yaml index 86ced62c..76033210 100644 --- a/.github/workflows/ci_installation.yaml +++ b/.github/workflows/ci_installation.yaml @@ -50,7 +50,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1 with: enable-cache: true prune-cache: false diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index fa730160..e6b0bc3d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -34,7 +34,7 @@ jobs: python-version-file: pyproject.toml - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1 with: enable-cache: true prune-cache: false diff --git a/.gitlab/ci/eval-gatekeeper.yml b/.gitlab/ci/eval-gatekeeper.yml index 5768a881..d7327f0e 100644 --- a/.gitlab/ci/eval-gatekeeper.yml +++ b/.gitlab/ci/eval-gatekeeper.yml @@ -17,7 +17,7 @@ setup-uv: download-secure-files: stage: setup - image: registry.gitlab.com/gitlab-org/cli:latest@sha256:8d8d8060a6b7fd7a79fb278e610a9f6a20119e612b65d8f7c674542e2fde20f2 + image: registry.gitlab.com/gitlab-org/cli:latest@sha256:21a8b6984fab4b7caeeccb09c010e0b7af21ce9e684b13358e8b5e338925fb0b script: - mkdir -p securefiles - '[ -z "$CI_SERVER_TLS_CA_FILE" ] || glab config set ca_cert "$CI_SERVER_TLS_CA_FILE" --host "$CI_SERVER_FQDN"' diff --git a/.tekton/pipeline-build-multiarch.yaml b/.tekton/pipeline-build-multiarch.yaml index 951599a8..04ae6371 100644 --- a/.tekton/pipeline-build-multiarch.yaml +++ b/.tekton/pipeline-build-multiarch.yaml @@ -390,7 +390,7 @@ spec: value: ecosystem-cert-preflight-checks - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:3c4f60ebda2225eff6a6bc387d9bbd443f1264d756bf385f97cc684992e904a0 + value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:2e5ebe0b462fd19d85ad314f2709a27b905b729046b5d9bce282b10d333e9d6c - name: kind value: task @@ -491,7 +491,7 @@ spec: value: sast-shell-check-oci-ta - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:fc685d6f7dfb7c9ab2f2db38bbe2c8d383407847350ccd8b96352322c487b13c + value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:f6a115eb88640f65d6c0e404c55cdd315755577fedf9958c4efd9af5180f6fc3 - name: kind value: task @@ -526,7 +526,7 @@ spec: value: sast-unicode-check-oci-ta - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4@sha256:5807ffe3a0cca5cf970076bbc7a404642cc6e3eebe64e9e5e6a4f20da740bf73 + value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4@sha256:4961c44d6475f0343fe73c556a44204daa85d8c47e23f98d723255d1ff98271d - name: kind value: task @@ -560,7 +560,7 @@ spec: value: apply-tags - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3@sha256:3ab844157eccd68e95e4852adc06c3c4ea674edb7865a474b0a898227f2893d6 + value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3@sha256:6387614ae4f9efa8abb7c4175db0ce5d958bc2b90665b4704880e46fbe0535bf - name: kind value: task @@ -615,7 +615,7 @@ spec: value: rpms-signature-scan - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:65370ccb44ff82e4ce128addd913f3c96b298607b3760ee1339ed10011a4bd6b + value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:d5f89076ab89fa73decc4778bb461a96191d8104c322b54b73c8a2cee1939b00 - name: kind value: task