From b6cdb7da1ea82e122cbe8ddf8eca75f0519ff2af Mon Sep 17 00:00:00 2001 From: Morten Andersen Date: Wed, 18 Mar 2026 10:14:47 +0100 Subject: [PATCH] chore: Add codeowners [NOJIRA] * also updated a few readme's --- .github/CODEOWNERS | 1 + .github/actions/deploy-ocpp-gateway/README.md | 2 +- .github/actions/docker-compose-setup/README.md | 2 +- .github/actions/gradle-multi-module/README.md | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..ed65c43 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @monta-app/guild-tooling diff --git a/.github/actions/deploy-ocpp-gateway/README.md b/.github/actions/deploy-ocpp-gateway/README.md index 2d71b75..ce3a181 100644 --- a/.github/actions/deploy-ocpp-gateway/README.md +++ b/.github/actions/deploy-ocpp-gateway/README.md @@ -55,7 +55,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Deploy to Staging uses: monta-app/github-workflows/.github/actions/deploy-ocpp-gateway@main diff --git a/.github/actions/docker-compose-setup/README.md b/.github/actions/docker-compose-setup/README.md index 6b4eca5..fe9f6b7 100644 --- a/.github/actions/docker-compose-setup/README.md +++ b/.github/actions/docker-compose-setup/README.md @@ -38,7 +38,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Start test services uses: monta-app/github-workflows/.github/actions/docker-compose-setup@main diff --git a/.github/actions/gradle-multi-module/README.md b/.github/actions/gradle-multi-module/README.md index cd4c8d2..79de9c8 100644 --- a/.github/actions/gradle-multi-module/README.md +++ b/.github/actions/gradle-multi-module/README.md @@ -48,7 +48,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Setup Java uses: actions/setup-java@v5