Skip to content

Bump skitionek/notify-microsoft-teams from 1.0.9 to 1.3.0 - #14230

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/skitionek/notify-microsoft-teams-1.3.0
Open

Bump skitionek/notify-microsoft-teams from 1.0.9 to 1.3.0#14230
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/skitionek/notify-microsoft-teams-1.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor

Bumps skitionek/notify-microsoft-teams from 1.0.9 to 1.3.0.

Release notes

Sourced from skitionek/notify-microsoft-teams's releases.

v1.3.0

1.3.0 (2026-07-27)

Features

  • add retry mechanism for Microsoft Teams notifications and update documentation (#199) (216b8b2)

v1.2.0

1.2.0 (2026-07-27)

Bug Fixes

  • autofix pipeline (627cc06)
  • ci: add cspell config and fix JSON trailing comma (3e2577a)
  • ci: fix actionlint, yamllint, and configure megalinter (172f8e9)
  • ci: fix dist, workflow actions, and linter config (4e8a1f5)
  • ci: fix v8r schema errors, jscpd, and cspell missing words (036a1f8)
  • ci: make devskim/kingfisher non-blocking and rebuild dist with fast-xml-parser@5.7.2 (e5772ef)
  • resolve MegaLinter errors, rebuild dist, and automate CI fixes (#160) (68825c8), closes #161
  • workflow name for clarity (96f8e0d)

Features

  • add actions input to override default notification action buttons (#148) (fe8fefd)

Reverts

  • dist: restore dist/index.js to pre-PR state (f675975)

v1.1.0

1.1.0 (2026-02-19)

Bug Fixes

  • response status check - use && instead of || to avoid always-true condition (c463ec9)

Features

Commits
  • 216b8b2 feat: add retry mechanism for Microsoft Teams notifications and update docume...
  • 96f8e0d fix: workflow name for clarity
  • dc5e0fb ci: simplify semantic-release setup to prevent conflicts with branch protecti...
  • ffb09c6 ci: bump github/codeql-action/init from 4.37.2 to 4.37.3 (#195)
  • 0344b6f ci: bump github/codeql-action/analyze from 4.37.2 to 4.37.3 (#196)
  • 2982c26 ci: bump github/codeql-action/upload-sarif from 4.37.2 to 4.37.3 (#197)
  • f9790ea ci: bump github/codeql-action/init from 4.37.0 to 4.37.2 (#192)
  • 6e30254 ci: bump github/codeql-action/analyze from 4.37.0 to 4.37.2 (#193)
  • 1e48f9d ci: bump github/codeql-action/upload-sarif from 4.37.1 to 4.37.2 (#194)
  • 339166d ci: bump github/codeql-action/upload-sarif from 4.37.0 to 4.37.1 (#189)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [skitionek/notify-microsoft-teams](https://github.com/skitionek/notify-microsoft-teams) from 1.0.9 to 1.3.0.
- [Release notes](https://github.com/skitionek/notify-microsoft-teams/releases)
- [Commits](Skitionek/notify-microsoft-teams@v1.0.9...v1.3.0)

---
updated-dependencies:
- dependency-name: skitionek/notify-microsoft-teams
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file. Used by Dependabot. github_actions Pull requests that update GitHub Actions code labels Jul 28, 2026
Copilot AI review requested due to automatic review settings July 28, 2026 22:12
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file. Used by Dependabot. github_actions Pull requests that update GitHub Actions code labels Jul 28, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.

Updates the GitHub Actions workflow to use a newer version of the Microsoft Teams notification action.

Changes:

  • Bumped skitionek/notify-microsoft-teams from v1.0.9 to v1.3.0 for main-branch notifications
  • Bumped skitionek/notify-microsoft-teams from v1.0.9 to v1.3.0 for dry-run notifications

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 548 to 552
- name: Microsoft Teams Notification
uses: skitionek/notify-microsoft-teams@v1.0.9
uses: skitionek/notify-microsoft-teams@v1.3.0
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
with:
webhook_url: ${{ secrets.MSTEAMS_WEBHOOK }}

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated Code Review

Reviewers: 5 | Confidence: 94% | Result: All clear

Reviewed: Correctness, Security Reliability, Test Coverage, Failure Modes, Design Approach


Automated review by dependabot[bot]'s agents

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file. Used by Dependabot. github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant