From 98384f58ebeef783eac158f01631977c00fcb7af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 12:21:14 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump NHSDigital/eps-workflow-quality-checks Bumps [NHSDigital/eps-workflow-quality-checks](https://github.com/nhsdigital/eps-workflow-quality-checks) from 5.1.0 to 5.1.3. - [Release notes](https://github.com/nhsdigital/eps-workflow-quality-checks/releases) - [Commits](https://github.com/nhsdigital/eps-workflow-quality-checks/compare/v5.1.0...2eb8f078b68454b53e83a62b4a6422c0f7aae6b3) --- updated-dependencies: - dependency-name: NHSDigital/eps-workflow-quality-checks dependency-version: 5.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4f84852..eea1d9d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: TAG_FORMAT=$(yq '.TAG_FORMAT' .github/config/settings.yml) echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT" quality_checks: - uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@4a6d03ad51516eddc448daf454805f85fe2025b9 + uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@2eb8f078b68454b53e83a62b4a6422c0f7aae6b3 needs: [get_asdf_version, get_commit_id] with: asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}