Skip to content

Commit 0964471

Browse files
Upgrade: [dependabot] - bump NHSDigital/eps-workflow-semantic-release
Bumps [NHSDigital/eps-workflow-semantic-release](https://github.com/nhsdigital/eps-workflow-semantic-release) from 2.0.11 to 2.0.12. - [Release notes](https://github.com/nhsdigital/eps-workflow-semantic-release/releases) - [Changelog](https://github.com/NHSDigital/eps-workflow-semantic-release/blob/main/release.config.cjs) - [Commits](NHSDigital/eps-workflow-semantic-release@361957c...e041593) --- updated-dependencies: - dependency-name: NHSDigital/eps-workflow-semantic-release dependency-version: 2.0.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9512c84 commit 0964471

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
tag_release:
4848
needs: [quality_checks, get_commit_id, get_asdf_version]
49-
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@361957c147279f5f0f68b64fde9927833363d5f7
49+
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@e041593cc3efaee866360bc0da0d2e51a9b03e57
5050
with:
5151
dry_run: true
5252
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3636

3737
pr_title_format_check:
38-
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/pr_title_check.yml@361957c147279f5f0f68b64fde9927833363d5f7
38+
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/pr_title_check.yml@e041593cc3efaee866360bc0da0d2e51a9b03e57
3939

4040
get_issue_number:
4141
runs-on: ubuntu-22.04
@@ -65,7 +65,7 @@ jobs:
6565

6666
tag_release:
6767
needs: [get_asdf_version]
68-
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@361957c147279f5f0f68b64fde9927833363d5f7
68+
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@e041593cc3efaee866360bc0da0d2e51a9b03e57
6969
with:
7070
dry_run: true
7171
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
@@ -45,7 +45,7 @@ jobs:
4545
4646
tag_release:
4747
needs: [quality_checks, get_commit_id, get_asdf_version]
48-
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@361957c147279f5f0f68b64fde9927833363d5f7
48+
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@e041593cc3efaee866360bc0da0d2e51a9b03e57
4949
with:
5050
dry_run: false
5151
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}

0 commit comments

Comments
 (0)