Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin ubuntu 22.04 #263

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading