From 5272ce91a8c07996d27bc6e1dbb05790c7d6c148 Mon Sep 17 00:00:00 2001 From: Takashi Masuda Date: Mon, 30 Sep 2024 16:34:42 +0900 Subject: [PATCH] Use ubuntu-latest --- .github/workflows/codeql.yml | 2 +- .github/workflows/codeql_core.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f8a3e03..b602d1a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -52,7 +52,7 @@ on: jobs: changes: name: Filter Paths - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest timeout-minutes: 10 outputs: languages: ${{ steps.format.outputs.languages }} diff --git a/.github/workflows/codeql_core.yml b/.github/workflows/codeql_core.yml index 4fc3d5f..b8f3c06 100644 --- a/.github/workflows/codeql_core.yml +++ b/.github/workflows/codeql_core.yml @@ -18,7 +18,7 @@ on: jobs: analyze: name: Perform CodeQL for ${{ inputs.language }} - runs-on: ${{ (inputs.language == 'swift' && 'macos-latest') || 'ubuntu-22.04' }} + runs-on: ${{ (inputs.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }} timeout-minutes: 30 steps: