mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-09-09 22:10:55 +00:00
Disable signing on codeql workflow
Updated build command to disable code signing.
This commit is contained in:
parent
ca495f4b7f
commit
bf78879310
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
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 build
|
||||
run: xcrun xcodebuild -project Sources/Secretive.xcodeproj -scheme Secretive build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user