Skip to content

[Coverity] - Fix Attempting to access the managed object of an empty … #35

[Coverity] - Fix Attempting to access the managed object of an empty …

[Coverity] - Fix Attempting to access the managed object of an empty … #35

Workflow file for this run

name: "CodeQL Advanced"
on:
workflow_dispatch:
push:
branches:
- develop
schedule:
- cron: '24 8 * * 6'
concurrency:
group: linux-${{ github.event_name }}-${{ github.ref_name }}-codeql
cancel-in-progress: true
permissions: read-all
jobs:
AnalyzePython:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest-8-cores
permissions:
security-events: write
strategy:
fail-fast: false
matrix:
include:
- language: actions
build-mode: none
- language: python
build-mode: none
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Initialize CodeQL
uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
with:
category: "/language:${{matrix.language}}"
AnalyzeCPP:
name: Analyze c-cpp
uses: ./.github/workflows/job_linux.yml
permissions:
actions: read
contents: read
packages: read
statuses: read
security-events: write
with:
os: ubuntu_24_04
build-runner: ubuntu-latest-32-cores
build-mlir: true
build-driver: false
with-codeql: true