From 72e1bd776467ff2c006ca112b67c0ac86579c27e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 19:29:20 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/ci-auto-rerun-failed-jobs-action.yml | 2 +- .github/workflows/ci-check-for-new-release-tag.yml | 2 +- .github/workflows/ci-checks.yml | 6 +++--- .github/workflows/ci-docker.yml | 8 ++++---- .github/workflows/ci-linux-crossbuild.yml | 2 +- .github/workflows/ci-linux-emulation.yml | 2 +- .github/workflows/ci-main-reusable-caller.yml | 8 ++++---- .github/workflows/ci-release.yml | 2 +- Dockerfile | 2 +- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/ci-auto-rerun-failed-jobs-action.yml b/.github/workflows/ci-auto-rerun-failed-jobs-action.yml index 9f4d4ef..0d7b0e3 100644 --- a/.github/workflows/ci-auto-rerun-failed-jobs-action.yml +++ b/.github/workflows/ci-auto-rerun-failed-jobs-action.yml @@ -23,7 +23,7 @@ jobs: name: rerun - attempt ${{ inputs.attempts }} permissions: actions: write - runs-on: ubuntu-24.04-arm + runs-on: ubuntu-26.04-arm environment: production env: GH_TOKEN: "${{ secrets.AUTO_RERUN || github.token }}" diff --git a/.github/workflows/ci-check-for-new-release-tag.yml b/.github/workflows/ci-check-for-new-release-tag.yml index f9e074b..395a23b 100644 --- a/.github/workflows/ci-check-for-new-release-tag.yml +++ b/.github/workflows/ci-check-for-new-release-tag.yml @@ -16,7 +16,7 @@ jobs: outputs: continue_build: ${{ steps.continue_build_check.outputs.continue_build_choice }} iperf3_tag: ${{ steps.continue_build_check.outputs.iperf3_tag }} - runs-on: ubuntu-24.04-arm + runs-on: ubuntu-26.04-arm steps: # Checkout the code diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index 01ef722..372a8da 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -10,7 +10,7 @@ concurrency: jobs: sh-checker: - runs-on: ubuntu-24.04-arm + runs-on: ubuntu-26.04-arm permissions: contents: read steps: @@ -29,7 +29,7 @@ jobs: sh_checker_exclude: "" zizmor-checker: - runs-on: ubuntu-24.04-arm + runs-on: ubuntu-26.04-arm permissions: security-events: write steps: @@ -42,7 +42,7 @@ jobs: uses: zizmorcore/zizmor-action@cc914d7f3750a2d13d75c7f184a1060aa0e9d482 # v0.6.4 editorconfig-checker: - runs-on: ubuntu-24.04-arm + runs-on: ubuntu-26.04-arm permissions: contents: read steps: diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index 738d384..b35c088 100644 --- a/.github/workflows/ci-docker.yml +++ b/.github/workflows/ci-docker.yml @@ -11,7 +11,7 @@ env: jobs: build: - runs-on: ubuntu-24.04-arm + runs-on: ubuntu-26.04-arm outputs: latest_tag: ${{ steps.gh_latest_tag.outputs.latest_tag }} strategy: @@ -71,7 +71,7 @@ jobs: uses: docker/setup-qemu-action@99012661954931238ded8c8b007157a8430204e1 # v4.4.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@594f3bf4285d9ea8dc53c9a0c9c4092420091003 # v4.4.0 + uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4.4.1 with: cache-binary: false @@ -106,7 +106,7 @@ jobs: if-no-files-found: error merge: - runs-on: ubuntu-24.04-arm + runs-on: ubuntu-26.04-arm needs: build env: latest_tag: ${{ needs.build.outputs.latest_tag }} @@ -126,7 +126,7 @@ jobs: password: ${{ github.token }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@594f3bf4285d9ea8dc53c9a0c9c4092420091003 # v4.4.0 + uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4.4.1 with: cache-binary: false diff --git a/.github/workflows/ci-linux-crossbuild.yml b/.github/workflows/ci-linux-crossbuild.yml index 7f6dc13..f8b3141 100644 --- a/.github/workflows/ci-linux-crossbuild.yml +++ b/.github/workflows/ci-linux-crossbuild.yml @@ -21,7 +21,7 @@ env: jobs: build: - runs-on: ubuntu-24.04-arm + runs-on: ubuntu-26.04-arm environment: production outputs: release_tags: ${{ steps.release_tags.outputs.release_tag }} diff --git a/.github/workflows/ci-linux-emulation.yml b/.github/workflows/ci-linux-emulation.yml index 9a13baf..98f4bc7 100644 --- a/.github/workflows/ci-linux-emulation.yml +++ b/.github/workflows/ci-linux-emulation.yml @@ -21,7 +21,7 @@ env: jobs: build: - runs-on: ubuntu-24.04-arm + runs-on: ubuntu-26.04-arm environment: production outputs: release_tags: ${{ steps.release_tags.outputs.release_tag }} diff --git a/.github/workflows/ci-main-reusable-caller.yml b/.github/workflows/ci-main-reusable-caller.yml index d12c6db..f7b3873 100644 --- a/.github/workflows/ci-main-reusable-caller.yml +++ b/.github/workflows/ci-main-reusable-caller.yml @@ -63,7 +63,7 @@ env: jobs: skip_duplicate_job: - runs-on: ubuntu-24.04-arm + runs-on: ubuntu-26.04-arm permissions: actions: write contents: read @@ -92,7 +92,7 @@ jobs: scheduled_defaults: if: needs.skip_duplicate_job.outputs.should_skip != 'true' needs: skip_duplicate_job - runs-on: ubuntu-24.04-arm + runs-on: ubuntu-26.04-arm environment: production permissions: contents: read @@ -122,7 +122,7 @@ jobs: show_outputs: if: needs.skip_duplicate_job.outputs.should_skip != 'true' needs: [scheduled_defaults, skip_duplicate_job] - runs-on: ubuntu-24.04-arm + runs-on: ubuntu-26.04-arm env: source_repo: ${{ needs.scheduled_defaults.outputs.source_repo }} source_branch: ${{ needs.scheduled_defaults.outputs.source_branch }} @@ -285,7 +285,7 @@ jobs: cancel-in-progress: true permissions: actions: write - runs-on: ubuntu-24.04-arm + runs-on: ubuntu-26.04-arm environment: production env: GH_TOKEN: "${{ secrets.AUTO_RERUN || github.token }}" diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index af2a439..1baef24 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -24,7 +24,7 @@ env: jobs: release: - runs-on: ubuntu-24.04-arm + runs-on: ubuntu-26.04-arm steps: - name: Checkout uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 diff --git a/Dockerfile b/Dockerfile index 8da252a..2cd8328 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b AS builder +FROM alpine:latest@sha256:294b683cb724975bec92580e1e685676bd4b50bda910ddb8c51d4cabeaec77e6 AS builder ARG ARCH="amd64" ARG REPO="userdocs/iperf3-static"