Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Migrate CodeQL workflow to reusable workflow #11

Migrate CodeQL workflow to reusable workflow

Migrate CodeQL workflow to reusable workflow #11

name: Ensure compliance with Ledger guidelines
# This workflow is mandatory in all applications
# It calls a reusable workflow guidelines_enforcer developed by Ledger's internal developer team.
# The successful completion of the reusable workflow is a mandatory step for an app to be available on the Ledger
# application store.
#
# More information on the guidelines can be found in the repository:
# LedgerHQ/ledger-app-workflows/
on:
workflow_dispatch:
push:
branches:
- main
- develop
- master # for safety reasons
- dev # for safety reasons
pull_request:
jobs:
guidelines_enforcer:
if: github.event.repository.private == false
name: Call Ledger guidelines enforcer
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_guidelines_enforcer.yml@v1