Update PR checks
This commit is contained in:
parent
8f1e24411b
commit
2f0d0eaebd
45 changed files with 139 additions and 368 deletions
8
.github/workflows/__resolve-environment-action.yml
generated
vendored
8
.github/workflows/__resolve-environment-action.yml
generated
vendored
|
|
@ -63,9 +63,7 @@ jobs:
|
|||
if: >-
|
||||
matrix.os == 'macos-latest' && (
|
||||
|
||||
matrix.version == 'stable-20221211' ||
|
||||
|
||||
matrix.version == 'stable-20230418' ||
|
||||
matrix.version == 'stable-20230403' ||
|
||||
|
||||
matrix.version == 'stable-v2.13.5' ||
|
||||
|
||||
|
|
@ -80,10 +78,6 @@ jobs:
|
|||
with:
|
||||
version: ${{ matrix.version }}
|
||||
use-all-platform-bundle: 'false'
|
||||
- name: Set environment variable for Swift enablement
|
||||
if: runner.os != 'Windows' && matrix.version == '20221211'
|
||||
shell: bash
|
||||
run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV
|
||||
- uses: ./../action/init
|
||||
with:
|
||||
languages: ${{ matrix.version == 'stable-v2.13.4' && 'go' || 'go,javascript-typescript'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue