diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d334e57..4f4254e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -35,11 +35,11 @@ jobs: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} - if: matrix.build-mode == 'manual' - name: "Select Xcode" - run: sudo xcrun xcode-select -s /Applications/Xcode_26.0.app + # name: "Select Xcode" + # run: sudo xcrun xcode-select -s /Applications/Xcode_26.0.app - if: matrix.build-mode == 'manual' name: "Build" - run: xcrun xcodebuild -project Sources/Secretive.xcodeproj -scheme Secretive CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO + run: swift build --build-system swiftbuild --package-path Sources/Packages - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3 with: