Skip to content

feat: support Remote Config sampling rules #360

feat: support Remote Config sampling rules

feat: support Remote Config sampling rules #360

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'cpp' ]
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Build dd-trace-cpp
run: |
bin/install-cmake
bin/cmake-build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2