Skip to content

Move version.h to the shared src so it can be used in the native loader #3027

Move version.h to the shared src so it can be used in the native loader

Move version.h to the shared src so it can be used in the native loader #3027

# Based on https://app.datadoghq.com/ci/setup/static-analysis?provider=github
on: [push]
jobs:
check-quality:
runs-on: ubuntu-latest
name: Datadog Static Analyzer
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check code meets quality standards
id: datadog-static-analysis
uses: DataDog/datadog-static-analyzer-github-action@v1
with:
dd_api_key: ${{ secrets.DD_API_KEY }}
dd_app_key: ${{ secrets.DD_APP_KEY }}
dd_service: dd-trace-dotnet
dd_site: datadoghq.com
dd_env: ci
cpu_count: 2