Ayaz Salikhov
|
267fe05a8f
|
style: Run shfmt on workflows and actions (#3085)
|
2026-05-28 11:03:38 +01:00 |
|
Ayaz Salikhov
|
3112a3d214
|
ci: Fix how workflows behave in forks (#3074)
|
2026-05-14 17:59:33 +01:00 |
|
Ayaz Salikhov
|
5fe7c4407b
|
ci: Use XRPLF/create-issue (#3066)
|
2026-05-05 14:21:36 +01:00 |
|
dependabot[bot]
|
8a7c6b0aa4
|
ci: [DEPENDABOT] Bump actions/checkout from 6.0.1 to 6.0.2 (#2933)
|
2026-01-26 08:33:39 +00:00 |
|
Ayaz Salikhov
|
95712c22b1
|
ci: Use images/actions with new tools / conan / cmake (#2909)
|
2026-01-13 14:50:13 +00:00 |
|
Ayaz Salikhov
|
e733fadb45
|
ci: Pass version explicitly and don't rely on tags (#2904)
|
2026-01-12 17:31:09 +00:00 |
|
Ayaz Salikhov
|
f2c4275f61
|
ci: Put debian package to release (#2850)
|
2025-12-12 16:39:53 +00:00 |
|
dependabot[bot]
|
8a37a2e083
|
ci: [DEPENDABOT] Bump actions/checkout from 6.0.0 to 6.0.1 (#2837)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-08 10:51:32 +00:00 |
|
Ayaz Salikhov
|
80978657c0
|
ci: Update images to use latest Ninja (#2817)
|
2025-11-26 16:15:18 +00:00 |
|
dependabot[bot]
|
058c05cfb6
|
ci: [DEPENDABOT] Bump actions/checkout from 5.0.0 to 6.0.0 (#2806)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-11-24 09:59:28 +00:00 |
|
Alex Kremer
|
6ab92ca0a6
|
chore: Enable TSAN in CI (#2785)
|
2025-11-19 18:06:33 +00:00 |
|
Alex Kremer
|
c6308ce036
|
chore: Use ucontext with ASAN (#2774)
|
2025-11-13 16:10:10 +00:00 |
|
Ayaz Salikhov
|
59b7b249ff
|
ci: Specify bash as default shell in workflows (#2772)
|
2025-11-12 13:34:53 +00:00 |
|
Ayaz Salikhov
|
316126746b
|
ci: Remove backticks from release date (#2754)
|
2025-11-05 11:48:12 +00:00 |
|
Ayaz Salikhov
|
b485fdc18d
|
ci: Add date to nightly release title (#2748)
|
2025-11-03 17:16:29 +00:00 |
|
Ayaz Salikhov
|
7e4e12385f
|
ci: Update docker images (#2745)
|
2025-10-30 17:08:11 +00:00 |
|
Ayaz Salikhov
|
be6aaffa7a
|
ci: Fix nightly commits link (#2738)
|
2025-10-30 11:19:22 +00:00 |
|
Ayaz Salikhov
|
104ef6a9dc
|
ci: Release nightly with date (#2731)
|
2025-10-29 15:33:13 +00:00 |
|
dependabot[bot]
|
0425d34b55
|
ci: [DEPENDABOT] bump actions/checkout from 4.3.0 to 5.0.0 (#2724)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.0
to 5.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/checkout/releases">actions/checkout's
releases</a>.</em></p>
<blockquote>
<h2>v5.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update actions checkout to use node 24 by <a
href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2226">actions/checkout#2226</a></li>
<li>Prepare v5.0.0 release by <a
href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2238">actions/checkout#2238</a></li>
</ul>
<h2>⚠️ Minimum Compatible Runner Version</h2>
<p><strong>v2.327.1</strong><br />
<a
href="https://github.com/actions/runner/releases/tag/v2.327.1">Release
Notes</a></p>
<p>Make sure your runner is updated to this version or newer to use this
release.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/checkout/compare/v4...v5.0.0">https://github.com/actions/checkout/compare/v4...v5.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2>V5.0.0</h2>
<ul>
<li>Update actions checkout to use node 24 by <a
href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2226">actions/checkout#2226</a></li>
</ul>
<h2>V4.3.0</h2>
<ul>
<li>docs: update README.md by <a
href="https://github.com/motss"><code>@motss</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li>
<li>Add internal repos for checking out multiple repositories by <a
href="https://github.com/mouismail"><code>@mouismail</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li>
<li>Documentation update - add recommended permissions to Readme by <a
href="https://github.com/benwells"><code>@benwells</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li>
<li>Adjust positioning of user email note and permissions heading by <a
href="https://github.com/joshmgross"><code>@joshmgross</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2044">actions/checkout#2044</a></li>
<li>Update README.md by <a
href="https://github.com/nebuk89"><code>@nebuk89</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2194">actions/checkout#2194</a></li>
<li>Update CODEOWNERS for actions by <a
href="https://github.com/TingluoHuang"><code>@TingluoHuang</code></a>
in <a
href="https://redirect.github.com/actions/checkout/pull/2224">actions/checkout#2224</a></li>
<li>Update package dependencies by <a
href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li>
</ul>
<h2>v4.2.2</h2>
<ul>
<li><code>url-helper.ts</code> now leverages well-known environment
variables by <a href="https://github.com/jww3"><code>@jww3</code></a>
in <a
href="https://redirect.github.com/actions/checkout/pull/1941">actions/checkout#1941</a></li>
<li>Expand unit test coverage for <code>isGhes</code> by <a
href="https://github.com/jww3"><code>@jww3</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1946">actions/checkout#1946</a></li>
</ul>
<h2>v4.2.1</h2>
<ul>
<li>Check out other refs/* by commit if provided, fall back to ref by <a
href="https://github.com/orhantoy"><code>@orhantoy</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li>
</ul>
<h2>v4.2.0</h2>
<ul>
<li>Add Ref and Commit outputs by <a
href="https://github.com/lucacome"><code>@lucacome</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1180">actions/checkout#1180</a></li>
<li>Dependency updates by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>- <a
href="https://redirect.github.com/actions/checkout/pull/1777">actions/checkout#1777</a>,
<a
href="https://redirect.github.com/actions/checkout/pull/1872">actions/checkout#1872</a></li>
</ul>
<h2>v4.1.7</h2>
<ul>
<li>Bump the minor-npm-dependencies group across 1 directory with 4
updates by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li>
<li>Bump actions/checkout from 3 to 4 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li>
<li>Check out other refs/* by commit by <a
href="https://github.com/orhantoy"><code>@orhantoy</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li>
<li>Pin actions/checkout's own workflows to a known, good, stable
version. by <a href="https://github.com/jww3"><code>@jww3</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li>
</ul>
<h2>v4.1.6</h2>
<ul>
<li>Check platform to set archive extension appropriately by <a
href="https://github.com/cory-miller"><code>@cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1732">actions/checkout#1732</a></li>
</ul>
<h2>v4.1.5</h2>
<ul>
<li>Update NPM dependencies by <a
href="https://github.com/cory-miller"><code>@cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1703">actions/checkout#1703</a></li>
<li>Bump github/codeql-action from 2 to 3 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1694">actions/checkout#1694</a></li>
<li>Bump actions/setup-node from 1 to 4 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1696">actions/checkout#1696</a></li>
<li>Bump actions/upload-artifact from 2 to 4 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1695">actions/checkout#1695</a></li>
<li>README: Suggest <code>user.email</code> to be
<code>41898282+github-actions[bot]@users.noreply.github.com</code> by <a
href="https://github.com/cory-miller"><code>@cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1707">actions/checkout#1707</a></li>
</ul>
<h2>v4.1.4</h2>
<ul>
<li>Disable <code>extensions.worktreeConfig</code> when disabling
<code>sparse-checkout</code> by <a
href="https://github.com/jww3"><code>@jww3</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1692">actions/checkout#1692</a></li>
<li>Add dependabot config by <a
href="https://github.com/cory-miller"><code>@cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1688">actions/checkout#1688</a></li>
<li>Bump the minor-actions-dependencies group with 2 updates by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1693">actions/checkout#1693</a></li>
<li>Bump word-wrap from 1.2.3 to 1.2.5 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1643">actions/checkout#1643</a></li>
</ul>
<h2>v4.1.3</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="08c6903cd8"><code>08c6903</code></a>
Prepare v5.0.0 release (<a
href="https://redirect.github.com/actions/checkout/issues/2238">#2238</a>)</li>
<li><a
href="9f265659d3"><code>9f26565</code></a>
Update actions checkout to use node 24 (<a
href="https://redirect.github.com/actions/checkout/issues/2226">#2226</a>)</li>
<li>See full diff in <a
href="08eba0b27e...08c6903cd8">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
|
2025-10-28 16:44:09 +00:00 |
|
Ayaz Salikhov
|
0b19a42a96
|
ci: Pin all GitHub actions (#2712)
|
2025-10-22 16:17:15 +01:00 |
|
Ayaz Salikhov
|
2528dee6b6
|
chore: Use pre-commit image with libatomic (#2698)
|
2025-10-16 13:03:52 +01:00 |
|
Ayaz Salikhov
|
33802f475f
|
docs: Build docs using doxygen 1.14.0 (#2681)
|
2025-10-07 18:48:19 +01:00 |
|
Ayaz Salikhov
|
a189eeb952
|
ci: Use separate pre-commit image (#2678)
|
2025-10-07 16:01:46 +01:00 |
|
Ayaz Salikhov
|
1da8464d75
|
style: Rename actions to use dash (#2669)
|
2025-10-06 16:19:27 +01:00 |
|
Ayaz Salikhov
|
67f5ca445f
|
style: Rename workflows to use dash and show reusable (#2667)
|
2025-10-06 15:02:17 +01:00 |
|
Ayaz Salikhov
|
e92a63f4e5
|
ci: Make separate download/upload options for ccache (#2637)
|
2025-09-18 13:46:34 +01:00 |
|
Ayaz Salikhov
|
1adbed7913
|
ci: Use image with new remote name and newer Conan (#2539)
|
2025-09-05 16:28:07 +01:00 |
|
Ayaz Salikhov
|
3df28f42ec
|
ci: Use image with Python 3.13 (#2495)
|
2025-09-01 16:58:52 +01:00 |
|
Michael Legleux
|
e6abdda0a7
|
ci: Update build image (#2453)
|
2025-08-19 00:52:09 +01:00 |
|
Ayaz Salikhov
|
8b1cab46e7
|
ci: "Revert ci: [DEPENDABOT] bump actions/checkout from 4 to 5" (#2446)
|
2025-08-18 11:49:05 +01:00 |
|
dependabot[bot]
|
e05505aa4f
|
ci: [DEPENDABOT] bump actions/checkout from 4 to 5 (#2443)
|
2025-08-18 09:56:05 +01:00 |
|
Ayaz Salikhov
|
7558348d14
|
ci: Use image with GDB (#2430)
|
2025-08-13 18:54:53 +01:00 |
|
Ayaz Salikhov
|
312e7be2b4
|
ci: Use GCC 15.2 (#2428)
|
2025-08-13 11:43:53 +01:00 |
|
Ayaz Salikhov
|
a9cf781ca5
|
ci: Use an image with CMake 4 in CI (#2388)
|
2025-08-04 15:52:36 +01:00 |
|
Ayaz Salikhov
|
ad5f0642ba
|
ci: Use image with artifactory DNS name (#2364)
|
2025-07-25 15:24:51 +01:00 |
|
Ayaz Salikhov
|
d6fec5b5ff
|
chore: Improve RC release notes (#2361)
|
2025-07-24 17:01:20 +01:00 |
|
Ayaz Salikhov
|
3f0f20a542
|
ci: Pin docker image to commit hash (#2354)
|
2025-07-22 13:38:27 +01:00 |
|
Ayaz Salikhov
|
1825ea701f
|
fix: Mark tags with dash as prerelease (#2319)
|
2025-07-10 14:16:03 +01:00 |
|
Ayaz Salikhov
|
97956b1718
|
feat: Build macos dependencies with sanitizers (#2240)
|
2025-06-18 18:20:26 +01:00 |
|
Ayaz Salikhov
|
6e0d7a0fac
|
feat: Pass sanitizer as part of conan_profile (#2189)
I noticed we don't need `sanitizer` value anymore, so removed it.
|
2025-06-10 16:04:00 +01:00 |
|
Ayaz Salikhov
|
2bf582839e
|
feat: Add ubsan build to nightly release (#2190)
|
2025-06-06 17:11:48 +01:00 |
|
Ayaz Salikhov
|
4994f9db92
|
fix: Analyze build time on clang as well (#2195)
|
2025-06-06 14:01:37 +01:00 |
|
Ayaz Salikhov
|
03070d7582
|
feat: Create releases in CI (#2168)
Fix: https://github.com/XRPLF/clio/issues/1779
|
2025-06-04 16:25:03 +01:00 |
|
Ayaz Salikhov
|
09409fc05d
|
ci: Add missing workflow dependencies (#2155)
Was discovered in https://github.com/XRPLF/clio/pull/2150, better to be
fixed separately, as I'm not sure it'll be merged.
|
2025-05-28 12:58:37 +01:00 |
|
Ayaz Salikhov
|
27ff532473
|
ci: Explicitly specify workflow dependencies (#2110)
|
2025-05-14 15:21:08 +01:00 |
|
Ayaz Salikhov
|
81f4386770
|
ci: Run integration tests on macOS (#2080)
Fix: https://github.com/XRPLF/clio/issues/1400
|
2025-05-07 18:31:54 +01:00 |
|
Ayaz Salikhov
|
5d2c2a8bfc
|
ci: Move clang build analyzer to nightly (#2074)
|
2025-05-02 13:50:02 +01:00 |
|
Ayaz Salikhov
|
7fd51d8a60
|
ci: Refactor how we run code coverage (#2065)
Fix: https://github.com/XRPLF/clio/issues/2061
|
2025-05-01 16:44:37 +01:00 |
|
Ayaz Salikhov
|
b2a1b34ae6
|
style: Improve actions and workflows style (#2060)
|
2025-04-30 11:55:27 +01:00 |
|
Ayaz Salikhov
|
f2f342f7c2
|
ci: Specify concurrency for github workflows (#2059)
|
2025-04-30 11:45:56 +01:00 |
|