mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-10 11:51:51 -06:00
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:
parent
59d1f3b854
commit
1a5d00c228
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/zizmor.yml
vendored
2
.github/workflows/zizmor.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user