Improve GitLab Templates version info when (re)running in an old pipeline
**Original** GitLab CI is failing for `psa_oecd_publishing`. It is trying to install Drupal 11.3.8 which is blocked by security advisories. See [these results](https://git.drupalcode.org/project/psa_oecd_publishing/-/jobs/10115072) and expand the "Composer install and require drush" section. The project is using the default `.gitlab-ci.yml`. **Re-purposing this issue** We need to improve the version info shown in the log. When re-running in an old pipeline the configuration is exactly as it was when the pipeline was created, but the Gitlab Templates version shown change show a later version, which is completely wrong info and confuses any investigation.
issue