|
8 | 8 |
|
9 | 9 | jobs: |
10 | 10 | 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 |
12 | 12 | with: |
13 | 13 | working-directory: Example_Card_Calypso |
14 | 14 |
|
15 | 15 | 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 |
17 | 17 | with: |
18 | 18 | working-directory: Example_Distributed_PoolReaderServerSide_Webservice |
19 | 19 |
|
20 | 20 | 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 |
22 | 22 | with: |
23 | 23 | working-directory: Example_Distributed_ReaderClientSide_Webservice |
24 | 24 |
|
25 | 25 | 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 |
27 | 27 | with: |
28 | 28 | working-directory: Example_Distributed_ReaderClientSide_Websocket |
29 | 29 |
|
30 | 30 | 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 |
32 | 32 | with: |
33 | 33 | working-directory: Example_Plugin_Android_NFC |
34 | 34 |
|
35 | 35 | 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 |
37 | 37 | with: |
38 | 38 | working-directory: Example_Plugin_Android_OMAPI |
39 | 39 |
|
40 | 40 | 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 |
42 | 42 | with: |
43 | 43 | working-directory: Example_Plugin_PCSC |
44 | 44 |
|
45 | 45 | 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 |
47 | 47 | with: |
48 | 48 | working-directory: Example_Service |
49 | 49 |
|
50 | 50 | 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 |
52 | 52 | with: |
53 | 53 | working-directory: Example_Service_Resource |
0 commit comments