Skip to content

Commit 19d63ab

Browse files
Upgrade: [dependabot] - bump NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml
Bumps [NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml](https://github.com/nhsdigital/eps-common-workflows) from 5.2.4 to 5.2.5. - [Release notes](https://github.com/nhsdigital/eps-common-workflows/releases) - [Changelog](https://github.com/NHSDigital/eps-common-workflows/blob/main/release.config.cjs) - [Commits](NHSDigital/eps-common-workflows@41dfe9f...0bffe7d) --- updated-dependencies: - dependency-name: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml dependency-version: 5.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 49acec3 commit 19d63ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
2828
2929
quality_checks:
30-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@41dfe9fa65fbfcdc170b72b32b6f54c14c5d8fbe
30+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@0bffe7daa48a5f12a0f8aae8fecfac7c6f75fbb4
3131
needs: [get_asdf_version]
3232
with:
3333
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
3434
3535
quality_checks:
36-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@41dfe9fa65fbfcdc170b72b32b6f54c14c5d8fbe
36+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@0bffe7daa48a5f12a0f8aae8fecfac7c6f75fbb4
3737
needs: [get_asdf_version]
3838
with:
3939
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
2727
2828
quality_checks:
29-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@41dfe9fa65fbfcdc170b72b32b6f54c14c5d8fbe
29+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@0bffe7daa48a5f12a0f8aae8fecfac7c6f75fbb4
3030
needs: [get_asdf_version]
3131
with:
3232
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}

0 commit comments

Comments
 (0)