Skip to content

Avoid unwanted overlap between feature form header and content when a… #5390

Avoid unwanted overlap between feature form header and content when a…

Avoid unwanted overlap between feature form header and content when a… #5390

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ "master", "release-*" ]
pull_request:
branches: [ "master", "release-*" ]
schedule:
- cron: '45 16 * * 3'
jobs:
code-ql:
name: Analyze
runs-on: 'ubuntu-latest'
timeout-minutes: 360
permissions:
security-events: write
strategy:
fail-fast: false
matrix:
language:
# - 'c-cpp' # Tested as part of the linux builds
- 'python'
- 'ruby'
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v4
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: "/language:${{matrix.language}}"