Skip to content

Commit c43441a

Browse files
Upgrade: [dependabot] - bump NHSDigital/eps-workflow-quality-checks
Bumps [NHSDigital/eps-workflow-quality-checks](https://github.com/nhsdigital/eps-workflow-quality-checks) from 3.0.0 to 4.0.3. - [Release notes](https://github.com/nhsdigital/eps-workflow-quality-checks/releases) - [Changelog](https://github.com/NHSDigital/eps-workflow-quality-checks/blob/main/release.config.js) - [Commits](NHSDigital/eps-workflow-quality-checks@v3.0.0...v4.0.3) --- updated-dependencies: - dependency-name: NHSDigital/eps-workflow-quality-checks dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0960af1 commit c43441a

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
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
quality_checks:
9-
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@v3.0.0
9+
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@v4.0.3
1010
secrets:
1111
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1212

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
quality_checks:
9-
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@v3.0.0
9+
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@v4.0.3
1010
secrets:
1111
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1212

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
quality_checks:
10-
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@v3.0.0
10+
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@v4.0.3
1111
secrets:
1212
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1313

0 commit comments

Comments
 (0)