Merge branch 'main' into update-bundle/codeql-bundle-v2.15.2
This commit is contained in:
commit
e46740a99e
2 changed files with 24 additions and 2 deletions
13
.github/workflows/debug-artifacts-failure.yml
vendored
13
.github/workflows/debug-artifacts-failure.yml
vendored
|
|
@ -42,6 +42,17 @@ jobs:
|
||||||
- uses: actions/setup-go@v4
|
- uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: ^1.13.1
|
go-version: ^1.13.1
|
||||||
|
- name: Setup Python on MacOS
|
||||||
|
uses: actions/setup-python@v4
|
||||||
|
if: |
|
||||||
|
matrix.os == 'macos-latest' && (
|
||||||
|
matrix.version == 'stable-20220908' ||
|
||||||
|
matrix.version == 'stable-20221211' ||
|
||||||
|
matrix.version == 'stable-20230418' ||
|
||||||
|
matrix.version == 'stable-v2.13.5' ||
|
||||||
|
matrix.version == 'stable-v2.14.6')
|
||||||
|
with:
|
||||||
|
python-version: '3.11'
|
||||||
- uses: ./../action/init
|
- uses: ./../action/init
|
||||||
with:
|
with:
|
||||||
tools: ${{ steps.prepare-test.outputs.tools-url }}
|
tools: ${{ steps.prepare-test.outputs.tools-url }}
|
||||||
|
|
@ -52,7 +63,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: ./build.sh
|
run: ./build.sh
|
||||||
- uses: ./../action/analyze
|
- uses: ./../action/analyze
|
||||||
id: analysis
|
id: analysis
|
||||||
with:
|
with:
|
||||||
expect-error: true
|
expect-error: true
|
||||||
ram: 1
|
ram: 1
|
||||||
|
|
|
||||||
13
.github/workflows/debug-artifacts.yml
vendored
13
.github/workflows/debug-artifacts.yml
vendored
|
|
@ -49,6 +49,17 @@ jobs:
|
||||||
- uses: actions/setup-go@v4
|
- uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: ^1.13.1
|
go-version: ^1.13.1
|
||||||
|
- name: Setup Python on MacOS
|
||||||
|
uses: actions/setup-python@v4
|
||||||
|
if: |
|
||||||
|
matrix.os == 'macos-latest' && (
|
||||||
|
matrix.version == 'stable-20220908' ||
|
||||||
|
matrix.version == 'stable-20221211' ||
|
||||||
|
matrix.version == 'stable-20230418' ||
|
||||||
|
matrix.version == 'stable-v2.13.5' ||
|
||||||
|
matrix.version == 'stable-v2.14.6')
|
||||||
|
with:
|
||||||
|
python-version: '3.11'
|
||||||
- uses: ./../action/init
|
- uses: ./../action/init
|
||||||
id: init
|
id: init
|
||||||
with:
|
with:
|
||||||
|
|
@ -63,7 +74,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: ./build.sh
|
run: ./build.sh
|
||||||
- uses: ./../action/analyze
|
- uses: ./../action/analyze
|
||||||
id: analysis
|
id: analysis
|
||||||
download-and-check-artifacts:
|
download-and-check-artifacts:
|
||||||
name: Download and check debug artifacts
|
name: Download and check debug artifacts
|
||||||
needs: upload-artifacts
|
needs: upload-artifacts
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue