web-branch-deep-linking-attribution
web-branch-deep-linking-attribution copied to clipboard
build(deps): bump slackapi/slack-github-action from 1.24.0 to 1.26.0
Bumps slackapi/slack-github-action from 1.24.0 to 1.26.0.
Release notes
Sourced from slackapi/slack-github-action's releases.
Slack Send V1.26.0
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.contextandgithub.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-parsedinput tofalse:- name: Send custom JSON data to Slack workflow id: slack uses: slackapi/[email protected] with: payload-file-path: "./payload-slack-content.json" payload-file-path-parsed: false env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}With this change, the contents of the example
payload-slack-content.jsonwill be sent to a webhook URL exactly as is!Recent commits
Enhancements
- allow to use json file as is without replacing/parsing anything by
@talgendlerin slackapi/slack-github-action#299Documentation
- docs(readme): adjust whitespace in env assignment by
@paulo9mvin slackapi/slack-github-action#296Maintenance
- ci(test): collect environment secrets from a prepared staging environment by
@zimegin slackapi/slack-github-action#294- ci(test): share environment secrets with pull requests from forked prs by
@zimegin slackapi/slack-github-action#297Dependencies
- Bump eslint-plugin-jsdoc from 46.10.1 to 48.2.1 by
@dependabotin slackapi/slack-github-action#295- Bump eslint from 8.56.0 to 8.57.0 by
@dependabotin slackapi/slack-github-action#289- Bump mocha from 10.2.0 to 10.3.0 by
@dependabotin slackapi/slack-github-action#288- Bump https-proxy-agent from 7.0.2 to 7.0.4 by
@dependabotin slackapi/slack-github-action#290- Bump
@slack/web-apifrom 6.12.0 to 7.0.2 by@dependabotin slackapi/slack-github-action#287- Bump mocha from 10.3.0 to 10.4.0 by
@dependabotin slackapi/slack-github-action#300- Bump axios from 1.6.7 to 1.6.8 by
@dependabotin slackapi/slack-github-action#301- Bump eslint-plugin-jsdoc from 48.2.1 to 48.2.2 by
@dependabotin slackapi/slack-github-action#302New Contributors
... (truncated)
Commits
70cd7beAutomatic compilation53b162fchore(release): tag release v1.26.047d8e42feat: introduce an option to send payload file json without replacing variabl...d447374Bump eslint-plugin-jsdoc from 48.2.1 to 48.2.2 (#302)b638b31Bump axios from 1.6.7 to 1.6.8 (#301)c76311aBump mocha from 10.3.0 to 10.4.0 (#300)d4358d2docs(readme): adjust whitespace in env assignment (#296)cb3763eci(test): share environment secrets with pull requests from forked prs (#297)86bebf8Bump@slack/web-apifrom 6.12.0 to 7.0.2 (#287)efa31bfBump https-proxy-agent from 7.0.2 to 7.0.4 (#290)- Additional commits viewable in compare view
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)