diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 8148a78..7c6c981 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -38,7 +38,7 @@ jobs: tag_release: needs: [get_config_values] - uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@383f3f9eaf3cb553ebcd74897bfed4d5e387629e + uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@5ac2707dd9cd60ad127275179495b9c890d74711 with: dry_run: true pinned_image: "${{ needs.get_config_values.outputs.pinned_image }}" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0df3960..0b363b1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} tag_release: needs: [quality_checks, get_config_values] - uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@383f3f9eaf3cb553ebcd74897bfed4d5e387629e + uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@5ac2707dd9cd60ad127275179495b9c890d74711 with: dry_run: false pinned_image: ${{ needs.get_config_values.outputs.pinned_image }}