-
Notifications
You must be signed in to change notification settings - Fork 9
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update github actions #190
base: develop
Are you sure you want to change the base?
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
5032925
to
117b78d
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
117b78d
to
c6846c2
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
c6846c2
to
46f143a
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
46f143a
to
25b8f06
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
25b8f06
to
f91798a
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
f91798a
to
3a49de6
Compare
This comment has been minimized.
This comment has been minimized.
@@ -11,7 +11,7 @@ on: | |||
jobs: | |||
|
|||
create-hotfix-pull-request: | |||
runs-on: ubuntu-22.04 | |||
runs-on: ubuntu-24.04 |
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.
⚠️ Aqua detected misconfiguration in your code
Misconfiguration ID: AVD-PIPELINE-0008
Check Name: Unrestricted dependency version
Severity: MEDIUM
Message: Dependency peter-evans/create-pull-request v7 version should be pinned to the commit sha
[This comment was created by Aqua Pipeline]
@@ -6,7 +6,7 @@ on: | |||
jobs: | |||
|
|||
create-release-pull-request: | |||
runs-on: ubuntu-22.04 | |||
runs-on: ubuntu-24.04 |
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.
⚠️ Aqua detected misconfiguration in your code
Misconfiguration ID: AVD-PIPELINE-0008
Check Name: Unrestricted dependency version
Severity: MEDIUM
Message: Dependency peter-evans/create-pull-request v7 version should be pinned to the commit sha
[This comment was created by Aqua Pipeline]
This comment has been minimized.
This comment has been minimized.
3a49de6
to
e463092
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
e463092
to
5151fb2
Compare
⏳E2E tests are currently running. |
Quality Gate passedIssues Measures |
❌ E2E tests have failed. |
This PR contains the following updates:
v1
->v2
v6
->v7
v1.26.0
->v1.27.0
22.04
->24.04
Release Notes
codex-/return-dispatch (codex-/return-dispatch)
v2
Compare Source
peter-evans/create-pull-request (peter-evans/create-pull-request)
v7
Compare Source
slackapi/slack-github-action (slackapi/slack-github-action)
v1.27.0
: Slack Send V1.27.0Compare Source
What's changed
This release introduces an optional
payload-delimiter
parameter for flattening nested objects with a customized delimiter before the payload is sent to Slack Workflow Builder when using workflow webhook triggers.Setting this value to an underscore (
_
) is recommended when using nested inputs within Workflow Builder to match expected input formats of Workflow Builder, but the actual value can be changed to something else! This "flattening" behavior did exist prior to this version, but used a period (.
) which is not valid for webook inputs in Workflow Builder.Flattening example
The resulting output of flattened objects is not always clear, but the following can hopefully serve as a quick reference as well as these specs when using
_
as the delimiter:Input:
Output:
Notice that
bananas_truthiness
is also stringified in this process, as part of updating values to match the expected inputs of Workflow Builder!Changes
In addition to the changes above, the following lists all of the changes since the prior version with the complete changelog changes found here: slackapi/slack-github-action@v1.26.0...v1.27.0
🎁 Enhancements
📚 Documentation
🔒 Security
🧪 Maintenance
📦 Dependencies
🎉 New contributors
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.