Update language autodetect Swift check

This commit is contained in:
Henry Mercer
2024-04-09 18:25:58 +01:00
parent 88fafebdd3
commit 5e9199f7b4
2 changed files with 2 additions and 6 deletions

View File

@@ -145,9 +145,7 @@ jobs:
fi
- name: Check language autodetect for Swift
if: >-
env.CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT == 'true' ||
(runner.os != 'Windows' && matrix.version == 'nightly-latest')
if: runner.os != 'Windows' && matrix.version != 'stable-20230403'
shell: bash
run: |
SWIFT_DB=${{ fromJson(steps.analysis.outputs.db-locations).swift }}