mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-03-10 19:47:24 +01:00
Add codeql workflow (#655)
* Add codeql workflow * Disable signing on codeql workflow Updated build command to disable code signing. * Archive * Temporarily disable previews * Try disabling hardening * Release mode * Previews * Temporarily disable. * Update xcodebuild command in codeql.yml * Try swift build output * Fix * Revert "Fix" This reverts commit064172779a. * Revert "Try swift build output" This reverts commita3aa982223. * Reset most stuff back to main * Cleanup workflows and limit a few jobs to read. * .
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -3,7 +3,8 @@ name: Test
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
test:
|
||||
# runs-on: macOS-latest
|
||||
permissions:
|
||||
contents: read
|
||||
runs-on: macos-15
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user