Skip to content

Merge pull request #57 from eseiler/infra/example #3

Merge pull request #57 from eseiler/infra/example

Merge pull request #57 from eseiler/infra/example #3

Workflow file for this run

# SPDX-FileCopyrightText: 2006-2024 Knut Reinert & Freie Universität Berlin
# SPDX-FileCopyrightText: 2016-2024 Knut Reinert & MPI für molekulare Genetik
# SPDX-License-Identifier: CC0-1.0
name: CodeQL
on:
push:
branches:
- 'main'
workflow_dispatch:
concurrency:
group: codeql-${{ github.ref }}
cancel-in-progress: false
env:
TZ: Europe/Berlin
defaults:
run:
shell: bash -Eeuxo pipefail {0}
jobs:
codeql:
name: CodeQL
runs-on: ubuntu-latest
if: github.repository_owner == 'deNBI-cibi' || github.event_name == 'workflow_dispatch'
permissions:
security-events: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: cpp
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:cpp"