diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0bffe61..487311f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,7 @@ on: jobs: get_config_values: - uses: NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@cd3cf9fa582d391ce9c50b10c43155eb48ca65e3 + uses: NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@5ac2707dd9cd60ad127275179495b9c890d74711 with: verify_published_from_main_image: true diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 4c5159e..c5b0f5f 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -13,7 +13,7 @@ jobs: permissions: pull-requests: write get_config_values: - uses: NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@cd3cf9fa582d391ce9c50b10c43155eb48ca65e3 + uses: NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@5ac2707dd9cd60ad127275179495b9c890d74711 with: verify_published_from_main_image: false diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fc5d44e..54ca395 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -19,7 +19,7 @@ jobs: id: get_pypi_token uses: ./.github/actions/get_pypi_token get_config_values: - uses: NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@cd3cf9fa582d391ce9c50b10c43155eb48ca65e3 + uses: NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@5ac2707dd9cd60ad127275179495b9c890d74711 with: verify_published_from_main_image: false quality_checks: