update inspection and dependencies

This commit is contained in:
Dennis Eichhorn 2022-12-11 00:21:13 +01:00
parent 826c1014a1
commit 058ffcc4e3
2 changed files with 5 additions and 4 deletions

View File

@ -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 }}

@ -1 +1 @@
Subproject commit b0d10c5eaac8c32d3e37638535bfc112cce8da23
Subproject commit 0d1c6db7a9ffa87b3d9033940c4cce84a0be62c6