Skip to content

Merge pull request #1017 from LedgerHQ/fix/gcs_calldata_hardening #2251

Merge pull request #1017 from LedgerHQ/fix/gcs_calldata_hardening

Merge pull request #1017 from LedgerHQ/fix/gcs_calldata_hardening #2251

Workflow file for this run

name: "CodeQL"
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'
- 'tests/*'
jobs:
analyse:
name: Call Ledger CodeQL analysis
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_codeql_checks.yml@v1
secrets: inherit