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 commit 064172779a.

* Revert "Try swift build output"

This reverts commit a3aa982223.

* Reset most stuff back to main

* Cleanup workflows and limit a few jobs to read.

* .
This commit is contained in:
Max Goedjen
2025-09-03 23:46:21 -07:00
committed by GitHub
parent 3d5f0b45bd
commit e0c24917f2
4 changed files with 52 additions and 5 deletions

View File

@@ -6,7 +6,8 @@ on:
- '*'
jobs:
test:
# runs-on: macOS-latest
permissions:
contents: read
runs-on: macos-15
timeout-minutes: 10
steps:
@@ -25,12 +26,11 @@ jobs:
- name: Test
run: swift test --build-system swiftbuild --package-path Sources/Packages
build:
# runs-on: macOS-latest
runs-on: macos-15
permissions:
id-token: write
contents: write
attestations: write
runs-on: macos-15
timeout-minutes: 10
steps:
- uses: actions/checkout@v5