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 82193d9 commit 020e0f9
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 38 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/bleeding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:

jobs:
bleeding:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
weblate_sha: ${{ steps.get_sha.outputs.sha }}
weblate_date: ${{ steps.get_date.outputs.date }}
Expand All @@ -27,7 +27,7 @@ jobs:
- id: get_date
run: echo "date=$(date --iso-8601=ns)" >> $GITHUB_OUTPUT
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Build, bleeding, ${{ matrix.architecture }}
needs:
- bleeding
Expand All @@ -53,7 +53,7 @@ jobs:
run: .github/bin/docker-build

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

test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Test, bleeding, ${{ matrix.architecture }}
needs:
- bleeding
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
./test-stop
test-basic:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Test basic, bleeding, ${{ matrix.architecture }}
needs:
- bleeding
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
./test-stop
test-novolume:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Test novolume, bleeding, ${{ matrix.architecture }}
needs:
- bleeding
Expand Down Expand Up @@ -323,7 +323,7 @@ jobs:
./test-stop
test-saml:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Test SAML, bleeding, ${{ matrix.architecture }}
needs:
- bleeding
Expand Down Expand Up @@ -406,7 +406,7 @@ jobs:
./test-stop
test-split:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Test split, bleeding, ${{ matrix.architecture }}
needs:
- bleeding
Expand Down Expand Up @@ -483,7 +483,7 @@ jobs:
./test-stop
test-ssl:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Test SSL, bleeding, ${{ matrix.architecture }}
needs:
- bleeding
Expand Down Expand Up @@ -568,7 +568,7 @@ jobs:
./test-stop
anchore:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Anchore Container Scan, ${{ matrix.architecture }}
needs:
- bleeding
Expand Down Expand Up @@ -609,7 +609,7 @@ jobs:
sarif_file: ${{ steps.scan.outputs.sarif }}

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

merge:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Merge images
needs:
- build
Expand Down Expand Up @@ -685,7 +685,7 @@ jobs:
run: .github/bin/docker-build

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

push_github:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Publish to GitHub, stable
permissions:
packages: write
Expand Down
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
30 changes: 15 additions & 15 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, stable, ${{ matrix.architecture }}
strategy:
matrix:
Expand All @@ -39,7 +39,7 @@ jobs:
run: .github/bin/docker-build

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

test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Test, stable, ${{ matrix.architecture }}
needs: [build]
strategy:
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
./test-stop
test-basic:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Test basic, stable, ${{ matrix.architecture }}
needs: [build]
strategy:
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
./test-stop
test-novolume:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Test novolume, stable, ${{ matrix.architecture }}
needs: [build]
strategy:
Expand Down Expand Up @@ -293,7 +293,7 @@ jobs:
./test-stop
test-saml:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Test SAML, stable, ${{ matrix.architecture }}
needs: [build]
strategy:
Expand Down Expand Up @@ -372,7 +372,7 @@ jobs:
./test-stop
test-split:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Test split, stable, ${{ matrix.architecture }}
needs: [build]
strategy:
Expand Down Expand Up @@ -445,7 +445,7 @@ jobs:
./test-stop
test-single-celery:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Test single celery process, stable, ${{ matrix.architecture }}
needs: [build]
strategy:
Expand Down Expand Up @@ -518,7 +518,7 @@ jobs:
./test-stop
test-ssl:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Test SSL, stable, ${{ matrix.architecture }}
needs: [build]
strategy:
Expand Down Expand Up @@ -599,7 +599,7 @@ jobs:
./test-stop
anchore:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Anchore Container Scan, ${{ matrix.architecture }}
needs:
- build
Expand Down Expand Up @@ -637,7 +637,7 @@ jobs:
sarif_file: ${{ steps.scan.outputs.sarif }}

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

merge:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Merge images
needs:
- build
Expand All @@ -707,7 +707,7 @@ jobs:
run: .github/bin/docker-build

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

push_github:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Publish to GitHub, stable
permissions:
packages: write
Expand Down Expand Up @@ -786,7 +786,7 @@ jobs:
run: .github/bin/docker-build publish

release_github:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Create release on GitHub
permissions:
contents: 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/docker'}}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name: Semgrep
jobs:
semgrep:
name: semgrep/ci
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
container:
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 020e0f9

Please sign in to comment.