diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7b1f358..7009d1c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: quality_checks: name: Quality Checks needs: get_asdf_version - uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@9791a77de7b005056b4ddfb9789306f5179f53da + uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@a2edde3fb0e9816a25a5ba4923b4d509db83f552 with: asdfVersion: ${{ needs.get_asdf_version.outputs.version }} reinstall_poetry: true diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index a03d08d..7a76d38 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -26,7 +26,7 @@ jobs: quality_checks: name: Quality Checks needs: get_asdf_version - uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@9791a77de7b005056b4ddfb9789306f5179f53da + uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@a2edde3fb0e9816a25a5ba4923b4d509db83f552 with: asdfVersion: ${{ needs.get_asdf_version.outputs.version }} reinstall_poetry: true diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index aef203c..5d60d47 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: quality_checks: name: Quality Checks needs: get_asdf_version - uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@9791a77de7b005056b4ddfb9789306f5179f53da + uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@a2edde3fb0e9816a25a5ba4923b4d509db83f552 with: asdfVersion: ${{ needs.get_asdf_version.outputs.version }} reinstall_poetry: true