diff --git a/.github/workflows/codeql_checks.yml b/.github/workflows/codeql_checks.yml index 75d1d1a..d6bfebd 100644 --- a/.github/workflows/codeql_checks.yml +++ b/.github/workflows/codeql_checks.yml @@ -28,6 +28,8 @@ jobs: steps: - name: Clone uses: actions/checkout@v4 + with: + submodules: true - name: Initialize CodeQL uses: github/codeql-action/init@v3 diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 61d2c7b..6e8e7a7 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -15,6 +15,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + submodules: true + - name: Check misspellings uses: codespell-project/actions-codespell@v2 with: diff --git a/.github/workflows/pr_on_all_plugins.yml b/.github/workflows/pr_on_all_plugins.yml index 7618cdd..f24a663 100644 --- a/.github/workflows/pr_on_all_plugins.yml +++ b/.github/workflows/pr_on_all_plugins.yml @@ -41,6 +41,7 @@ jobs: - name: Checkout SDK repository uses: actions/checkout@v4 with: + submodules: true repository: LedgerHQ/ethereum-plugin-sdk ref: develop - name: Retrieve SDK reference