mirror of
https://github.com/github/codeql-action.git
synced 2025-12-30 03:00:13 +08:00
Update CodeQL releases used in PR checks
This commit is contained in:
8
.github/workflows/__javascript-source-root.yml
generated
vendored
8
.github/workflows/__javascript-source-root.yml
generated
vendored
@@ -42,6 +42,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
|
||||
- name: Move codeql-action
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user