Skip to content

Add QUIC_PARAM_CONN_PATH_REQUIRED_DATAGRAM_LENGTH, and measure the paths it holds back #304

Add QUIC_PARAM_CONN_PATH_REQUIRED_DATAGRAM_LENGTH, and measure the paths it holds back

Add QUIC_PARAM_CONN_PATH_REQUIRED_DATAGRAM_LENGTH, and measure the paths it holds back #304

---
name: "CodeQL"
on:
push:
branches:
- seera-main
- release/*
pull_request:
# The branches below must be a subset of the branches above
branches:
- seera-main
- release/*
schedule:
- cron: '0 17 * * 1'
permissions: read-all
jobs:
analyze:
permissions:
actions: read # for github/codeql-action/init to get workflow details
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/analyze to upload SARIF results
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 2
submodules: 'recursive'
# Install dependencies and build submodules before starting analysis.
- run: |
sudo apt-add-repository ppa:lttng/stable-2.13
sudo apt-get update
sudo apt-get install -y liblttng-ust-dev libnuma-dev
sudo sh scripts/install-powershell-docker.sh
mkdir build
cd build
cmake ..
cmake --build . --target OpenSSL_Target
- name: Initialize CodeQL
uses: github/codeql-action/init@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
with:
languages: cpp
config-file: ./.github/codeql/codeql-config.yml
# Analyze this build.
- run: |
cd build
cmake --build .
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4