Add PR check for zstd bundle
This commit is contained in:
parent
990feb59a4
commit
b1ca017eae
2 changed files with 89 additions and 0 deletions
19
pr-checks/checks/zstd-bundle.yml
Normal file
19
pr-checks/checks/zstd-bundle.yml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
name: "Zstandard bundle"
|
||||
description: "Tests using a CodeQL Bundle compressed using Zstandard"
|
||||
versions:
|
||||
- linked
|
||||
operatingSystems:
|
||||
- ubuntu
|
||||
env:
|
||||
CODEQL_ACTION_ZSTD_BUNDLE: true
|
||||
steps:
|
||||
- id: init
|
||||
uses: ./../action/init
|
||||
with:
|
||||
# Swift is not supported on Ubuntu so we manually exclude it from the list here
|
||||
languages: cpp,csharp,go,java,javascript,python,ruby
|
||||
tools: ${{ steps.prepare-test.outputs.tools-url }}
|
||||
- name: Build code
|
||||
shell: bash
|
||||
run: ./build.sh
|
||||
- uses: ./../action/analyze
|
||||
Loading…
Add table
Add a link
Reference in a new issue