From c3e3ab7ea43fe34d875aaed01cddce26566b139d Mon Sep 17 00:00:00 2001 From: "Michael G. Kazakov" Date: Wed, 17 Apr 2024 19:58:54 +0100 Subject: [PATCH] Update codeql.yml (#198) --- .github/workflows/codeql.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 006ed32c7..ac2261fdd 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -12,12 +12,12 @@ name: "CodeQL" on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] - schedule: - - cron: '22 0 * * 6' +# push: +# branches: [ "main" ] +# pull_request: +# branches: [ "main" ] +# schedule: +# - cron: '22 0 * * 6' workflow_dispatch: env: @@ -84,7 +84,8 @@ jobs: - name: Build run: | sudo xcode-select -s /Applications/Xcode_$XC_VERSION.app - cd Scripts && ./run_all_unit_tests.sh Debug + # cd Scripts && ./run_all_unit_tests.sh Debug + xcodebuild -project Source/NimbleCommander/NimbleCommander.xcodeproj -scheme BaseUT -configuration Debug - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3