mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
14 lines
327 B
YAML
14 lines
327 B
YAML
name: Build C# CodeQL pack
|
|
description: Builds the C# CodeQL pack
|
|
runs:
|
|
using: composite
|
|
steps:
|
|
- name: Setup dotnet
|
|
uses: actions/setup-dotnet@v3
|
|
with:
|
|
dotnet-version: 6.0.202
|
|
- name: Build Extractor
|
|
shell: bash
|
|
run: scripts/create-extractor-pack.sh
|
|
working-directory: csharp
|