Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Add Github Action for codeql #524

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

ci: Add Github Action for codeql #524

wants to merge 4 commits into from

Commits on Jun 21, 2022

  1. ci: Add Github Action for codeql

    axic committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    57492db View commit details
    Browse the repository at this point in the history
  2. Run build

    axic committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    4e06a3f View commit details
    Browse the repository at this point in the history
  3. Add explicit constructors to Import

    This fixes Import being not copy-constructible in GCC older than 8.3, where std::optional is not trivially constructible.
    gumb0 authored and axic committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    53f827e View commit details
    Browse the repository at this point in the history
  4. Convert no_sanitize attributes to C++ syntax

    chfast authored and axic committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    7f19e0e View commit details
    Browse the repository at this point in the history