From 8ceb1eae361c35c315f0d9724b8044f74f24af07 Mon Sep 17 00:00:00 2001 From: Andrew Nowak Date: Mon, 14 Oct 2024 17:13:29 +0100 Subject: [PATCH 1/2] pin github actions ubuntu version as 22.04 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 475f280..4dfdd96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ on: - main jobs: CI: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 permissions: # required by aws-actions/configure-aws-credentials id-token: write From 617d908a95de725769f624aa967d719e98d23f41 Mon Sep 17 00:00:00 2001 From: Andrew Nowak Date: Mon, 14 Oct 2024 17:14:50 +0100 Subject: [PATCH 2/2] put CODEOWNERS in the right directory --- .github/{workflows => }/CODEOWNERS | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{workflows => }/CODEOWNERS (100%) diff --git a/.github/workflows/CODEOWNERS b/.github/CODEOWNERS similarity index 100% rename from .github/workflows/CODEOWNERS rename to .github/CODEOWNERS