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] authored Oct 22, 2023
1 parent a12862c commit 9c9a767
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
snyk:
name: Run security checks via snyk
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Login to DockerHub
Expand All @@ -32,7 +32,7 @@ jobs:

test-nix:
name: Run unit tests on *Nix
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Login to DockerHub
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
test-integration-nix:
name: Run integration tests on *Nix
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
defaults:
run:
working-directory: src/github.com/${{env.ORIGINAL_REPO_NAME}}
Expand All @@ -93,7 +93,7 @@ jobs:

prerelease:
name: Build binary for *Nix/Win, create archives for *Nix/Win, create packages for *Nix, upload all artifacts into GH Release assets
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [test-nix, test-windows, test-integration-nix, snyk]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
publish-to-s3:
name: Send release assets to S3
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [package-win]
steps:
- name: Login to DockerHub
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
static-analysis:
name: Run all static analysis checks
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: newrelic/newrelic-infra-checkers@v1
Expand All @@ -34,7 +34,7 @@ jobs:

snyk:
name: Run security checks via snyk
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
SNYK_TOKEN: ${{ secrets.COREINT_SNYK_TOKEN }}
steps:
Expand All @@ -51,7 +51,7 @@ jobs:

test-nix:
name: Run unit tests on *Nix
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Login to DockerHub
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
test-integration-nix:
name: Run integration tests on *Nix
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
defaults:
run:
working-directory: src/github.com/${{env.ORIGINAL_REPO_NAME}}
Expand All @@ -114,7 +114,7 @@ jobs:

test-build:
name: Test binary compilation for all platforms:arch
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Login to DockerHub
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

publish-to-s3:
name: Send release assets to S3
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Login to DockerHub
uses: docker/login-action@v1
Expand Down

0 comments on commit 9c9a767

Please sign in to comment.