Open
Conversation
Contributor
|
✅ No conflicts with other open PRs targeting |
e35c12f to
f972582
Compare
f972582 to
f5ba3d0
Compare
f5ba3d0 to
0fc762c
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Risk Rating: MEDIUM
This PR updates the post-build publish workflow’s Slack notification jobs to ensure they can run the local composite action by checking out the repository at a specific ref provided via repository_dispatch payload.
Changes:
- Added
actions/checkoutsteps to each*-notifyjob before invoking./.github/actions/notify-slack-jobs-result. - Checks out the ref specified by
github.event.client_payload.chainlink_versionfor those notification jobs.
Targeted areas for scrupulous human review:
- All
*-notifyjobs’ permission model (workflow-levelpermissions: {}+ job-level permissions). - Security implications of executing a local composite action from an event-provided
refwhile passing secrets.
erikburt
approved these changes
May 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed repo checkout and tested in a hijacked job:

