[deps] DevOps: Update gh minor #11064
Merged
+24
−24
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.
This PR contains the following updates:
v1.10.4
->v1.11.0
v4.0.3
->v4.0.4
2.0.33
->2.0.34
v11.7.1
->v11.10.3
v3.26.6
->v3.26.8
v1.25.0
->v1.27.0
Release Notes
actions/create-github-app-token (actions/create-github-app-token)
v1.11.0
Compare Source
What's Changed
Features
New Contributors
Full Changelog: actions/create-github-app-token@v1.10.4...v1.11.0
actions/setup-node (actions/setup-node)
v4.0.4
Compare Source
checkmarx/ast-github-action (checkmarx/ast-github-action)
v2.0.34
Compare Source
What's Changed
Other Changes
Full Changelog: Checkmarx/ast-github-action@2.0.33...2.0.34
chromaui/action (chromaui/action)
v11.10.3
Compare Source
v11.10.2
Compare Source
v11.10.1
Compare Source
v11.10.0
Compare Source
v11.9.0
Compare Source
v11.8.0
Compare Source
github/codeql-action (github/codeql-action)
v3.26.8
Compare Source
v3.26.7
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
v1.26.0
: Slack Send V1.26.0Compare Source
What's Changed
This release provides an escape hatch for sending the JSON content of a payload file exactly as is, without replacing any templated variables!
Previously a payload file was parsed and templated variables were replaced with values from
github.context
andgithub.env
. Any undefined variables were replaced with???
in this process, which might have caused questions.That remains the default behavior, but now the JSON contents of a payload file can be sent exactly as written by setting the
payload-file-path-parsed
input tofalse
:With this change, the contents of the example
payload-slack-content.json
will be sent to a webhook URL exactly as is!Recent commits
Enhancements
Documentation
Maintenance
Dependencies
New Contributors
Full Changelog: slackapi/slack-github-action@v1.25.0...v1.26.0
Configuration
📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.