From 931289f897d2b694626b5785abcd0e197421ba7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 11:56:50 +0000 Subject: [PATCH] Bump skitionek/notify-microsoft-teams from 1.0.9 to 1.3.0 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](https://github.com/skitionek/notify-microsoft-teams/compare/11e40c38c3a629ae65a985b582eca4897b01e79e...216b8b28967e7e89b0b64b81dc94aeae90e642ab) --- 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] --- .github/workflows/python-integration-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-integration-tests.yml b/.github/workflows/python-integration-tests.yml index ab020ceade53..a29dd60f5d49 100644 --- a/.github/workflows/python-integration-tests.yml +++ b/.github/workflows/python-integration-tests.yml @@ -546,7 +546,7 @@ jobs: script: core.setFailed('Integration Tests Cancelled!') - name: Microsoft Teams Notification - uses: skitionek/notify-microsoft-teams@11e40c38c3a629ae65a985b582eca4897b01e79e # v1.0.9 + uses: skitionek/notify-microsoft-teams@216b8b28967e7e89b0b64b81dc94aeae90e642ab # v1.3.0 if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request' with: webhook_url: ${{ secrets.MSTEAMS_WEBHOOK }} @@ -556,7 +556,7 @@ jobs: title: "{title: ` ${{ env.run_type }}: ${{ env.date }} `, text: ` ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}`}" - name: Microsoft Teams Notification (Dry Run) - uses: skitionek/notify-microsoft-teams@11e40c38c3a629ae65a985b582eca4897b01e79e # v1.0.9 + uses: skitionek/notify-microsoft-teams@216b8b28967e7e89b0b64b81dc94aeae90e642ab # v1.3.0 if: github.ref != 'refs/heads/main' with: webhook_url: NONE