diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3e6908d..53f3291c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ permissions: jobs: build: name: Build Image - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 outputs: version: ${{ steps.meta.outputs.version }} permissions: @@ -160,7 +160,7 @@ jobs: certify: name: Certify for Red Hat OpenShift - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: [build, e2e-test] if: ${{ github.ref_type == 'tag' }} env: diff --git a/.github/workflows/close-operator-pr.yml b/.github/workflows/close-operator-pr.yml index 2cabfdc7..5c303b5e 100644 --- a/.github/workflows/close-operator-pr.yml +++ b/.github/workflows/close-operator-pr.yml @@ -13,7 +13,7 @@ permissions: jobs: pr-update: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Close PR run: | diff --git a/.github/workflows/create-operator-pr.yml b/.github/workflows/create-operator-pr.yml index 3bba3da8..1f0a9cd2 100644 --- a/.github/workflows/create-operator-pr.yml +++ b/.github/workflows/create-operator-pr.yml @@ -18,7 +18,7 @@ permissions: jobs: create-pr: name: Certify for Red Hat OpenShift - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout Repository uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 diff --git a/.github/workflows/delete-operator-branch.yml b/.github/workflows/delete-operator-branch.yml index a18786b4..b93a5cb5 100644 --- a/.github/workflows/delete-operator-branch.yml +++ b/.github/workflows/delete-operator-branch.yml @@ -12,7 +12,7 @@ permissions: jobs: branch-delete: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Delete branch uses: dawidd6/action-delete-branch@v3 diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 25bcd215..cc6dca7e 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -6,7 +6,7 @@ permissions: jobs: dependabot: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }} permissions: pull-requests: write diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index afc24861..4a8d64b5 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -13,7 +13,7 @@ permissions: jobs: dependency-review: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: contents: read # for actions/checkout pull-requests: write # for actions/dependency-review-action to post comments diff --git a/.github/workflows/dockerhub-description.yml b/.github/workflows/dockerhub-description.yml index 25252d40..8860f847 100644 --- a/.github/workflows/dockerhub-description.yml +++ b/.github/workflows/dockerhub-description.yml @@ -16,7 +16,7 @@ permissions: jobs: dockerHubDescription: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index fa250860..2b77ab53 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -31,7 +31,7 @@ permissions: jobs: e2e-test: name: End-to-End Test - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout Repository uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 diff --git a/.github/workflows/f5-cla.yml b/.github/workflows/f5-cla.yml index bacb4d1e..12389621 100644 --- a/.github/workflows/f5-cla.yml +++ b/.github/workflows/f5-cla.yml @@ -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 diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index e4411116..d17fab4c 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -10,7 +10,7 @@ jobs: permissions: contents: read pull-requests: write # for actions/labeler to add labels - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v5.0.0-alpha.1 with: diff --git a/.github/workflows/notifications.yml b/.github/workflows/notifications.yml index b611fbdd..7ac02d02 100644 --- a/.github/workflows/notifications.yml +++ b/.github/workflows/notifications.yml @@ -14,7 +14,7 @@ permissions: jobs: on-failure: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: ${{ github.event.workflow_run.conclusion == 'failure' && github.event.repository.fork == false }} permissions: contents: read diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 02f3a09d..22cea843 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -17,7 +17,7 @@ permissions: read-all jobs: analysis: name: Scorecard analysis - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: # Needed to upload the results to code-scanning dashboard. security-events: write diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 1e486d7a..ec39dcc9 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -11,7 +11,7 @@ jobs: permissions: issues: write # for actions/stale to close stale issues pull-requests: write # for actions/stale to close stale PRs - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0 with: diff --git a/.github/workflows/sync-chart.yml b/.github/workflows/sync-chart.yml index 9ab499e5..f7a34d58 100644 --- a/.github/workflows/sync-chart.yml +++ b/.github/workflows/sync-chart.yml @@ -44,7 +44,7 @@ permissions: jobs: sync: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: contents: write pull-requests: write diff --git a/.github/workflows/update-openshift-versions.yml b/.github/workflows/update-openshift-versions.yml index 2bfca00d..5643f0a6 100644 --- a/.github/workflows/update-openshift-versions.yml +++ b/.github/workflows/update-openshift-versions.yml @@ -8,7 +8,7 @@ on: jobs: update-openshift-versions: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout repository uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0