From bd04627d71d4e83378db13e30db311946aa5f53f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 13:44:14 +0000 Subject: [PATCH] Update dependency ubuntu to v24 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/assertion.yml | 2 +- .github/workflows/ci.yml | 24 ++++++++++----------- .github/workflows/f5-cla.yml | 2 +- .github/workflows/label-pr.yml | 2 +- .github/workflows/release-branch.yml | 8 +++---- .github/workflows/sbom.yml | 2 +- .github/workflows/upload-release-assets.yml | 4 ++-- .github/workflows/vulncheck.yml | 2 +- 8 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/assertion.yml b/.github/workflows/assertion.yml index cdea0a0534..4b20569189 100644 --- a/.github/workflows/assertion.yml +++ b/.github/workflows/assertion.yml @@ -23,7 +23,7 @@ permissions: jobs: build-assertion-document: name: Create Assertion Document - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: ${{ !github.event.pull_request.head.repo.fork }} permissions: id-token: write # for OIDC authentication diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7901c46020..0a71f50eb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ env: jobs: cache-dependencies: name: Cache Dependencies - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: id-token: write # for OIDC authentication if: github.ref == 'refs/heads/main' @@ -69,7 +69,7 @@ jobs: lint: name: Lint - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: id-token: write # for OIDC authentication steps: @@ -114,7 +114,7 @@ jobs: unit-test: name: Unit Tests - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: id-token: write # for OIDC authentication steps: @@ -150,7 +150,7 @@ jobs: race-condition-test: name: Unit tests with race condition detection - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: id-token: write # for OIDC authentication steps: @@ -181,7 +181,7 @@ jobs: build-unsigned-snapshot: name: Build Unsigned Snapshot - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: id-token: write # for OIDC authentication steps: @@ -231,7 +231,7 @@ jobs: integration-tests: name: Integration Tests needs: build-unsigned-snapshot - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: id-token: write # for OIDC authentication strategy: @@ -294,7 +294,7 @@ jobs: upgrade-tests: name: Upgrade Tests needs: build-unsigned-snapshot - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: id-token: write # for OIDC authentication strategy: @@ -360,7 +360,7 @@ jobs: name: Integration Tests - Official OSS Images needs: build-unsigned-snapshot if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') && !startsWith(github.head_ref, 'renovate/') }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: id-token: write # for OIDC authentication strategy: @@ -432,7 +432,7 @@ jobs: name: Integration Tests - Official Plus Images needs: build-unsigned-snapshot if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') && !startsWith(github.head_ref, 'renovate/') }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: id-token: write # for OIDC authentication strategy: @@ -532,7 +532,7 @@ jobs: name: Metrics Integration Tests - Official OSS Images needs: build-unsigned-snapshot if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') && !startsWith(github.head_ref, 'renovate/') }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: id-token: write # for OIDC authentication strategy: @@ -604,7 +604,7 @@ jobs: name: Metrics Integration Tests - Official Plus Images needs: build-unsigned-snapshot if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') && !startsWith(github.head_ref, 'renovate/') }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: id-token: write # for OIDC authentication strategy: @@ -699,7 +699,7 @@ jobs: performance-tests: name: Performance Tests - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: build-unsigned-snapshot permissions: id-token: write # for OIDC authentication diff --git a/.github/workflows/f5-cla.yml b/.github/workflows/f5-cla.yml index 3c310dd7ff..fe61d59ad6 100644 --- a/.github/workflows/f5-cla.yml +++ b/.github/workflows/f5-cla.yml @@ -19,7 +19,7 @@ permissions: jobs: f5-cla: name: F5 CLA - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: actions: write contents: read diff --git a/.github/workflows/label-pr.yml b/.github/workflows/label-pr.yml index 82ff82729c..e60e627629 100644 --- a/.github/workflows/label-pr.yml +++ b/.github/workflows/label-pr.yml @@ -12,7 +12,7 @@ jobs: permissions: contents: read pull-requests: write - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: release-drafter/release-drafter/autolabeler@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7.2.0 env: diff --git a/.github/workflows/release-branch.yml b/.github/workflows/release-branch.yml index 29ddac2316..e6b7b9691c 100644 --- a/.github/workflows/release-branch.yml +++ b/.github/workflows/release-branch.yml @@ -60,7 +60,7 @@ permissions: jobs: vars: name: Set workflow variables - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 outputs: tag_release: ${{steps.vars.outputs.tag_release }} github_release: ${{steps.vars.outputs.github_release }} @@ -83,7 +83,7 @@ jobs: release-draft: name: Update Release Draft - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: [vars] permissions: contents: write # Needed to create draft release @@ -181,7 +181,7 @@ jobs: tag-release: name: Tag Release - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: [vars,release-draft] permissions: contents: write # Needed to tag a release @@ -298,7 +298,7 @@ jobs: merge-release: if: ${{ needs.vars.outputs.create_pull_request == 'true' }} name: Merge release branch back into main branch - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: [vars,tag-release] permissions: pull-requests: write # Needed to create pull request back into main branch diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index 41a2b86ff0..f5f585e55e 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -18,7 +18,7 @@ permissions: jobs: generate-sbom: name: Create SBOM Document for Agent Go binary - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: ${{ !github.event.pull_request.head.repo.fork }} permissions: id-token: write # for OIDC authentication diff --git a/.github/workflows/upload-release-assets.yml b/.github/workflows/upload-release-assets.yml index c06ec28a71..95a4012b29 100644 --- a/.github/workflows/upload-release-assets.yml +++ b/.github/workflows/upload-release-assets.yml @@ -30,7 +30,7 @@ permissions: jobs: vars: name: Set workflow variables - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 outputs: github_release: ${{steps.vars.outputs.github_release }} upload_azure: ${{steps.vars.outputs.upload_azure }} @@ -49,7 +49,7 @@ jobs: upload-release-assets: name: Upload assets - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: [vars] permissions: id-token: write # for OIDC authentication diff --git a/.github/workflows/vulncheck.yml b/.github/workflows/vulncheck.yml index 302159a953..b0d1f9ae6e 100644 --- a/.github/workflows/vulncheck.yml +++ b/.github/workflows/vulncheck.yml @@ -20,7 +20,7 @@ permissions: jobs: vulncheck: name: Vulnerability Check - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: security-events: write # for reporting vulnerabilities via code-scanning API env: