mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-21 14:20:31 -04:00
ci: update CodeQL workflow runner to ubuntu-24.04, fixes #9386
This commit is contained in:
parent
9533b5083e
commit
77a5f439a6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -30,7 +30,7 @@ concurrency:
|
|||
jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
timeout-minutes: 20
|
||||
permissions:
|
||||
actions: read
|
||||
|
|
|
|||
Loading…
Reference in a new issue