Skip to content

Commit

Permalink
⬆️ Bump ubuntu image (#285)
Browse files Browse the repository at this point in the history
* ⬆️ Bump ubuntu image

* 🔧 Adjust codeowner file
  • Loading branch information
flaxel authored Oct 22, 2024
1 parent 4a52b81 commit 8fd0321
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template_autodev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template_automerge_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template_gitops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/')

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template_jira_tagging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template_merge_block.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template_release_drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 != '' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template_release_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template_secret_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
trufflehog:

name: trufflehog
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template_stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
stale:

name: stale
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Stale old PRs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template_techdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ on:
jobs:
techdocs:
name: TechDocs
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template_testio_trigger_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template_yaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
yamllint:

name: yamllint
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fd0321

Please sign in to comment.