Skip to content

Commit

Permalink
Adding python scan (as there was default one)
Browse files Browse the repository at this point in the history
  • Loading branch information
iartemov-ledger committed Jan 6, 2025
1 parent 2f728fe commit b21e9e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql_checks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "CodeQL (c-cpp)"
name: "CodeQL workflow"

on:
workflow_dispatch:
Expand All @@ -21,7 +21,7 @@ jobs:
matrix:
sdk: ["$NANOX_SDK", "$NANOSP_SDK", "$STAX_SDK", "$FLEX_SDK"]
# 'cpp' covers C and C++
language: ['cpp']
language: ['cpp', 'python']
runs-on: ubuntu-latest
container:
image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder-legacy:latest
Expand Down

0 comments on commit b21e9e1

Please sign in to comment.