dependabot[bot] opened a new pull request, #2015: URL: https://github.com/apache/incubator-kie-kogito-apps/pull/2015
Bumps [zulip/github-actions-zulip](https://github.com/zulip/github-actions-zulip) from b62d5a0e48a4d984ea4fce5dd65ba691963d4db4 to e4c8f27c732ba9bd98ac6be0583096dea82feea5. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/zulip/github-actions-zulip/blob/main/CHANGELOG.md">zulip/github-actions-zulip's changelog</a>.</em></p> <blockquote> <h1>Zulip GitHub Action Changelog</h1> <h2>1.0.0 (2021-08-14)</h2> <p><strong>Breaking changes</strong></p> <p>⚠️ Please use <code>zulip/github-actions-zulip/send-message@v1</code> instead of <code>yuzutech/[email protected]</code>.<br /> If you were using <code>password</code> as authentification method, please get an API key through Zulip's web interface and use <code>api-key</code> instead. Finally, <code>username</code> field was renamed to <code>email</code> to be consistent with Zulip API naming.</p> <p><em>Before</em></p> <pre lang="yml"><code>- name: Send a stream message uses: yuzutech/[email protected] with: username: '[email protected]' api-key: 'abcd1234' organization-url: 'https://org.zulipchat.com' to: 'social' type: 'stream' topic: 'Castle' content: 'I come not, friends, to steal away your hearts.' </code></pre> <p><em>After</em></p> <pre lang="yml"><code>- name: Send a stream message uses: zulip/github-actions-zulip/send-message@v1 with: email: '[email protected]' api-key: 'abcd1234' organization-url: 'https://org.zulipchat.com' to: 'social' type: 'stream' topic: 'Castle' content: 'I come not, friends, to steal away your hearts.' </code></pre> <ul> <li>Align naming with Zulip API <ul> <li>Remove <code>password</code> as this authentification method is not recommended (the preferred auth method is via <code>api-key</code>)</li> <li>Rename <code>username</code> to <code>email</code> for consistency</li> </ul> </li> <li>Transfer the repository to the <code>@zulip</code> organization</li> <li>Move the "send message action" to a subdirectory</li> </ul> <p><strong>Improvements</strong></p> <ul> <li>Catch unexpected errors to provide better error messages</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zulip/github-actions-zulip/commit/e4c8f27c732ba9bd98ac6be0583096dea82feea5"><code>e4c8f27</code></a> Avoid deprecated ::set-output workflow command.</li> <li><a href="https://github.com/zulip/github-actions-zulip/commit/c02430809a95fb7574215a2f0dbab2c7c4a5fecf"><code>c024308</code></a> Upgrade dependencies.</li> <li><a href="https://github.com/zulip/github-actions-zulip/commit/674266ac234fdd8765f20d0253b24eabebe84d7f"><code>674266a</code></a> Rebuild with ‘npm run package’.</li> <li><a href="https://github.com/zulip/github-actions-zulip/commit/08b6fbd07f5834e5b930a85bc7740e9fd44ab2e7"><code>08b6fbd</code></a> deps: Upgrade from NodeJS v16 to v20</li> <li>See full diff in <a href="https://github.com/zulip/github-actions-zulip/compare/b62d5a0e48a4d984ea4fce5dd65ba691963d4db4...e4c8f27c732ba9bd98ac6be0583096dea82feea5">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
