From 3ea3c3654d9d0e2017f07e12c6a842580cac94aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 14:14:38 +0000 Subject: [PATCH 1/2] Bump slackapi/slack-github-action from 1.24.0 to 2.0.0 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.24.0 to 2.0.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](https://github.com/slackapi/slack-github-action/compare/v1.24.0...v2.0.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot-merger.yml | 2 +- .github/workflows/sync-readme-changelog.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot-merger.yml b/.github/workflows/dependabot-merger.yml index 43c5d836c..cb9a04abb 100644 --- a/.github/workflows/dependabot-merger.yml +++ b/.github/workflows/dependabot-merger.yml @@ -114,7 +114,7 @@ jobs: core.setOutput('pr_list', combinedPRsString); - name: Post to a Slack channel - uses: slackapi/slack-github-action@v1.24.0 + uses: slackapi/slack-github-action@v2.0.0 id: slack with: channel-id: "C03RTLRKJQP" diff --git a/.github/workflows/sync-readme-changelog.yml b/.github/workflows/sync-readme-changelog.yml index 6a97def6f..8a9d4dc4c 100644 --- a/.github/workflows/sync-readme-changelog.yml +++ b/.github/workflows/sync-readme-changelog.yml @@ -40,7 +40,7 @@ jobs: --data "$payload" - name: Announce New Release in Slack - uses: slackapi/slack-github-action@v1.24.0 + uses: slackapi/slack-github-action@v2.0.0 with: channel-id: "C063MQJMKJN" #sdk-releases payload: | From 1d371e3ff295f8efa1636e845c8ce470ee88af74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 14:14:40 +0000 Subject: [PATCH 2/2] Bump codecov/codecov-action from 3 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index b7eb8c880..9fbfc8962 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -42,6 +42,6 @@ jobs: name: test-results path: fastlane/test_output - name: Upload codecov results - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: files: ./fastlane/test_output/cobertura.xml