- Notifications
You must be signed in to change notification settings - Fork715
chore(deps): bump peter-evans/repository-dispatch from 3 to 4#8738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
chore(deps): bump peter-evans/repository-dispatch from 3 to 4#8738
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Greptile Overview
Summary
This PR upgrades the `peter-evans/repository-dispatch` GitHub Action from version 3 to version 4 in the enterprise build workflow. The change is a single line update in `.github/workflows/dispatch-event-enterprise.yml` that maintains all existing functionality while bringing the action up to date with the latest improvements.Thedispatch-event-enterprise.yml workflow is part of OpenObserve's CI/CD infrastructure that facilitates enterprise builds. When a pull request is created (and it's not from a fork), this workflow generates a GitHub App token, extracts commit information, and dispatches an event to theopenobserve/o2-enterprise repository to trigger enterprise-specific build processes. The workflow ensures that enterprise builds are initiated automatically with proper authentication and commit tracking.
The updated action version brings Node 24 support and various dependency updates, but maintains full API compatibility. The workflow's core functionality - generating tokens, setting commit SHAs, and dispatching repository events with client payload data - remains completely unchanged. This is a routine maintenance update that keeps the infrastructure current with the latest action improvements.
Important Files Changed
Changed Files
| Filename | Score | Overview |
|---|---|---|
.github/workflows/dispatch-event-enterprise.yml | 5/5 | Updated peter-evans/repository-dispatch from v3 to v4 with no functional changes |
Confidence score: 5/5
- This PR is safe to merge with minimal risk
- Score reflects a routine dependency update with full backward compatibility and no breaking changes
- No files require special attention
Sequence Diagram
sequenceDiagram participant User participant "GitHub PR" as PR participant "GitHub Actions" as GA participant "GitHub App" as App participant "Enterprise Repo" as Enterprise User->>PR: "Create pull request" PR->>GA: "Trigger workflow (pull_request event)" GA->>GA: "Check if PR is not from fork" GA->>App: "Generate GitHub App token" App->>GA: "Return installation access token" GA->>GA: "Extract short commit SHA (first 7 chars)" GA->>GA: "Set environment variables" GA->>Enterprise: "Dispatch repository event (initiate-enterprise-build)" Note over Enterprise: Event includes branch name,<br/>commit ID, and repo info1 file reviewed, no comments
d33c437 to1cdf0d8CompareBumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) from 3 to 4.- [Release notes](https://github.com/peter-evans/repository-dispatch/releases)- [Commits](peter-evans/repository-dispatch@v3...v4)---updated-dependencies:- dependency-name: peter-evans/repository-dispatch dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
1cdf0d8 tof1945bfComparea1f827d intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Bumpspeter-evans/repository-dispatch from 3 to 4.
Release notes
Sourced frompeter-evans/repository-dispatch's releases.
... (truncated)
Commits
5fc4efddocs: update readmea628c95feat: v4 (#427)de78ac1build(deps-dev): bump@vercel/nccfrom 0.38.3 to 0.38.4 (#425)f49fa7fbuild(deps-dev): bump@types/nodefrom 18.19.124 to 18.19.127 (#426)7279ea0build(deps): bump actions/setup-node from 4 to 5 (#424)9658fcebuild(deps-dev): bump@types/nodefrom 18.19.123 to 18.19.124 (#423)0ee9de0build(deps-dev): bump@types/nodefrom 18.19.121 to 18.19.123 (#422)e9bb007build(deps): bump actions/checkout from 4 to 5 (#421)0e731dcbuild(deps-dev): bump eslint-plugin-prettier from 5.5.3 to 5.5.4 (#420)62b4729build(deps): bump actions/download-artifact from 4 to 5 (#419)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)