Merge pull request #1006 from LedgerHQ/feat/dynamic_token_tlv_use_case #2203
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 |