From c118984d555a6f9c838e8604c098134ff3637bac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 16:56:11 +0000 Subject: [PATCH] Bump nhs-england-tools/notify-msteams-action from 1.0.2 to 1.0.5 Bumps [nhs-england-tools/notify-msteams-action](https://github.com/nhs-england-tools/notify-msteams-action) from 1.0.2 to 1.0.5. - [Release notes](https://github.com/nhs-england-tools/notify-msteams-action/releases) - [Changelog](https://github.com/nhs-england-tools/notify-msteams-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/nhs-england-tools/notify-msteams-action/compare/a2e3cbcfaeeab605f7d665e1ecff8c29bd8e190e...a9fbb9bb41ef7db9c74d4fdc893f12812094fecf) --- updated-dependencies: - dependency-name: nhs-england-tools/notify-msteams-action dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd-2-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd-2-publish.yaml b/.github/workflows/cicd-2-publish.yaml index 96fb913a..c5891ca2 100644 --- a/.github/workflows/cicd-2-publish.yaml +++ b/.github/workflows/cicd-2-publish.yaml @@ -96,7 +96,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@a2e3cbcfaeeab605f7d665e1ecff8c29bd8e190e + uses: nhs-england-tools/notify-msteams-action@a9fbb9bb41ef7db9c74d4fdc893f12812094fecf with: github-token: ${{ secrets.GITHUB_TOKEN }} teams-webhook-url: ${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL }}