Skip to content

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

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

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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@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

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@11e40c3...216b8b2)

---
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 force-pushed the dependabot/github_actions/skitionek/notify-microsoft-teams-1.3.0 branch from abc073c to 931289f Compare August 26, 2026 11:56
@moonbox3

Copy link
Copy Markdown
Collaborator

Superseded by #14385

@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/github_actions/skitionek/notify-microsoft-teams-1.3.0 branch September 7, 2026 10:08
pull Bot pushed a commit to Mu-L/semantic-kernel that referenced this pull request Sep 7, 2026
### Motivation and Context

Consolidates the currently open Dependabot updates into one reviewable
dependency PR while preserving each source update's intent across GitHub
Actions, .NET, Python, and JavaScript sample dependencies.

### Description

Updates pinned GitHub Actions, central NuGet package versions, Python
dependency constraints and uv lockfiles, and npm/Yarn lockfiles for the
affected samples. Overlapping lockfile updates were regenerated or
reconciled so that all compatible requested versions are retained
together on the latest `main`. The incompatible MCP 2.x and Python 3.10
`onnxruntime-genai` updates are excluded, the private-feed-only
`@humanfs/node` update is omitted, and the logging abstractions floor is
aligned with the updated Azure AI Projects dependency.

### Related Issue

Supersedes:
- microsoft#14177
- microsoft#14179
- microsoft#14180
- microsoft#14190
- microsoft#14209
- microsoft#14230
- microsoft#14233
- microsoft#14254
- microsoft#14257
- microsoft#14259
- microsoft#14260
- microsoft#14261
- microsoft#14271
- microsoft#14272
- microsoft#14273
- microsoft#14274
- microsoft#14276
- microsoft#14280
- microsoft#14282
- microsoft#14299
- microsoft#14300
- microsoft#14335
- microsoft#14337
- microsoft#14338
- microsoft#14339
- microsoft#14357
- microsoft#14358
- microsoft#14361
- microsoft#14365
- microsoft#14366
- microsoft#14367
- microsoft#14368
- microsoft#14369

### Contribution Checklist

- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: rogerbarreto <19890735+rogerbarreto@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: d3c2550f-f129-4660-9461-af1288241064
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.

2 participants