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] authored Sep 26, 2024
1 parent 150f670 commit ff1a363
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 @@ -14,7 +14,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 @@ -10,7 +10,7 @@ on:

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

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

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

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

trivy:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Trivy Container Scan, ${{ matrix.architecture }}
needs: [build]
strategy:
Expand Down Expand Up @@ -171,7 +171,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, anchore, trivy, buildx]
if: ${{ startsWith(github.ref, 'refs/tags/') || (github.ref == 'refs/heads/main') }}
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
run: docker buildx build $(.github/bin/get-buildx-args publish)

push_github:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Publish to GitHub
needs: [test, anchore, trivy, buildx]
if: ${{ startsWith(github.ref, 'refs/tags/') || (github.ref == 'refs/heads/main') }}
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 @@ -5,7 +5,7 @@ on:
- main
jobs:
sync-readme:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: ${{ github.repository == 'WeblateOrg/locale_lint' }}
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 @@ -4,7 +4,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 ff1a363

Please sign in to comment.