From 3710231e30895e9b95da3697880d08cd6f07fb0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 10:26:32 +0000 Subject: [PATCH] Bump the github-actions-updates group with 2 updates Bumps the github-actions-updates group with 2 updates: [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) and [mattermost/action-mattermost-notify](https://github.com/mattermost/action-mattermost-notify). Updates `anthropics/claude-code-action` from 1.0.107 to 1.0.111 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/567fe954a4527e81f132d87d1bdbcc94f7737434...fefa07e9c665b7320f08c3b525980457f22f58aa) Updates `mattermost/action-mattermost-notify` from d317daebed2a792679f68fd0248557a8d21d82b6 to ae31bb6f9e26a54336e79696f108a2c91cf55b4e - [Release notes](https://github.com/mattermost/action-mattermost-notify/releases) - [Commits](https://github.com/mattermost/action-mattermost-notify/compare/d317daebed2a792679f68fd0248557a8d21d82b6...ae31bb6f9e26a54336e79696f108a2c91cf55b4e) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.111 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-updates - dependency-name: mattermost/action-mattermost-notify dependency-version: ae31bb6f9e26a54336e79696f108a2c91cf55b4e dependency-type: direct:production dependency-group: github-actions-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/docs-impact-review.yml | 2 +- .github/workflows/release.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs-impact-review.yml b/.github/workflows/docs-impact-review.yml index 5f223d02fbc..3350c7bb9c7 100644 --- a/.github/workflows/docs-impact-review.yml +++ b/.github/workflows/docs-impact-review.yml @@ -46,7 +46,7 @@ jobs: - name: Analyze documentation impact id: docs-analysis if: ${{ env.HAS_ANTHROPIC_KEY == 'true' }} - uses: anthropics/claude-code-action@567fe954a4527e81f132d87d1bdbcc94f7737434 # v1.0.107 + uses: anthropics/claude-code-action@fefa07e9c665b7320f08c3b525980457f22f58aa # v1.0.111 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} allowed_bots: "cursor,claude" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 36333653f46..8068608607c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -27,7 +27,7 @@ jobs: run: echo "VERSION=$(jq -r .version package.json)" >> ${GITHUB_OUTPUT} - name: release/notify-channel - uses: mattermost/action-mattermost-notify@d317daebed2a792679f68fd0248557a8d21d82b6 + uses: mattermost/action-mattermost-notify@ae31bb6f9e26a54336e79696f108a2c91cf55b4e with: MATTERMOST_WEBHOOK_URL: ${{ secrets.MM_DESKTOP_RELEASE_WEBHOOK_URL }} MATTERMOST_USERNAME: MattermostRelease @@ -247,7 +247,7 @@ jobs: echo "EOF" >> "${GITHUB_OUTPUT}" - name: release/notify-channel - uses: mattermost/action-mattermost-notify@d317daebed2a792679f68fd0248557a8d21d82b6 + uses: mattermost/action-mattermost-notify@ae31bb6f9e26a54336e79696f108a2c91cf55b4e with: MATTERMOST_WEBHOOK_URL: ${{ secrets.MM_DESKTOP_RELEASE_WEBHOOK_URL }} MATTERMOST_USERNAME: MattermostRelease