fix: Out-of-bounds read on zero-length int8 EIP-712 fields during display formatting #2093
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |