mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 06:30:10 +08:00
Update CodeQL releases used in PR checks
This commit is contained in:
8
.github/workflows/__rubocop-multi-language.yml
generated
vendored
8
.github/workflows/__rubocop-multi-language.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
|
||||
- name: Set up Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user