File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 needs : [get_asdf_version]
3939 with :
4040 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
41- runtime_docker_image : " ghcr.io/nhsdigital/eps-devcontainers/node_24_python_3_14:pr-15-a1b9b25 "
41+ runtime_docker_image : " ghcr.io/nhsdigital/eps-devcontainers/node_24_python_3_14:v1.0.0 "
4242 secrets :
4343 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
4444 tag_release :
Original file line number Diff line number Diff line change 4242 runs-on : ubuntu-22.04
4343 container :
4444 image : ${{ inputs.runtime_docker_image }}
45+ options : --user 0
4546 steps :
4647 - uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654
4748 if : ${{ inputs.install_java }}
@@ -303,6 +304,7 @@ jobs:
303304 runs-on : ubuntu-22.04
304305 container :
305306 image : ${{ inputs.runtime_docker_image }}
307+ options : --user 0
306308 steps :
307309 - name : Checkout code
308310 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
@@ -429,6 +431,7 @@ jobs:
429431 runs-on : ubuntu-22.04
430432 container :
431433 image : ${{ inputs.runtime_docker_image }}
434+ options : --user 0
432435 steps :
433436 - *checkout
434437
Original file line number Diff line number Diff line change 3030 uses : ./.github/workflows/quality-checks.yml
3131 with :
3232 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
33- runtime_docker_image : " ghcr.io/nhsdigital/eps-devcontainers/node_24_python_3_14:pr-15-a1b9b25 "
33+ runtime_docker_image : " ghcr.io/nhsdigital/eps-devcontainers/node_24_python_3_14:v1.0.0 "
3434 secrets :
3535 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
3636 tag_release :
You can’t perform that action at this time.
0 commit comments