Skip to content

Commit

Permalink
Merge pull request #263 from DataDog/tonycthsu/ubuntu
Browse files Browse the repository at this point in the history
Pin ubuntu 22.04
  • Loading branch information
anmarchenko authored Dec 4, 2024
2 parents 6ffe55c + 05728c8 commit 59dd777
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-milestone-to-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
contents: read
issues: write
pull-requests: write
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.event.pull_request.merged == true && github.event.pull_request.milestone == null
steps:
- name: Checkout code
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
type:
- final
- dev
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Build gem (${{ matrix.type }})
steps:
- name: Checkout
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
type:
- final
- dev
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Test gem
needs:
- build
Expand All @@ -132,7 +132,7 @@ jobs:
matrix:
type:
- dev
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Push gem
needs:
- test
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 @@ -10,7 +10,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
actions: read
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/datadog-sca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Datadog Software Composition Analysis

jobs:
software-composition-analysis:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Datadog SBOM Generation and Upload
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/datadog-static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Datadog Static Analysis

jobs:
static-analysis:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Datadog Static Analyzer
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build_and_run_integration_test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
ruby_image:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
push:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 59dd777

Please sign in to comment.