ci: pin ubuntu-latest to ubuntu-24.04 in merge-manifests and zizmor

ubuntu-latest is a moving target that can silently change the runner OS
  on the next GitHub-side update. All other jobs in this repo already pin
  to ubuntu-24.04; this makes merge-manifests and zizmor consistent.
This commit is contained in:
TriplEight 2026-03-22 10:00:54 +01:00
parent 59d1f3b854
commit 1a5d00c228
No known key found for this signature in database
GPG Key ID: 9E9B1BBD89CE29A1
2 changed files with 2 additions and 2 deletions

View File

@ -244,7 +244,7 @@ jobs:
merge-manifests:
name: Merge manifests
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: docker-build
permissions:
packages: write # Needed to upload packages and artifacts

View File

@ -14,7 +14,7 @@ on:
jobs:
zizmor:
name: Run zizmor
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
security-events: write # To write the security report
steps: