Skip to content

UD2025.44 (#206)

UD2025.44 (#206) #79

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Initialize CodeQL
uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
with:
category: "/language:${{matrix.language}}"
AnalyzeCPP:

Check failure on line 46 in .github/workflows/codeql.yml

View workflow run for this annotation

GitHub Actions / CodeQL Advanced

Invalid workflow file

The workflow is not valid. .github/workflows/codeql.yml (Line: 46, Col: 3): Error calling workflow 'openvinotoolkit/npu_compiler/.github/workflows/job_linux.yml@638161f713679784028d610bc50a507f01a18bff'. The nested job 'BuildCiD' is requesting 'attestations: write', but is only allowed 'attestations: none'.
name: Analyze c-cpp
uses: ./.github/workflows/job_linux.yml
permissions:
actions: read
contents: read
packages: read
statuses: read
security-events: write
id-token: write
with:
os: ubuntu_24_04
build-runner: ubuntu-latest-32-cores
build-mlir: true
build-driver: false
with-codeql: true