Try re-enabling swift codeql

Enable Swift language support for CodeQL analysis.
This commit is contained in:
Max Goedjen
2025-09-10 00:27:20 -07:00
committed by GitHub
parent 7c7db56c1e
commit 9d05a43e15

View File

@@ -25,8 +25,8 @@ jobs:
- language: actions
build-mode: none
# Disable this until CodeQL supports Xcode 26 builds.
# - language: swift
# build-mode: manual
- language: swift
build-mode: manual
steps:
- name: Checkout repository
uses: actions/checkout@v4