Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 9, 2023
1 parent 2068238 commit 87d19cf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
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-20.04
runs-on: ubuntu-22.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 @@ -14,7 +14,7 @@ on:

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

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

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

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

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

push_dockerhub:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.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 @@ -214,7 +214,7 @@ jobs:
run: docker buildx build $(.github/bin/get-buildx-args publish)

push_github:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.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/readme-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main
jobs:
sync-readme:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.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-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 87d19cf

Please sign in to comment.