From 79588a459c25097852323b756be970c31efb8613 Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Sat, 11 Jan 2025 18:12:16 -0800 Subject: [PATCH] Re-enable CodeQL --- .github/workflows/static-analysis.yml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 4a9b4fd6..87b60112 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -40,14 +40,13 @@ jobs: uses: StanfordBDHG/.github/.github/workflows/markdown-link-check.yml@v2 permissions: contents: read - # codeql: - # name: CodeQL - # uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2 - # permissions: - # security-events: write - # actions: read - # contents: read - # with: - # codeql: true - # fastlanelane: codeql - + codeql: + name: CodeQL + uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2 + permissions: + security-events: write + actions: read + contents: read + with: + codeql: true + fastlanelane: codeql