From 8fd032192cc1d39bc398ed2758936a25041d18a2 Mon Sep 17 00:00:00 2001 From: Falk Puschner Date: Tue, 22 Oct 2024 16:24:10 +0200 Subject: [PATCH] :arrow_up: Bump ubuntu image (#285) * :arrow_up: Bump ubuntu image * :wrench: Adjust codeowner file --- .github/CODEOWNERS | 2 +- .github/workflows/cla.yml | 2 +- .github/workflows/template_autodev.yml | 2 +- .github/workflows/template_automerge_dependabot.yml | 2 +- .github/workflows/template_gitops.yml | 2 +- .github/workflows/template_jira_tagging.yml | 2 +- .github/workflows/template_launchdarkly_code_references.yml | 2 +- .github/workflows/template_merge_block.yml | 2 +- .github/workflows/template_release_drafter.yml | 2 +- .github/workflows/template_release_version.yml | 2 +- .github/workflows/template_secret_scan.yml | 2 +- .github/workflows/template_stale.yml | 2 +- .github/workflows/template_techdocs.yml | 2 +- .github/workflows/template_testio_trigger_test.yml | 2 +- .github/workflows/template_yaml.yml | 2 +- .github/workflows/versions.yml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 89138e58..30682926 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ * @Staffbase/workflow-enthusiasts -.github/workflows/template_testio_trigger_test.yml @Staffbase/pokemon +.github/workflows/template_testio_trigger_test.yml @Staffbase/workflow-enthusiasts @Staffbase/pokemon diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 8c6b1272..5117cb3c 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -8,7 +8,7 @@ on: jobs: CLAssistant: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: "CLA Assistant" if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request' diff --git a/.github/workflows/template_autodev.yml b/.github/workflows/template_autodev.yml index 8e05335f..451af7a6 100644 --- a/.github/workflows/template_autodev.yml +++ b/.github/workflows/template_autodev.yml @@ -56,7 +56,7 @@ jobs: autodev: name: Build Dev Branch - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 # check to not trigger if dependabot did something or PR was closed or label is not the configured dev label if: github.actor != 'dependabot[bot]' && (github.event_name == 'push' || github.event.label.name == inputs.label || github.event.action == 'closed') diff --git a/.github/workflows/template_automerge_dependabot.yml b/.github/workflows/template_automerge_dependabot.yml index f3634eea..a0dab25c 100644 --- a/.github/workflows/template_automerge_dependabot.yml +++ b/.github/workflows/template_automerge_dependabot.yml @@ -32,7 +32,7 @@ jobs: dependabot: name: auto-merge - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: github.event.pull_request.user.login == 'dependabot[bot]' diff --git a/.github/workflows/template_gitops.yml b/.github/workflows/template_gitops.yml index 1533e0c4..51b5ad89 100644 --- a/.github/workflows/template_gitops.yml +++ b/.github/workflows/template_gitops.yml @@ -91,7 +91,7 @@ on: jobs: gitops: name: GitOps - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') diff --git a/.github/workflows/template_jira_tagging.yml b/.github/workflows/template_jira_tagging.yml index ba8c2d02..7f8341aa 100644 --- a/.github/workflows/template_jira_tagging.yml +++ b/.github/workflows/template_jira_tagging.yml @@ -22,7 +22,7 @@ jobs: jira-annotate: name: Annotate all occurring tickets since last release-tag - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout diff --git a/.github/workflows/template_launchdarkly_code_references.yml b/.github/workflows/template_launchdarkly_code_references.yml index 7142bf84..f239beef 100644 --- a/.github/workflows/template_launchdarkly_code_references.yml +++ b/.github/workflows/template_launchdarkly_code_references.yml @@ -15,7 +15,7 @@ jobs: launchDarklyCodeReferences: name: Find LaunchDarkly flag code references - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout diff --git a/.github/workflows/template_merge_block.yml b/.github/workflows/template_merge_block.yml index fc184760..6418b6d0 100644 --- a/.github/workflows/template_merge_block.yml +++ b/.github/workflows/template_merge_block.yml @@ -15,7 +15,7 @@ on: jobs: do-not-merge: name: Check - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Find Comment diff --git a/.github/workflows/template_release_drafter.yml b/.github/workflows/template_release_drafter.yml index 2162c7d9..6522c7ee 100644 --- a/.github/workflows/template_release_drafter.yml +++ b/.github/workflows/template_release_drafter.yml @@ -28,7 +28,7 @@ jobs: update_release_draft: name: update release draft - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 env: USING_APP_CREDENTIALS: ${{ secrets.app_id != '' && secrets.private_key != '' }} diff --git a/.github/workflows/template_release_version.yml b/.github/workflows/template_release_version.yml index 68b84c43..28d1dadf 100644 --- a/.github/workflows/template_release_version.yml +++ b/.github/workflows/template_release_version.yml @@ -17,7 +17,7 @@ jobs: new_version: name: Get new release version - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 outputs: new_version: ${{ steps.set_version.outputs.next_version }} diff --git a/.github/workflows/template_secret_scan.yml b/.github/workflows/template_secret_scan.yml index d9e9da1f..5d52c8bd 100644 --- a/.github/workflows/template_secret_scan.yml +++ b/.github/workflows/template_secret_scan.yml @@ -7,7 +7,7 @@ jobs: trufflehog: name: trufflehog - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code diff --git a/.github/workflows/template_stale.yml b/.github/workflows/template_stale.yml index 440510b6..b84f4994 100644 --- a/.github/workflows/template_stale.yml +++ b/.github/workflows/template_stale.yml @@ -32,7 +32,7 @@ jobs: stale: name: stale - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Stale old PRs diff --git a/.github/workflows/template_techdocs.yml b/.github/workflows/template_techdocs.yml index 3f0d167c..5b9ca9e6 100644 --- a/.github/workflows/template_techdocs.yml +++ b/.github/workflows/template_techdocs.yml @@ -39,7 +39,7 @@ on: jobs: techdocs: name: TechDocs - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout diff --git a/.github/workflows/template_testio_trigger_test.yml b/.github/workflows/template_testio_trigger_test.yml index 1f4f4374..09fc87cc 100644 --- a/.github/workflows/template_testio_trigger_test.yml +++ b/.github/workflows/template_testio_trigger_test.yml @@ -20,7 +20,7 @@ jobs: testio-trigger-test: name: TestIO - Trigger Test - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: startsWith(github.event.comment.body, '@bot-testio exploratory-test') # this is the prefix all subsequent comments must start with steps: diff --git a/.github/workflows/template_yaml.yml b/.github/workflows/template_yaml.yml index 1a6a73b6..5310f475 100644 --- a/.github/workflows/template_yaml.yml +++ b/.github/workflows/template_yaml.yml @@ -16,7 +16,7 @@ jobs: yamllint: name: yamllint - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout diff --git a/.github/workflows/versions.yml b/.github/workflows/versions.yml index fd1f3591..1634ac03 100644 --- a/.github/workflows/versions.yml +++ b/.github/workflows/versions.yml @@ -6,7 +6,7 @@ on: jobs: update_readme: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout the source code uses: actions/checkout@v4