Skip to content

chore(deps): bump slackapi/slack-github-action from 3.0.2 to 3.0.3#3096

Merged
neubig merged 1 commit into
mainfrom
dependabot/github_actions/slackapi/slack-github-action-3.0.3
May 8, 2026
Merged

chore(deps): bump slackapi/slack-github-action from 3.0.2 to 3.0.3#3096
neubig merged 1 commit into
mainfrom
dependabot/github_actions/slackapi/slack-github-action-3.0.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 7, 2026

Copy link
Copy Markdown
Contributor

Bumps slackapi/slack-github-action from 3.0.2 to 3.0.3.

Release notes

Sourced from slackapi/slack-github-action's releases.

Slack GitHub Action v3.0.3

Patch Changes

  • 66834e4: feat: add instrumentation to address error rates
Changelog

Sourced from slackapi/slack-github-action's changelog.

3.0.3

Patch Changes

  • 66834e4: feat: add instrumentation to address error rates
Commits
  • 45a88b9 chore: release
  • 1c0bcf0 chore: release (#606)
  • 66834e4 feat: add instrumentation to address error rates (#600)
  • 0fe0f90 build(deps): bump @​actions/github from 9.0.0 to 9.1.1 (#605)
  • c5e7059 build(deps): bump @​slack/web-api from 7.15.0 to 7.15.1 (#604)
  • 0325526 build(deps-dev): bump @​biomejs/biome from 2.4.10 to 2.4.13 (#601)
  • 900cd3e build(deps-dev): bump @​types/node from 24.12.0 to 24.12.2 (#603)
  • 53fdcff build(deps): bump @​actions/core from 3.0.0 to 3.0.1 (#602)
  • 26856cc build(deps): bump slackapi/slack-github-action from 3.0.1 to 3.0.2 (#596)
  • feba1e2 ci: skip publish step if no release is needed (#599)
  • Additional commits viewable in compare view


Agent Server images for this PR

GHCR package: https://github.com/OpenHands/agent-sdk/pkgs/container/agent-server

Variants & Base Images

Variant Architectures Base Image Docs / Tags
java amd64, arm64 eclipse-temurin:17-jdk Link
python amd64, arm64 nikolaik/python-nodejs:python3.13-nodejs22-slim Link
golang amd64, arm64 golang:1.21-bookworm Link

Pull (multi-arch manifest)

# Each variant is a multi-arch manifest supporting both amd64 and arm64
docker pull ghcr.io/openhands/agent-server:07dee16-python

Run

docker run -it --rm \
  -p 8000:8000 \
  --name agent-server-07dee16-python \
  ghcr.io/openhands/agent-server:07dee16-python

All tags pushed for this build

ghcr.io/openhands/agent-server:07dee16-golang-amd64
ghcr.io/openhands/agent-server:07dee16-golang_tag_1.21-bookworm-amd64
ghcr.io/openhands/agent-server:07dee16-golang-arm64
ghcr.io/openhands/agent-server:07dee16-golang_tag_1.21-bookworm-arm64
ghcr.io/openhands/agent-server:07dee16-java-amd64
ghcr.io/openhands/agent-server:07dee16-eclipse-temurin_tag_17-jdk-amd64
ghcr.io/openhands/agent-server:07dee16-java-arm64
ghcr.io/openhands/agent-server:07dee16-eclipse-temurin_tag_17-jdk-arm64
ghcr.io/openhands/agent-server:07dee16-python-amd64
ghcr.io/openhands/agent-server:07dee16-nikolaik_s_python-nodejs_tag_python3.13-nodejs22-slim-amd64
ghcr.io/openhands/agent-server:07dee16-python-arm64
ghcr.io/openhands/agent-server:07dee16-nikolaik_s_python-nodejs_tag_python3.13-nodejs22-slim-arm64
ghcr.io/openhands/agent-server:07dee16-golang
ghcr.io/openhands/agent-server:07dee16-java
ghcr.io/openhands/agent-server:07dee16-python

About Multi-Architecture Support

  • Each variant tag (e.g., 07dee16-python) is a multi-arch manifest supporting both amd64 and arm64
  • Docker automatically pulls the correct architecture for your platform
  • Individual architecture tags (e.g., 07dee16-python-amd64) are also available if needed

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 7, 2026
@github-actions

github-actions Bot commented May 7, 2026

Copy link
Copy Markdown
Contributor

Python API breakage checks — ✅ PASSED

Result:PASSED

Action log

@github-actions

github-actions Bot commented May 7, 2026

Copy link
Copy Markdown
Contributor

REST API breakage checks (OpenAPI) — ✅ PASSED

Result:PASSED

Action log

Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/slackapi/slack-github-action/releases)
- [Changelog](https://github.com/slackapi/slack-github-action/blob/main/CHANGELOG.md)
- [Commits](slackapi/slack-github-action@v3.0.2...v3.0.3)

---
updated-dependencies:
- dependency-name: slackapi/slack-github-action
  dependency-version: 3.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/slackapi/slack-github-action-3.0.3 branch from 341c0e0 to 07dee16 Compare May 7, 2026 15:41

@neubig neubig left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Approved dependency patch update after checking that CI is green and the diff is limited to a single workflow version bump.

This review was created by an AI agent (OpenHands) on behalf of the user.

@neubig neubig merged commit 7909788 into main May 8, 2026
33 checks passed
@neubig neubig deleted the dependabot/github_actions/slackapi/slack-github-action-3.0.3 branch May 8, 2026 20:18
StressTestor pushed a commit to StressTestor/software-agent-sdk that referenced this pull request Jun 1, 2026
…penHands#3096)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant