Skip to content

Merge pull request #141 from iartemov-ledger/codeql_checks #2

Merge pull request #141 from iartemov-ledger/codeql_checks

Merge pull request #141 from iartemov-ledger/codeql_checks #2

name: "CodeQL (python)"
on:
workflow_dispatch:
push:
branches:
- master
- main
- develop
pull_request:
# Excluded path: add the paths you want to ignore instead of deleting the workflow
paths-ignore:
- '.github/workflows/*.yml'
jobs:
analyse:
name: Analyse
strategy:
fail-fast: false
matrix:
language: ['python']
runs-on: ubuntu-latest
container:
image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder-legacy:latest
steps:
- name: Clone
uses: actions/checkout@v4
with:
submodules: true
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
queries: security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3