qubip_aurora 0.12.0

A framework to build OpenSSL Providers tailored for the transition to post-quantum cryptography
Documentation
---
name: CodeQL

on:
  workflow_dispatch:
  push:
    branches: [master]
  pull_request:
    branches: [master]
  pull_request_target:
    branches: [master]
  schedule:
    - cron: "30 1 * * 1"

jobs:
  codeql:
    name: ๐Ÿญ Scanning
    permissions:
      contents: read
      security-events: write
    runs-on: ubuntu-latest
    steps:
      - name: โคต๏ธ Check out code from GitHub
        uses: actions/checkout@v2
      - name: ๐Ÿ— Initialize CodeQL
        uses: github/codeql-action/init@v3
        with:
          languages: actions
      - name: ๐Ÿš€ Perform CodeQL Analysis
        uses: github/codeql-action/analyze@v3