Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 26, 2024
1 parent 1381971 commit 3b27de5
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/closing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
permissions:
issues: write # for peter-evans/create-or-update-comment to create or update comment
pull-requests: write # for peter-evans/create-or-update-comment to create or update comment
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Add closed question comment
uses: peter-evans/create-or-update-comment@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Build, ${{ matrix.architecture }}
strategy:
matrix:
Expand All @@ -43,7 +43,7 @@ jobs:
run: .github/bin/docker-build

buildx:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Build, ${{ matrix.architecture }}
strategy:
matrix:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
run: .github/bin/docker-build

test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Test, ${{ matrix.architecture }}
needs: [build]
strategy:
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
run: docker run --rm weblate/wlc:test version | grep "version"

anchore:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Anchore Container Scan, ${{ matrix.architecture }}
needs:
- build
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
path: results.sarif

trivy:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Trivy Container Scan, ${{ matrix.architecture }}
needs:
- build
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
path: trivy-results.sarif

push_dockerhub:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Publish to Docker Hub
needs:
- test
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
run: .github/bin/docker-build publish

push_github:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Publish to GitHub
permissions:
packages: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:
jobs:
build:
name: Sync labels
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: srealmoreno/label-sync-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
permissions:
issues: write # for peter-evans/create-or-update-comment to create or update comment
pull-requests: write # for peter-evans/create-or-update-comment to create or update comment
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Add backlog comment
uses: peter-evans/create-or-update-comment@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:

jobs:
pre-commit:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
permissions:
pull-requests: write
contents: write
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Weblate automerge
if: github.actor == 'weblate'
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/readme-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- .github/workflows/readme-sync.yml
jobs:
sync-readme:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: ${{ github.repository == 'WeblateOrg/wlc' }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on: [push, pull_request]

jobs:
setup:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions:

jobs:
stale-issues:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
issues: write
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout Code
Expand Down

0 comments on commit 3b27de5

Please sign in to comment.