diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 127e8cdb..c2ad87fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: permissions: {} jobs: get_config_values: - uses: NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@9564a673928c4ed2157e0a26ee0d68304d429e87 + uses: NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@8b259f4f2d2b8ff1345fb0d2f9b9f0fbb9d19845 with: verify_published_from_main_image: true permissions: diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index f3b4a3a5..81c9f552 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -5,7 +5,7 @@ on: permissions: {} jobs: get_config_values: - uses: NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@9564a673928c4ed2157e0a26ee0d68304d429e87 + uses: NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@8b259f4f2d2b8ff1345fb0d2f9b9f0fbb9d19845 with: verify_published_from_main_image: false permissions: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 44991cd4..19508f67 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: permissions: {} jobs: get_config_values: - uses: NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@9564a673928c4ed2157e0a26ee0d68304d429e87 + uses: NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@8b259f4f2d2b8ff1345fb0d2f9b9f0fbb9d19845 with: verify_published_from_main_image: true permissions: