dependabot[bot] opened a new pull request, #2143: URL: https://github.com/apache/incubator-kie-kogito-examples/pull/2143
Bumps [zulip/github-actions-zulip](https://github.com/zulip/github-actions-zulip) from e71e15b429b0e79cc7b63e4e3dad0146443fab6f to d49c9ccdadd884e5b0caf7d4d3955d2bfe510273. <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/d49c9ccdadd884e5b0caf7d4d3955d2bfe510273"><code>d49c9cc</code></a> workflows: Restrict GitHub permissions.</li> <li><a href="https://github.com/zulip/github-actions-zulip/commit/0fd5840c4cdb8809406ebf9c1b3d7d55e0e00355"><code>0fd5840</code></a> workflows: Upgrade GitHub actions.</li> <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><a href="https://github.com/zulip/github-actions-zulip/commit/b62d5a0e48a4d984ea4fce5dd65ba691963d4db4"><code>b62d5a0</code></a> npm: Upgrade (mostly dev) dependencies.</li> <li><a href="https://github.com/zulip/github-actions-zulip/commit/99d973b6ba8601ea5438bc826e5747f87937bb1f"><code>99d973b</code></a> Bump json5 from 1.0.1 to 1.0.2</li> <li><a href="https://github.com/zulip/github-actions-zulip/commit/8dc7d252c539971df8b9154824716c5b508fdcc4"><code>8dc7d25</code></a> Bump <code>@typescript-eslint/eslint-plugin</code> from 5.47.1 to 5.48.0</li> <li><a href="https://github.com/zulip/github-actions-zulip/commit/4efbe5386b6ace9e649e467b5a20d970b9787421"><code>4efbe53</code></a> Bump <code>@typescript-eslint/parser</code> from 5.47.1 to 5.48.0</li> <li>Additional commits viewable in <a href="https://github.com/zulip/github-actions-zulip/compare/e71e15b429b0e79cc7b63e4e3dad0146443fab6f...d49c9ccdadd884e5b0caf7d4d3955d2bfe510273">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]
