From 38638b975179c72f8bd35ac7b6e9ccb14db72e9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 07:19:05 +0000 Subject: [PATCH] chore(renovate): major Update dependency ubuntu to v24 --- .github/workflows/codeql.yml | 2 +- .github/workflows/lint-codeowners.yml | 2 +- .github/workflows/lint-shell.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7e1bca2..a832566 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -9,7 +9,7 @@ on: jobs: analyze: name: Analyze - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: actions: read contents: read diff --git a/.github/workflows/lint-codeowners.yml b/.github/workflows/lint-codeowners.yml index 4012ec8..5eb1160 100644 --- a/.github/workflows/lint-codeowners.yml +++ b/.github/workflows/lint-codeowners.yml @@ -26,7 +26,7 @@ permissions: jobs: lint-codeowners: name: "Lint CODEOWNERS file" - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 10 steps: - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 diff --git a/.github/workflows/lint-shell.yml b/.github/workflows/lint-shell.yml index 87b2f3c..ed061fd 100644 --- a/.github/workflows/lint-shell.yml +++ b/.github/workflows/lint-shell.yml @@ -19,7 +19,7 @@ on: jobs: shellcheck: name: lint-shell - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 10 steps: - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4