diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index b1caa52acec..4ca23138848 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -788,7 +788,7 @@ jobs: ref: ${{ needs.get_solana_sha.outputs.sha }} - name: Get ProjectSerum Version id: psversion - uses: smartcontractkit/chainlink-solana/.github/actions/projectserum_version@4b971869e26b79c7ce3fb7c98005cc2e3f350915 # stable action on Oct 12 2022 + uses: smartcontractkit/chainlink-solana/.github/actions/projectserum_version@7bdd753a504a7a37498555616290e65475479247 # stable action on Oct 12 2022 solana-test-image-exists: environment: integration @@ -852,7 +852,7 @@ jobs: ref: ${{ needs.get_solana_sha.outputs.sha }} - name: Build contracts if: needs.changes.outputs.src == 'true' && needs.solana-test-image-exists.outputs.exists == 'false' - uses: smartcontractkit/chainlink-solana/.github/actions/build_contract_artifacts@21675b3a7dcdff8e790391708d4763020cace21e # stable action on December 18 2023 + uses: smartcontractkit/chainlink-solana/.github/actions/build_contract_artifacts@7bdd753a504a7a37498555616290e65475479247 # stable action on December 18 2023 with: ref: ${{ needs.get_solana_sha.outputs.sha }}