dependabot[bot]
ffca7f9de0
ci: [DEPENDABOT] bump docker/setup-qemu-action from 4.0.0 to 4.1.0 in /.github/actions/build-docker-image ( #3088 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-01 11:44:22 +01:00
Ayaz Salikhov
267fe05a8f
style: Run shfmt on workflows and actions ( #3085 )
2026-05-28 11:03:38 +01:00
dependabot[bot]
76043d607f
ci: [DEPENDABOT] bump docker/build-push-action from 7.1.0 to 7.2.0 in /.github/actions/build-docker-image ( #3083 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-26 11:33:12 +01:00
dependabot[bot]
8e7f07d1cf
ci: [DEPENDABOT] bump docker/login-action from 4.1.0 to 4.2.0 in /.github/actions/build-docker-image ( #3082 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-26 11:33:03 +01:00
dependabot[bot]
43c3732116
ci: [DEPENDABOT] bump docker/metadata-action from 6.0.0 to 6.1.0 in /.github/actions/build-docker-image ( #3081 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-26 11:32:52 +01:00
dependabot[bot]
13f65b6c3c
ci: [DEPENDABOT] bump docker/setup-buildx-action from 4.0.0 to 4.1.0 in /.github/actions/build-docker-image ( #3080 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-26 11:32:40 +01:00
Ayaz Salikhov
5fe7c4407b
ci: Use XRPLF/create-issue ( #3066 )
2026-05-05 14:21:36 +01:00
dependabot[bot]
016c82e26e
ci: [DEPENDABOT] Bump actions/upload-artifact from 7.0.0 to 7.0.1 in /.github/actions/code-coverage ( #3035 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-13 13:42:08 +01:00
dependabot[bot]
6c96b1d059
ci: [DEPENDABOT] Bump docker/build-push-action from 7.0.0 to 7.1.0 in /.github/actions/build-docker-image ( #3034 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-13 13:42:00 +01:00
dependabot[bot]
ecfaae3efd
ci: [DEPENDABOT] Bump docker/login-action from 4.0.0 to 4.1.0 in /.github/actions/build-docker-image ( #3025 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-06 11:29:10 +01:00
dependabot[bot]
f82196d9a2
ci: [DEPENDABOT] Bump docker/setup-qemu-action from 3.7.0 to 4.0.0 in /.github/actions/build-docker-image ( #2991 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-09 13:02:12 +00:00
dependabot[bot]
88e8118cce
ci: [DEPENDABOT] Bump docker/setup-buildx-action from 3.12.0 to 4.0.0 in /.github/actions/build-docker-image ( #2995 )
2026-03-09 09:27:56 +00:00
dependabot[bot]
7f34bebad1
ci: [DEPENDABOT] Bump docker/build-push-action from 6.18.0 to 7.0.0 in /.github/actions/build-docker-image ( #2994 )
2026-03-09 09:27:18 +00:00
dependabot[bot]
675046f9f2
ci: [DEPENDABOT] Bump docker/login-action from 3.7.0 to 4.0.0 in /.github/actions/build-docker-image ( #2993 )
2026-03-09 09:26:59 +00:00
dependabot[bot]
b3c70a2f35
ci: [DEPENDABOT] Bump docker/metadata-action from 5.10.0 to 6.0.0 in /.github/actions/build-docker-image ( #2992 )
2026-03-09 09:26:42 +00:00
dependabot[bot]
ef0a765e07
ci: [DEPENDABOT] Bump actions/upload-artifact from 6.0.0 to 7.0.0 in /.github/actions/code-coverage ( #2971 )
...
Bumps
[actions/upload-artifact](https://github.com/actions/upload-artifact )
from 6.0.0 to 7.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/upload-artifact/releases ">actions/upload-artifact's
releases</a>.</em></p>
<blockquote>
<h2>v7.0.0</h2>
<h2>v7 What's new</h2>
<h3>Direct Uploads</h3>
<p>Adds support for uploading single files directly (unzipped). Callers
can set the new <code>archive</code> parameter to <code>false</code> to
skip zipping the file during upload. Right now, we only support single
files. The action will fail if the glob passed resolves to multiple
files. The <code>name</code> parameter is also ignored with this
setting. Instead, the name of the artifact will be the name of the
uploaded file.</p>
<h3>ESM</h3>
<p>To support new versions of the <code>@actions/*</code> packages,
we've upgraded the package to ESM.</p>
<h2>What's Changed</h2>
<ul>
<li>Add proxy integration test by <a
href="https://github.com/Link "><code>@Link</code></a>- in <a
href="https://redirect.github.com/actions/upload-artifact/pull/754 ">actions/upload-artifact#754</a></li>
<li>Upgrade the module to ESM and bump dependencies by <a
href="https://github.com/danwkennedy "><code>@danwkennedy</code></a> in
<a
href="https://redirect.github.com/actions/upload-artifact/pull/762 ">actions/upload-artifact#762</a></li>
<li>Support direct file uploads by <a
href="https://github.com/danwkennedy "><code>@danwkennedy</code></a> in
<a
href="https://redirect.github.com/actions/upload-artifact/pull/764 ">actions/upload-artifact#764</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Link "><code>@Link</code></a>- made
their first contribution in <a
href="https://redirect.github.com/actions/upload-artifact/pull/754 ">actions/upload-artifact#754</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/upload-artifact/compare/v6...v7.0.0 ">https://github.com/actions/upload-artifact/compare/v6...v7.0.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="bbbca2ddaa "><code>bbbca2d</code></a>
Support direct file uploads (<a
href="https://redirect.github.com/actions/upload-artifact/issues/764 ">#764</a>)</li>
<li><a
href="589182c5a4 "><code>589182c</code></a>
Upgrade the module to ESM and bump dependencies (<a
href="https://redirect.github.com/actions/upload-artifact/issues/762 ">#762</a>)</li>
<li><a
href="47309c993a "><code>47309c9</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/upload-artifact/issues/754 ">#754</a>
from actions/Link-/add-proxy-integration-tests</li>
<li><a
href="02a8460834 "><code>02a8460</code></a>
Add proxy integration test</li>
<li>See full diff in <a
href="b7c566a772...bbbca2ddaa ">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 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>
2026-03-02 12:54:46 +01:00
dependabot[bot]
91aba853af
ci: [DEPENDABOT] Bump docker/login-action from 3.6.0 to 3.7.0 in /.github/actions/build-docker-image ( #2942 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-02 14:50:37 +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
c0c5c14791
chore: Fix branch name and commit SHA for GitHub PRs ( #2888 )
2026-01-09 12:33:32 +00:00
dependabot[bot]
4dece23ede
ci: [DEPENDABOT] Bump docker/setup-buildx-action from 3.11.1 to 3.12.0 in /.github/actions/build-docker-image ( #2872 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-22 11:52:04 +00:00
Bart
5269ea0223
ci: Remove unnecessary creation of build directory ( #2867 )
2025-12-18 15:15:00 +00:00
Ayaz Salikhov
4b731a92ae
ci: Update shared actions ( #2852 )
2025-12-16 20:54:48 +00:00
dependabot[bot]
db9a460867
ci: [DEPENDABOT] Bump actions/upload-artifact from 5.0.0 to 6.0.0 in /.github/actions/code-coverage ( #2858 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 12:36:09 +00:00
dependabot[bot]
92883bf012
ci: [DEPENDABOT] Bump docker/metadata-action from 5.9.0 to 5.10.0 in /.github/actions/build-docker-image ( #2826 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-07 18:42:34 +00:00
Ayaz Salikhov
56f074e6ee
ci: Use env vars instead of input in cache-key ( #2789 )
2025-11-17 17:54:37 +00:00
Ayaz Salikhov
3a4249dcc3
ci: Improve cache implementation ( #2780 )
2025-11-14 14:14:52 +00:00
Ayaz Salikhov
8742dcab3d
ci: Use env vars instead of input ( #2781 )
2025-11-14 11:48:14 +00:00
dependabot[bot]
224e835e7c
ci: [DEPENDABOT] bump docker/metadata-action from 5.8.0 to 5.9.0 in /.github/actions/build-docker-image ( #2762 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-10 14:42:05 +00:00
dependabot[bot]
138a2d3440
ci: [DEPENDABOT] bump docker/setup-qemu-action from 3.6.0 to 3.7.0 in /.github/actions/build-docker-image ( #2763 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-10 14:41:42 +00:00
Ayaz Salikhov
8c8a7ff3b8
ci: Use XRPLF/get-nproc ( #2727 )
2025-10-27 18:50:40 +00:00
dependabot[bot]
5e914abf29
ci: [DEPENDABOT] bump actions/upload-artifact from 4.6.2 to 5.0.0 in /.github/actions/code-coverage ( #2725 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-27 10:16:14 +00:00
Ayaz Salikhov
d0ec60381b
ci: Use intermediate environment variables for improved security ( #2713 )
2025-10-23 11:34:53 +01:00
Ayaz Salikhov
0b19a42a96
ci: Pin all GitHub actions ( #2712 )
2025-10-22 16:17:15 +01:00
Ayaz Salikhov
1da8464d75
style: Rename actions to use dash ( #2669 )
2025-10-06 16:19:27 +01:00
dependabot[bot]
fc9de87136
ci: [DEPENDABOT] bump docker/login-action from 3.5.0 to 3.6.0 in /.github/actions/build_docker_image ( #2663 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2025-10-06 15:16:06 +01:00
Ayaz Salikhov
56f4dc591c
chore: Remove all conan options and use purely CMake targets ( #2538 )
...
Closes: https://github.com/XRPLF/clio/pull/2535
2025-09-08 12:22:36 +01:00
Ayaz Salikhov
a62084a4f0
chore: Use mold when available without option ( #2521 )
2025-09-04 16:03:05 +01:00
Ayaz Salikhov
cf4d5d649a
chore: Use conan options to only control dependencies ( #2503 )
2025-09-04 13:58:59 +01:00
Ayaz Salikhov
10e15b524f
chore: Pass use_mold correctly to CMake ( #2498 )
2025-09-02 16:19:15 +01:00
Ayaz Salikhov
b26fcae690
ci: Use XRPLF/prepare_actions ( #2473 )
2025-08-27 15:49:31 +01:00
Ayaz Salikhov
c9c392679d
chore: Cleanup packages installed on macOS runner ( #2472 )
2025-08-22 18:15:34 +01:00
Michael Legleux
2d48de372b
feat: Generate Debian packages with CPack ( #2282 )
...
Builds the Linux packages with CPack.
Generate them by running Conan with `--options:host "&:package=True"
--options:host "&:static=True"` then after the build you can run `cpack
.` in the build directory.
@mathbunnyru Where do you think this should be built? QA needs a package
per-commit.
@godexsoft What to do with the `config.json` and service file. I can
just remove them or strip the comment out but it still won't work out
the box with the default `rippled.cfg`. Relates to #2191 .
---------
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2025-08-21 00:07:29 -07:00
Ayaz Salikhov
0a8470758d
ci: Fix docker CI in forks ( #2435 )
2025-08-14 17:52:10 +01:00
dependabot[bot]
c95d8f2f89
ci: [DEPENDABOT] Bump docker/login-action from 3.4.0 to 3.5.0 in /.github/actions/build_docker_image ( #2415 )
2025-08-11 10:26:48 +01:00
Ayaz Salikhov
4aa2ca94de
perf: Add benchmark for Logger ( #2407 )
2025-08-07 19:46:12 +01:00
Ayaz Salikhov
498232baf8
ci: Build benchmark code in CI ( #2404 )
2025-08-07 15:59:33 +01:00
Ayaz Salikhov
a446d85297
chore: Enable CMake 4 support ( #2387 )
2025-08-04 15:18:21 +01:00
dependabot[bot]
e312354016
ci: [DEPENDABOT] Bump docker/metadata-action from 5.7.0 to 5.8.0 in /.github/actions/build_docker_image ( #2385 )
2025-08-04 10:16:19 +01:00
Ayaz Salikhov
bc8a2c19aa
feat: Use mold linker on Linux ( #2304 )
...
Fix: https://github.com/XRPLF/clio/issues/1242
Depends on: https://github.com/XRPLF/clio/pull/2329
2025-07-30 17:10:31 +01:00
Ayaz Salikhov
b7b61ef61d
fix: Temporarily disable dockerhub description update ( #2298 )
2025-07-08 15:41:03 +01:00