diff --git a/.github/workflows/Trgr InitDev workflows in Implementation repo.yml b/.github/workflows/Trgr InitDev workflows in Implementation repo.yml index 4d0ba6be87..ce47f61598 100644 --- a/.github/workflows/Trgr InitDev workflows in Implementation repo.yml +++ b/.github/workflows/Trgr InitDev workflows in Implementation repo.yml @@ -98,7 +98,7 @@ jobs: echo "EXIT_STEP value is ${{ env.EXIT_STEP }}" - name: Dispatch InitDev , Multitenancy workflow if: env.EXIT_STEP != 'true' - uses: codex-/return-dispatch@290d1ad3ca0a323120745aea7a44ce63ed91a982 #v1.8.0 + uses: codex-/return-dispatch@03a7fcd260cce601805567f86c892bd06d2719e1 #v1.12.0 id: return_dispatch_InitDevMultitenancy with: token: ${{ env.EDFI_ODS_IMP_TOKEN }} @@ -109,7 +109,7 @@ jobs: workflow_timeout_seconds: 4800 - name: Dispatch InitDev, Smoke Tests workflow if: env.EXIT_STEP != 'true' - uses: codex-/return-dispatch@290d1ad3ca0a323120745aea7a44ce63ed91a982 #v1.8.0 + uses: codex-/return-dispatch@03a7fcd260cce601805567f86c892bd06d2719e1 #v1.12.0 id: return_dispatch_InitDevSmokeTests with: token: ${{ env.EDFI_ODS_IMP_TOKEN }} @@ -120,7 +120,7 @@ jobs: workflow_timeout_seconds: 4800 - name: Dispatch InitDev, Unit tests, Integration tests, Package workflow if: env.EXIT_STEP != 'true' - uses: codex-/return-dispatch@290d1ad3ca0a323120745aea7a44ce63ed91a982 #v1.8.0 + uses: codex-/return-dispatch@03a7fcd260cce601805567f86c892bd06d2719e1 #v1.12.0 id: return_dispatch_InitDevUnittestsIntegrationtestsPackage with: token: ${{ env.EDFI_ODS_IMP_TOKEN }} @@ -131,7 +131,7 @@ jobs: workflow_timeout_seconds: 4800 - name: Dispatch InitDev Postgres, Multitenancy workflow if: env.EXIT_STEP != 'true' - uses: codex-/return-dispatch@290d1ad3ca0a323120745aea7a44ce63ed91a982 #v1.8.0 + uses: codex-/return-dispatch@03a7fcd260cce601805567f86c892bd06d2719e1 #v1.12.0 id: return_dispatch_InitDevPostgresMultitenancy with: token: ${{ env.EDFI_ODS_IMP_TOKEN }} @@ -142,7 +142,7 @@ jobs: workflow_timeout_seconds: 4800 - name: Dispatch InitDev Postgres, Smoke Tests workflow if: env.EXIT_STEP != 'true' - uses: codex-/return-dispatch@290d1ad3ca0a323120745aea7a44ce63ed91a982 #v1.8.0 + uses: codex-/return-dispatch@03a7fcd260cce601805567f86c892bd06d2719e1 #v1.12.0 id: return_dispatch_InitDevPostgresSmokeTests with: token: ${{ env.EDFI_ODS_IMP_TOKEN }} @@ -153,7 +153,7 @@ jobs: workflow_timeout_seconds: 4800 - name: Dispatch InitDev Postgres, Unit tests, Integration tests workflow if: env.EXIT_STEP != 'true' - uses: codex-/return-dispatch@290d1ad3ca0a323120745aea7a44ce63ed91a982 #v1.8.0 + uses: codex-/return-dispatch@03a7fcd260cce601805567f86c892bd06d2719e1 #v1.12.0 id: return_dispatch_InitDevPostgresUnittestsIntegrationtests with: token: ${{ env.EDFI_ODS_IMP_TOKEN }}