From 025fee97a3f6a7f97915d234084190846ffba91e Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 01:15:43 +0000 Subject: [PATCH] chore(deps): update all dependencies Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- .github/workflows/gating.yaml | 14 +++++++------- .gitlab-ci.yml | 2 +- .pre-commit-config.yaml | 2 +- Containerfile | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/gating.yaml b/.github/workflows/gating.yaml index 0739729..e5b10af 100644 --- a/.github/workflows/gating.yaml +++ b/.github/workflows/gating.yaml @@ -18,10 +18,10 @@ jobs: contents: read steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Install uv - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: python-version: "3.13" enable-cache: true @@ -47,10 +47,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Install uv - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: python-version: "3.13" enable-cache: true @@ -62,7 +62,7 @@ jobs: name: Hadolint runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0 with: @@ -76,10 +76,10 @@ jobs: name: Validate Rules runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Install uv - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: python-version: "3.13" enable-cache: true diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c14e17..0f166d9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ include: unittests: image: - name: quay.io/fedora/python-313:latest@sha256:e96d6de3dac3954be9e89f462c446837a8b0fd4d9ace8a8051d0c204a5b64ae9 + name: quay.io/fedora/python-313:latest@sha256:a03bb3617838386fd30de750a6f468372bc2447e4bb675ad4a600ee28cd49424 stage: test script: - pip install tox diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b523b9d..ad82965 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: # Linter and formatter - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.15 + rev: v0.15.20 hooks: - id: ruff args: diff --git a/Containerfile b/Containerfile index 274098f..b94b95c 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/python-313:20260529@sha256:e96d6de3dac3954be9e89f462c446837a8b0fd4d9ace8a8051d0c204a5b64ae9 AS builder +FROM quay.io/fedora/python-313:20260624@sha256:a03bb3617838386fd30de750a6f468372bc2447e4bb675ad4a600ee28cd49424 AS builder # builder should use root to install/create all files USER root