From f86c20f7d23bfe9994e0c52fbb6d8ab0c184c3f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 23:36:14 +0000 Subject: [PATCH] chore(dependencies): Bump the github-actions group with 4 updates Bumps the github-actions group with 4 updates: [health-informatics-uon/workflows/.github/workflows/pr-title.yml](https://github.com/health-informatics-uon/workflows), [health-informatics-uon/workflows/.github/workflows/semantic-release.yml](https://github.com/health-informatics-uon/workflows), [health-informatics-uon/workflows/.github/workflows/publish-container.yml](https://github.com/health-informatics-uon/workflows) and [health-informatics-uon/workflows/.github/workflows/semver-container.yml](https://github.com/health-informatics-uon/workflows). Updates `health-informatics-uon/workflows/.github/workflows/pr-title.yml` from 1.4.7 to 1.4.8 - [Release notes](https://github.com/health-informatics-uon/workflows/releases) - [Changelog](https://github.com/Health-Informatics-UoN/workflows/blob/main/release.config.js) - [Commits](https://github.com/health-informatics-uon/workflows/compare/516f21a9bacf0fff92a0d8b48f6a75fca85db0fc...fda3da5242ec6dec579c0fad23de9edf6d7a654a) Updates `health-informatics-uon/workflows/.github/workflows/semantic-release.yml` from 1.4.7 to 1.4.8 - [Release notes](https://github.com/health-informatics-uon/workflows/releases) - [Changelog](https://github.com/Health-Informatics-UoN/workflows/blob/main/release.config.js) - [Commits](https://github.com/health-informatics-uon/workflows/compare/1.4.7...1.4.8) Updates `health-informatics-uon/workflows/.github/workflows/publish-container.yml` from 1.4.7 to 1.4.8 - [Release notes](https://github.com/health-informatics-uon/workflows/releases) - [Changelog](https://github.com/Health-Informatics-UoN/workflows/blob/main/release.config.js) - [Commits](https://github.com/health-informatics-uon/workflows/compare/1.4.7...1.4.8) Updates `health-informatics-uon/workflows/.github/workflows/semver-container.yml` from 1.4.7 to 1.4.8 - [Release notes](https://github.com/health-informatics-uon/workflows/releases) - [Changelog](https://github.com/Health-Informatics-UoN/workflows/blob/main/release.config.js) - [Commits](https://github.com/health-informatics-uon/workflows/compare/1.4.7...1.4.8) --- updated-dependencies: - dependency-name: health-informatics-uon/workflows/.github/workflows/pr-title.yml dependency-version: 1.4.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: health-informatics-uon/workflows/.github/workflows/semantic-release.yml dependency-version: 1.4.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: health-informatics-uon/workflows/.github/workflows/publish-container.yml dependency-version: 1.4.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: health-informatics-uon/workflows/.github/workflows/semver-container.yml dependency-version: 1.4.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/check.pr-title.yaml | 2 +- .github/workflows/release.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check.pr-title.yaml b/.github/workflows/check.pr-title.yaml index 9752b03..7f2579b 100644 --- a/.github/workflows/check.pr-title.yaml +++ b/.github/workflows/check.pr-title.yaml @@ -10,6 +10,6 @@ on: jobs: main: - uses: health-informatics-uon/workflows/.github/workflows/pr-title.yml@516f21a9bacf0fff92a0d8b48f6a75fca85db0fc # v 1.4.7 + uses: health-informatics-uon/workflows/.github/workflows/pr-title.yml@fda3da5242ec6dec579c0fad23de9edf6d7a654a # v 1.4.8 permissions: pull-requests: read diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e381ddd..0532f7d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,13 +18,13 @@ on: jobs: release: - uses: health-informatics-uon/workflows/.github/workflows/semantic-release.yml@1.4.7 + uses: health-informatics-uon/workflows/.github/workflows/semantic-release.yml@1.4.8 with: node-version: "24" secrets: inherit publish-container: - uses: health-informatics-uon/workflows/.github/workflows/publish-container.yml@1.4.7 + uses: health-informatics-uon/workflows/.github/workflows/publish-container.yml@1.4.8 with: image-name: lettuce image-description: "Lettuce container image" @@ -35,7 +35,7 @@ jobs: secrets: inherit semver-container: - uses: health-informatics-uon/workflows/.github/workflows/semver-container.yml@1.4.7 + uses: health-informatics-uon/workflows/.github/workflows/semver-container.yml@1.4.8 needs: [release, publish-container] if: needs.release.outputs.release-created == 'true' with: