Skip to content

Commit

Permalink
chore(build): pin workflow runner to ubuntu 24.04 instead of latest. (#…
Browse files Browse the repository at this point in the history
…2362)

pin workflow runner to ubuntu 24.04 instead of latest. Will be kept
up-to-date using renovate

Solves PZ-5021

Co-authored-by: Cyril Roos <cyril@info.nl>
  • Loading branch information
niorg and Cyril Roos authored Jan 13, 2025
1 parent 9db3a6a commit b846115
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-for-conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
check-for-conventional-commits:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: check-for-cc
id: check-for-cc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clean-up-cache-on-pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
cleanup-branch-cache:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: snnaplab/delete-branch-cache-action@20f7992a7b8b51aa719420d11b32c9d34a5eb362 # v1.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clean-up-old-zac-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
clean:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
name: Delete ZAC Docker Images older than 8 weeks
steps:
- uses: snok/container-retention-policy@4f22ef80902ad409ed55a99dc5133cc1250a0d03 # v3.0.0
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

jobs:
paths-ignore:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
outputs:
skip: ${{ steps.paths-ignore.outputs.skip }}
steps:
Expand All @@ -30,7 +30,7 @@ jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: paths-ignore
if: ${{ needs.paths-ignore.outputs.skip != 'true' }}
permissions:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
needs:
- analyze
- paths-ignore
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
contents: read
checks: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/remove-stale-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
remove_stale_branches:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
name: remove stale branches
steps:
- name: remove stale branches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
playwright:
name: "Playwright Tests"
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
environment: azure-dimpact-dta
steps:
- name: Get current date
Expand Down

0 comments on commit b846115

Please sign in to comment.