From 058ffcc4e31a3fc186bff3dbe903a6004cb9683e Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 11 Dec 2022 00:21:13 +0100 Subject: [PATCH] update inspection and dependencies --- .github/workflows/main.yml | 7 ++++--- server/cOMS | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6558e33..e77d98e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,9 +13,9 @@ jobs: - name: Checkout Repository uses: actions/checkout@main with: - fetch-depth: 0 + fetch-depth: 1 submodules: recursive - token: ${{ secrets.GH_TOKEN }} + token: ${{ secrets.GH_PAT }} - name: Checkout Build Repository uses: actions/checkout@main with: @@ -23,6 +23,7 @@ jobs: ref: develop repository: Karaka-Management/Build path: Build + token: ${{ secrets.GH_PAT }} - name: Copy config file run: | cp ./Build/Config/.clang-format ./.clang-format @@ -32,4 +33,4 @@ jobs: VALIDATE_ALL_CODEBASE: false VALIDATE_CLANG_FORMAT : true DEFAULT_BRANCH: develop - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_PAT }} diff --git a/server/cOMS b/server/cOMS index b0d10c5..0d1c6db 160000 --- a/server/cOMS +++ b/server/cOMS @@ -1 +1 @@ -Subproject commit b0d10c5eaac8c32d3e37638535bfc112cce8da23 +Subproject commit 0d1c6db7a9ffa87b3d9033940c4cce84a0be62c6