Skip to content

Recompile workflows with precise version numbers after Sentry MCP server bump - #7278

Merged
pelikhan merged 2 commits into
dependabot/npm_and_yarn/dot-github/workflows/sentry/mcp-server-0.26.0from
copilot/sub-pr-7234
Dec 22, 2025
Merged

Recompile workflows with precise version numbers after Sentry MCP server bump#7278
pelikhan merged 2 commits into
dependabot/npm_and_yarn/dot-github/workflows/sentry/mcp-server-0.26.0from
copilot/sub-pr-7234

Conversation

CopilotAI commented Dec 22, 2025

Copy link
Copy Markdown
Contributor

The Dependabot bump of @sentry/mcp-server from 0.24.0 to 0.26.0 required recompiling workflow lock files to apply the newly implemented precise version number algorithm from #7260.

Changes

  • Updated actions-lock.json: Ran gh aw update to fetch latest compatible action versions

    • actions/github-script: v8 → v8.0.0
    • github/codeql-action/upload-sarif: v3 → v3.31.9
    • github/stale-repos: v3 → v3.0.2
    • haskell-actions/setup: v2.9.0 → v2.9.1
  • Recompiled workflow lock files: Applied precise version formatting to action references

Before:

uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5

After:

uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0

This ensures action version comments are maximally precise, improving auditability and making it immediately clear which patch version is pinned.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
CopilotAI changed the title [WIP] Update @sentry/mcp-server to version 0.26.0Recompile workflows with precise version numbers after Sentry MCP server bumpDec 22, 2025
CopilotAI requested a review from pelikhanDecember 22, 2025 15:42
@pelikhan
pelikhan marked this pull request as ready for review December 22, 2025 15:46
@pelikhan
pelikhan merged commit 0b19873 into dependabot/npm_and_yarn/dot-github/workflows/sentry/mcp-server-0.26.0Dec 22, 2025
@pelikhan
pelikhan deleted the copilot/sub-pr-7234 branch December 22, 2025 15:46
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@pelikhan