mirror of
https://github.com/github/codeql-action.git
synced 2025-12-31 03:30:14 +08:00
Update CodeQL releases used in PR checks
This commit is contained in:
8
.github/workflows/__test-proxy.yml
generated
vendored
8
.github/workflows/__test-proxy.yml
generated
vendored
@@ -38,6 +38,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
|
||||
with:
|
||||
languages: javascript
|
||||
|
||||
Reference in New Issue
Block a user