From 2a79ebce9e45aae489ae589b1e2eac96863f6cc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 15:41:57 +0000 Subject: [PATCH] ci: update github-runner ubuntu from 24.04 to 26.04 --- .github/workflows/ci.yaml | 10 +++++----- .github/workflows/codeql.yaml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 592b06a..91f0593 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ permissions: jobs: commit: name: Commit check - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 steps: - name: Harden runner uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 @@ -65,7 +65,7 @@ jobs: dependency: name: Dependency check - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 permissions: pull-requests: write steps: @@ -97,7 +97,7 @@ jobs: format: name: Format check - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 steps: - name: Harden runner uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 @@ -129,7 +129,7 @@ jobs: spec: name: Spec check - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 steps: - name: Harden runner uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 @@ -178,7 +178,7 @@ jobs: type: name: Type check - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 steps: - name: Harden runner uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 9789834..a386f8a 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -23,7 +23,7 @@ permissions: jobs: analyze: name: Code analyze - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 permissions: security-events: write strategy: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b0a60bb..104175a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,7 @@ jobs: publish: name: Publish release (if needed) if: github.repository_owner == 'codeismyid' - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 permissions: contents: write issues: write