From e246a0bed4cc1b9d1d69d4b2515e7fe29d729291 Mon Sep 17 00:00:00 2001 From: uwefreidank <49634966+uwefreidank@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:23:00 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6eb9e05f..f45b35ee 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Kubernetes Operator For Cloud Foundry™ Services - +test [![REUSE status](https://api.reuse.software/badge/github.com/SAP/cf-service-operator)](https://api.reuse.software/info/github.com/SAP/cf-service-operator) Disclaimer: Cloud Foundry is a registered trademark of THE LINUX FOUNDATION. Any rights therein are reserved to THE LINUX FOUNDATION. Any use by this project is for referential purposes only and does not indicate any sponsorship, endorsement or affiliation between CloudFoundry and this project. From bf4b26d764190a3dd1b030a54a14d30b552b025d Mon Sep 17 00:00:00 2001 From: uwefreidank <49634966+uwefreidank@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:25:30 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f45b35ee..fc06be87 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Kubernetes Operator For Cloud Foundry™ Services -test +test2 [![REUSE status](https://api.reuse.software/badge/github.com/SAP/cf-service-operator)](https://api.reuse.software/info/github.com/SAP/cf-service-operator) Disclaimer: Cloud Foundry is a registered trademark of THE LINUX FOUNDATION. Any rights therein are reserved to THE LINUX FOUNDATION. Any use by this project is for referential purposes only and does not indicate any sponsorship, endorsement or affiliation between CloudFoundry and this project. From 84c4a011a39222aa0eed903a83f3d9f2179dede5 Mon Sep 17 00:00:00 2001 From: uwefreidank <49634966+uwefreidank@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:56:40 +0100 Subject: [PATCH 3/3] use default runner "ubuntu-latest" --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 18f64e31..83be2b9e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -21,7 +21,7 @@ defaults: jobs: test: name: Run tests - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - name: Checkout repository @@ -71,7 +71,7 @@ jobs: build-docker: name: Build Docker image - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest needs: test permissions: contents: read