Skip to content
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/assertion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ permissions:
jobs:
build-assertion-document:
name: Create Assertion Document
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: ${{ !github.event.pull_request.head.repo.fork }}
permissions:
id-token: write # for OIDC authentication
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
jobs:
cache-dependencies:
name: Cache Dependencies
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
id-token: write # for OIDC authentication
if: github.ref == 'refs/heads/main'
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:

lint:
name: Lint
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
id-token: write # for OIDC authentication
steps:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

unit-test:
name: Unit Tests
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
id-token: write # for OIDC authentication
steps:
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:

race-condition-test:
name: Unit tests with race condition detection
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
id-token: write # for OIDC authentication
steps:
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:

build-unsigned-snapshot:
name: Build Unsigned Snapshot
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
id-token: write # for OIDC authentication
steps:
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
integration-tests:
name: Integration Tests
needs: build-unsigned-snapshot
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
id-token: write # for OIDC authentication
strategy:
Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
upgrade-tests:
name: Upgrade Tests
needs: build-unsigned-snapshot
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
id-token: write # for OIDC authentication
strategy:
Expand Down Expand Up @@ -360,7 +360,7 @@ jobs:
name: Integration Tests - Official OSS Images
needs: build-unsigned-snapshot
if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') && !startsWith(github.head_ref, 'renovate/') }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
id-token: write # for OIDC authentication
strategy:
Expand Down Expand Up @@ -432,7 +432,7 @@ jobs:
name: Integration Tests - Official Plus Images
needs: build-unsigned-snapshot
if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') && !startsWith(github.head_ref, 'renovate/') }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
id-token: write # for OIDC authentication
strategy:
Expand Down Expand Up @@ -532,7 +532,7 @@ jobs:
name: Metrics Integration Tests - Official OSS Images
needs: build-unsigned-snapshot
if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') && !startsWith(github.head_ref, 'renovate/') }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
id-token: write # for OIDC authentication
strategy:
Expand Down Expand Up @@ -604,7 +604,7 @@ jobs:
name: Metrics Integration Tests - Official Plus Images
needs: build-unsigned-snapshot
if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') && !startsWith(github.head_ref, 'renovate/') }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
id-token: write # for OIDC authentication
strategy:
Expand Down Expand Up @@ -699,7 +699,7 @@ jobs:

performance-tests:
name: Performance Tests
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build-unsigned-snapshot
permissions:
id-token: write # for OIDC authentication
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/f5-cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:
jobs:
f5-cla:
name: F5 CLA
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
actions: write
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: release-drafter/release-drafter/autolabeler@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7.2.0
env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ permissions:
jobs:
vars:
name: Set workflow variables
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
tag_release: ${{steps.vars.outputs.tag_release }}
github_release: ${{steps.vars.outputs.github_release }}
Expand All @@ -83,7 +83,7 @@ jobs:

release-draft:
name: Update Release Draft
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [vars]
permissions:
contents: write # Needed to create draft release
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:

tag-release:
name: Tag Release
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [vars,release-draft]
permissions:
contents: write # Needed to tag a release
Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
merge-release:
if: ${{ needs.vars.outputs.create_pull_request == 'true' }}
name: Merge release branch back into main branch
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [vars,tag-release]
permissions:
pull-requests: write # Needed to create pull request back into main branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
jobs:
generate-sbom:
name: Create SBOM Document for Agent Go binary
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: ${{ !github.event.pull_request.head.repo.fork }}
permissions:
id-token: write # for OIDC authentication
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upload-release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ permissions:
jobs:
vars:
name: Set workflow variables
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
github_release: ${{steps.vars.outputs.github_release }}
upload_azure: ${{steps.vars.outputs.upload_azure }}
Expand All @@ -49,7 +49,7 @@ jobs:

upload-release-assets:
name: Upload assets
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [vars]
permissions:
id-token: write # for OIDC authentication
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions:
jobs:
vulncheck:
name: Vulnerability Check
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
security-events: write # for reporting vulnerabilities via code-scanning API
env:
Expand Down
Loading