Skip to content

ci: update workflow #79

ci: update workflow

ci: update workflow #79

Workflow file for this run

name: CodeQL Advanced
on:
pull_request:
branches: [ "main" ]
push:
branches: [ "main" ]
jobs:
codeql_analysis:
strategy:
fail-fast: false
matrix:
language: ['actions', 'python']
uses: intel/mfd/.github/workflows/codeql.yml@main
with:
LANGUAGE: ${{ matrix.language }}