diff --git a/.github/workflows/guidelines_enforcer.yml b/.github/workflows/guidelines_enforcer.yml index fdaf9f27..ac5af7d1 100644 --- a/.github/workflows/guidelines_enforcer.yml +++ b/.github/workflows/guidelines_enforcer.yml @@ -20,4 +20,4 @@ on: jobs: guidelines_enforcer: name: Call Ledger guidelines_enforcer - uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_guidelines_enforcer.yml@v1 + uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_guidelines_enforcer.yml@lp/fix_relative_repos diff --git a/.github/workflows/reusable_swap_functional_tests.yml b/.github/workflows/reusable_swap_functional_tests.yml index c21525db..0f77a38a 100644 --- a/.github/workflows/reusable_swap_functional_tests.yml +++ b/.github/workflows/reusable_swap_functional_tests.yml @@ -104,7 +104,7 @@ jobs: branch: ${{ inputs.branch_for_tron }} dir: . - uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@v1 + uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@lp/fix_relative_repos with: app_repository: LedgerHQ/${{ matrix.coin.repo }} app_branch_name: ${{ matrix.coin.branch }} @@ -115,7 +115,7 @@ jobs: build_exchange_application: name: Build application using the reusable workflow - uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@v1 + uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@lp/fix_relative_repos with: app_repository: LedgerHQ/app-exchange app_branch_name: ${{ inputs.branch_for_exchange }} @@ -127,7 +127,7 @@ jobs: needs: - build_exchange_application - build_sideloaded_applications - uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@v1 + uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@lp/fix_relative_repos with: app_repository: LedgerHQ/app-exchange app_branch_name: ${{ inputs.branch_for_exchange }}