From 220125c423e002f6a96e99415d10e29ce7271a81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 23:24:30 +0000 Subject: [PATCH] Bump nhs-england-tools/notify-msteams-action from 0.0.4 to 1.0.3 Bumps [nhs-england-tools/notify-msteams-action](https://github.com/nhs-england-tools/notify-msteams-action) from 0.0.4 to 1.0.3. - [Release notes](https://github.com/nhs-england-tools/notify-msteams-action/releases) - [Commits](https://github.com/nhs-england-tools/notify-msteams-action/compare/v0.0.4...v1.0.3) --- updated-dependencies: - dependency-name: nhs-england-tools/notify-msteams-action dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd-2-publish.yaml | 2 +- .github/workflows/stage-5-notification.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd-2-publish.yaml b/.github/workflows/cicd-2-publish.yaml index 7b42221..6f8064a 100644 --- a/.github/workflows/cicd-2-publish.yaml +++ b/.github/workflows/cicd-2-publish.yaml @@ -87,7 +87,7 @@ jobs: run: echo "secret_exist=${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL != '' }}" >> $GITHUB_OUTPUT - name: "Notify on publishing packages" if: steps.check.outputs.secret_exist == 'true' - uses: nhs-england-tools/notify-msteams-action@v1.0.0 + uses: nhs-england-tools/notify-msteams-action@v1.0.3 with: github-token: ${{ secrets.GITHUB_TOKEN }} teams-webhook-url: ${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL }} diff --git a/.github/workflows/stage-5-notification.yaml b/.github/workflows/stage-5-notification.yaml index 1b2ba9c..c99c8d2 100644 --- a/.github/workflows/stage-5-notification.yaml +++ b/.github/workflows/stage-5-notification.yaml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@master - name: Notify Teams - uses: nhs-england-tools/notify-msteams-action@fd3965d8d049c24506febfad3677ff233bf9a098 + uses: nhs-england-tools/notify-msteams-action@97c606778d1c59c0e6dc196ce97ad4d5d6c720be with: github-token: ${{ secrets.GITHUB_TOKEN }} teams-webhook-url: ${{ secrets.MSTEAMS_WEBHOOK }}