From e9beae721d60be9bcd9e9f1f30f0b2f5259ab0fe Mon Sep 17 00:00:00 2001 From: Thomas Harold Date: Tue, 24 Oct 2023 15:57:42 -0400 Subject: [PATCH] Add CODEOWNERS, update workflows - Add the missing CODEOWNERS file - Upgrade to actions/checkout@v4 --- .github/CODEOWNERS | 3 +++ .../azure-static-web-apps-delightful-wave-0b6a5650f.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..f509f31d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +/.github/** @ritterim/GitGuardians diff --git a/.github/workflows/azure-static-web-apps-delightful-wave-0b6a5650f.yml b/.github/workflows/azure-static-web-apps-delightful-wave-0b6a5650f.yml index 0bb38b16..a1fc1e1f 100644 --- a/.github/workflows/azure-static-web-apps-delightful-wave-0b6a5650f.yml +++ b/.github/workflows/azure-static-web-apps-delightful-wave-0b6a5650f.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest name: Build and Deploy Job steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: submodules: true - name: Build And Deploy