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
3 changes: 0 additions & 3 deletions docs/src/content/docs/guides/mcps.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ mcp-servers:

HTTP MCP servers must implement the MCP specification over HTTP. Configure authentication headers using the `headers` field:

```yaml wrap
Configure authentication headers for HTTP MCP servers using the `headers` field:

```yaml wrap
mcp-servers:
authenticated-api:
Expand Down
6 changes: 3 additions & 3 deletions pkg/workflow/data/action_pins.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@
"version": "v1.20.4",
"sha": "dff508cca8ce57162e7aa6c4769a4f97c2fed638"
},
"github/codeql-action/upload-sarif@v3.32.3": {
"github/codeql-action/upload-sarif@v3.32.4": {
"repo": "github/codeql-action/upload-sarif",
"version": "v3.32.3",
"sha": "17ec405481c24be464d4b2c5727a82f700ddb189"
"version": "v3.32.4",
"sha": "85b88275909735f5bc23196090e03d2eb148b3de"
Comment on lines +158 to +161
Copy link

Copilot AI Feb 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is titled/described as a docs-only fix, but it also updates the pinned version/SHA for github/codeql-action/upload-sarif here. If this pin bump is intentional, please mention it in the PR description (or split it into a separate PR) to avoid surprising reviewers and to keep release notes/changelogs accurate.

Copilot uses AI. Check for mistakes.
},
"github/stale-repos@v3.0.2": {
"repo": "github/stale-repos",
Expand Down