chore(deps): update dependency ubuntu to v24 (#1293)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-11-05 07:07:28 +00:00 committed by GitHub
parent 2f759865b6
commit c67add30c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@ defaults:
jobs: jobs:
prepare_ci_run: prepare_ci_run:
name: Prepare CI Run name: Prepare CI Run
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
outputs: outputs:
GIT_SHA: ${{ steps.extract_branch.outputs.GIT_SHA }} GIT_SHA: ${{ steps.extract_branch.outputs.GIT_SHA }}
BRANCH: ${{ steps.extract_branch.outputs.BRANCH }} BRANCH: ${{ steps.extract_branch.outputs.BRANCH }}
@ -61,7 +61,7 @@ jobs:
build_image: build_image:
name: Build Container Image name: Build Container Image
needs: prepare_ci_run needs: prepare_ci_run
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
env: env:
BRANCH: ${{ needs.prepare_ci_run.outputs.BRANCH }} BRANCH: ${{ needs.prepare_ci_run.outputs.BRANCH }}
DATETIME: ${{ needs.prepare_ci_run.outputs.DATETIME }} DATETIME: ${{ needs.prepare_ci_run.outputs.DATETIME }}
@ -105,7 +105,7 @@ jobs:
name: Upload images to ghcr registry name: Upload images to ghcr registry
needs: [ prepare_ci_run, build_image ] needs: [ prepare_ci_run, build_image ]
if: github.event_name == 'push' && needs.prepare_ci_run.outputs.NON_FORKED_AND_NON_ROBOT_RUN == 'true' # only run on push to main/maintenance branches if: github.event_name == 'push' && needs.prepare_ci_run.outputs.NON_FORKED_AND_NON_ROBOT_RUN == 'true' # only run on push to main/maintenance branches
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
env: env:
DATETIME: ${{ needs.prepare_ci_run.outputs.DATETIME }} DATETIME: ${{ needs.prepare_ci_run.outputs.DATETIME }}
BUILD_TIME: ${{ needs.prepare_ci_run.outputs.BUILD_TIME }} BUILD_TIME: ${{ needs.prepare_ci_run.outputs.BUILD_TIME }}

View File

@ -66,7 +66,7 @@ jobs:
if: needs.release-please.outputs.releases_created == 'true' if: needs.release-please.outputs.releases_created == 'true'
needs: needs:
- release-please - release-please
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
permissions: permissions:
contents: write contents: write
packages: write packages: write

View File

@ -10,7 +10,7 @@ defaults:
shell: bash shell: bash
jobs: jobs:
validate: validate:
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
permissions: permissions:
contents: read # Needed for checking out the repository contents: read # Needed for checking out the repository
pull-requests: read # Needed for reading prs pull-requests: read # Needed for reading prs