PR Checks: Test codeql-bundle.tar.gz (#1822)
This commit is contained in:
parent
a98b9bd46b
commit
1f63aba653
37 changed files with 187 additions and 2 deletions
19
pr-checks/checks/all-platform-bundle.yml
Normal file
19
pr-checks/checks/all-platform-bundle.yml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
name: "All-platform bundle"
|
||||
description: "Tests using an all-platform CodeQL Bundle"
|
||||
versions: ["nightly-latest"]
|
||||
operatingSystems: ["ubuntu"]
|
||||
useAllPlatformBundle: "true"
|
||||
steps:
|
||||
- id: init
|
||||
uses: ./../action/init
|
||||
with:
|
||||
tools: ${{ steps.prepare-test.outputs.tools-url }}
|
||||
- uses: ./../action/.github/actions/setup-swift
|
||||
with:
|
||||
codeql-path: ${{ steps.init.outputs.codeql-path }}
|
||||
- name: Build code
|
||||
shell: bash
|
||||
run: ./build.sh
|
||||
- uses: ./../action/analyze
|
||||
with:
|
||||
upload-database: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue