Skip to content

CodeQL gate: wait for scan on current commit (max 30 min) #2

CodeQL gate: wait for scan on current commit (max 30 min)

CodeQL gate: wait for scan on current commit (max 30 min) #2

Workflow file for this run

name: CodeQL SAST
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
security-events: write
contents: read
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Initialize CodeQL
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
with:
languages: c-cpp
build-mode: none
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
with:
category: "/language:c-cpp"