diff --git a/.github/workflows/contract-testing.yaml b/.github/workflows/contract-testing.yaml index 3173da05d..06da52f37 100644 --- a/.github/workflows/contract-testing.yaml +++ b/.github/workflows/contract-testing.yaml @@ -386,7 +386,7 @@ jobs: if: ${{ needs.change-detection.outputs.database-user == 'true' }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 with: go-version-file: 'cfn-resources/go.mod' @@ -1126,7 +1126,7 @@ jobs: if: ${{ needs.change-detection.outputs.third-party-integration == 'true' }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 with: go-version-file: 'cfn-resources/go.mod'