Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs-impact-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading