mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 22:50:17 +08:00
Update CodeQL releases used in PR checks
This commit is contained in:
8
.github/workflows/__diagnostics-export.yml
generated
vendored
8
.github/workflows/__diagnostics-export.yml
generated
vendored
@@ -48,6 +48,14 @@ jobs:
|
||||
uses: ./.github/prepare-test
|
||||
with:
|
||||
version: ${{ matrix.version }}
|
||||
- name: Set environment variable for Swift enablement
|
||||
if: "\n runner.os != 'Windows' && (\n matrix.version\
|
||||
\ == '20220908' ||\n matrix.version == '20221211' ||\n\
|
||||
\ matrix.version == 'cached' ||\n matrix.version\
|
||||
\ == 'latest' ||\n matrix.version == 'nightly-latest'\n\
|
||||
\ )\n "
|
||||
shell: bash
|
||||
run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV
|
||||
- uses: ./../action/init
|
||||
id: init
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user