Skip to content
Open
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
4 changes: 1 addition & 3 deletions .github/workflows/build-cli-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@ jobs:
prerelease: ${{ github.event_name == 'workflow_dispatch' || contains(github.ref, 'alpha') || contains(github.ref, 'beta') || contains(github.ref, 'rc') }}
generate_release_notes: true
make_latest: ${{ github.event_name != 'workflow_dispatch' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

token: ${{ secrets.GITHUB_TOKEN }} # Migrated from env var
test-installation:
name: Test Installation
needs: build-binaries
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/claude-code-doc-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Run Claude Code Review
id: claude-review
uses: anthropics/claude-code-action@v1
uses: anthropics/claude-code-action@v1.0.55
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
track_progress: true # Forces tag mode with tracking comments
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Run Claude Code
id: claude
uses: anthropics/claude-code-action@v1
uses: anthropics/claude-code-action@v1.0.55
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Create Pull Request
if: steps.changes.outputs.has_changes == 'true'
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
with:
commit-message: 'docs: update toolkits and API data'
title: 'docs: Update toolkits and API data'
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/docs.changelog-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ jobs:

- name: Send Slack Notification
if: steps.changed-files.outputs.has_changelog == 'true'
uses: slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
with:
payload: ${{ steps.extract-metadata.outputs.slack_payload }}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_CUSTOMER_COMMS_WEBHOOK_URL }}
webhook: ${{ secrets.SLACK_CUSTOMER_COMMS_WEBHOOK_URL }} # Migrated from env var
2 changes: 1 addition & 1 deletion .github/workflows/docs.changelog-to-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Claude suggests docs updates
if: steps.detect.outputs.found == 'true'
uses: anthropics/claude-code-action@v1
uses: anthropics/claude-code-action@v1.0.55
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
prompt: |
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/docs.health-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ jobs:

- name: Notify Slack
if: steps.check.outputs.has_failures == 'true'
uses: slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
with:
payload: ${{ steps.check.outputs.slack_payload }}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_POD_DX_WEBHOOK_URL }}
webhook: ${{ secrets.SLACK_POD_DX_WEBHOOK_URL }} # Migrated from env var
4 changes: 2 additions & 2 deletions .github/workflows/generate-sdk-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: pnpm --filter @composio/core generate:docs

- name: Create Pull Request
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
with:
commit-message: 'docs: auto-generate TypeScript SDK reference'
title: 'docs: Update TypeScript SDK reference'
Expand All @@ -52,7 +52,7 @@ jobs:
- run: cd python && uv run --with griffe python scripts/generate-docs.py

- name: Create Pull Request
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
with:
commit-message: 'docs: auto-generate Python SDK reference'
title: 'docs: Update Python SDK reference'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/py.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
uses: actions/checkout@v6

- name: Install UV
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7
with:
version: '0.8.19'

Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/ts.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,14 @@ jobs:
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- name: Create Release Pull Request & Publish packages
id: changesets
uses: changesets/action@v1
uses: changesets/action@v1.7.0
if: github.event_name != 'workflow_dispatch' # only run on master merges
env:
GITHUB_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
with:
publish: pnpm changeset:release
commit: 'Release: update version'
title: 'Release: update version'

github-token: ${{ secrets.CI_BOT_TOKEN }} # Migrated from env var
- name: Set Version Info
if: steps.changesets.outputs.published == 'true'
run: |
Expand All @@ -49,11 +48,10 @@ jobs:

- name: Send Slack Notification
if: steps.changesets.outputs.published == 'true'
uses: slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
with:
payload: |
{
"text": "🚀 New SDK version published!\n*Repository:* ${{ github.repository }}\n*Versions:*\n${{ env.SLACK_VERSIONS }}\n*Commit:* ${{ github.sha }}"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_RELEASE_WEBHOOK_URL }}
webhook: ${{ secrets.SLACK_RELEASE_WEBHOOK_URL }} # Migrated from env var
2 changes: 1 addition & 1 deletion .github/workflows/ts.test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: actions/checkout@v6

- name: Setup Deno
uses: denoland/setup-deno@v2
uses: denoland/setup-deno@v2.0.3
with:
deno-version: ${{ matrix.deno-version }}

Expand Down