-
Notifications
You must be signed in to change notification settings - Fork 0
ci: add multiplatform twister #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
0ba8848 to
54fed57
Compare
| python-version: 3.12 | ||
|
|
||
| - name: Checkout sources | ||
| uses: nrfconnect/action-checkout-west-update@main |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow
| git-fetch-depth: 0 | ||
|
|
||
| - name: Setup ncs toolchain | ||
| uses: nrfconnect/action-ncs-toolchain-setup@main |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow
| west update --narrow | ||
|
|
||
| - name: Setup ncs toolchain | ||
| uses: nrfconnect/action-ncs-toolchain-setup@main |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow
| west update --narrow | ||
|
|
||
| - name: Setup ncs toolchain | ||
| uses: nrfconnect/action-ncs-toolchain-setup@main |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow
54fed57 to
29b5110
Compare
| runs-on: ${{ fromJson(matrix.runner) }} | ||
| steps: | ||
| - name: Checkout sources | ||
| uses: nrfconnect/action-checkout-west-update@main |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow
| python-version: '3.12' | ||
|
|
||
| - name: Checkout sources | ||
| uses: nrfconnect/action-checkout-west-update@main |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow
29b5110 to
a84a74e
Compare
Add twister workflows Signed-off-by: Kari Hamalainen <kari.hamalainen@nordicsemi.no>
a84a74e to
a128597
Compare
Add twister workflows