Add recursive checkout from workflows
This commit is contained in:
2
.github/workflows/codeql_checks.yml
vendored
2
.github/workflows/codeql_checks.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
steps:
|
||||
- name: Clone
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v3
|
||||
|
||||
3
.github/workflows/codespell.yml
vendored
3
.github/workflows/codespell.yml
vendored
@@ -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:
|
||||
|
||||
1
.github/workflows/pr_on_all_plugins.yml
vendored
1
.github/workflows/pr_on_all_plugins.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user