Skip to content

Commit 7791a38

Browse files
ci: update workflows to use main reusable workflows
1 parent 4ddd443 commit 7791a38

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build-and-test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,46 +8,46 @@ on:
88

99
jobs:
1010
build-and-test-example-card-calypso:
11-
uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@build-and-test-v1
11+
uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@main # NOSONAR - Same organization, trusted source
1212
with:
1313
working-directory: Example_Card_Calypso
1414

1515
build-and-test-example-distributed-poolreaderserverside-webservice:
16-
uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@build-and-test-v1
16+
uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@main # NOSONAR - Same organization, trusted source
1717
with:
1818
working-directory: Example_Distributed_PoolReaderServerSide_Webservice
1919

2020
build-and-test-example-distributed-readerclientside-webservice:
21-
uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@build-and-test-v1
21+
uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@main # NOSONAR - Same organization, trusted source
2222
with:
2323
working-directory: Example_Distributed_ReaderClientSide_Webservice
2424

2525
build-and-test-example-distributed-readerclientside-websocket:
26-
uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@build-and-test-v1
26+
uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@main # NOSONAR - Same organization, trusted source
2727
with:
2828
working-directory: Example_Distributed_ReaderClientSide_Websocket
2929

3030
build-and-test-example-plugin-android-nfc:
31-
uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@build-and-test-v1
31+
uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@main # NOSONAR - Same organization, trusted source
3232
with:
3333
working-directory: Example_Plugin_Android_NFC
3434

3535
build-and-test-example-plugin-android-omapi:
36-
uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@build-and-test-v1
36+
uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@main # NOSONAR - Same organization, trusted source
3737
with:
3838
working-directory: Example_Plugin_Android_OMAPI
3939

4040
build-and-test-example-plugin-pcsc:
41-
uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@build-and-test-v1
41+
uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@main # NOSONAR - Same organization, trusted source
4242
with:
4343
working-directory: Example_Plugin_PCSC
4444

4545
build-and-test-example-service:
46-
uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@build-and-test-v1
46+
uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@main # NOSONAR - Same organization, trusted source
4747
with:
4848
working-directory: Example_Service
4949

5050
build-and-test-example-service-resource:
51-
uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@build-and-test-v1
51+
uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@main # NOSONAR - Same organization, trusted source
5252
with:
5353
working-directory: Example_Service_Resource

0 commit comments

Comments
 (0)