1
0
espelhamento de https://github.com/maxgoedjen/secretive.git sincronizado 2026-09-11 10:59:04 +02:00

Merge branch 'codeql_workflow' of github.com:maxgoedjen/secretive into codeql_workflow

Esse commit está contido em:
Max Goedjen
2025-09-03 01:14:42 -07:00

Ver Arquivo

@@ -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 -configuration Debug -archivePath Archive.xcarchive archive CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
run: xcrun xcodebuild -project Sources/Secretive.xcodeproj -scheme Secretive -configuration Release -archivePath Archive.xcarchive archive CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with: