dependabot[bot]
a9e7280b96
ci: [DEPENDABOT] bump actions/checkout from 4.3.0 to 5.0.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.3.0 to 5.0.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](08eba0b27e...08c6903cd8 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-27 10:21:04 +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
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
Ayaz Salikhov
33c0737933
chore: Use prepare-runner action with dash ( #2481 )
2025-08-27 17:07:39 +01:00
Ayaz Salikhov
b26fcae690
ci: Use XRPLF/prepare_actions ( #2473 )
2025-08-27 15:49:31 +01:00
dependabot[bot]
c170c56a84
ci: [DEPENDABOT] bump actions/upload-pages-artifact from 3 to 4 ( #2476 )
2025-08-26 10:44:37 +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
3f0f20a542
ci: Pin docker image to commit hash ( #2354 )
2025-07-22 13:38:27 +01:00
Ayaz Salikhov
e0496aff5a
fix: Prepare runner in docs workflow ( #2325 )
2025-07-10 18:41:22 +01:00
Ayaz Salikhov
aef3119efb
fix: Fix some doxygen docs errors ( #2130 )
2025-05-21 15:06:31 +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
Ayaz Salikhov
eef85b520a
ci: Use ghcr.io/xrplf/clio-ci docker image ( #2055 )
2025-04-29 11:35:26 +01:00
Ayaz Salikhov
9c92a2b51b
style: Use pre-commit tool and add simple config ( #2029 )
...
I started with really simple pre-commit hooks and will add more on top.
Important files:
- `.pre-commit-config.yaml` - the config for pre-commit
- `.github/workflows/pre-commit.yml` - runs pre-commit hooks in branches
and `develop`
- `.github/workflows/pre-commit-autoupdate.yml` - autoupdates pre-commit
hooks once in a month
2025-04-24 17:59:43 +01:00
Sergey Kuznetsov
f0613c945f
ci: Use ubuntu latest for some ci jobs ( #1939 )
...
Ubuntu 20.04 images will be deprecated soon:
https://github.com/actions/runner-images/issues/11101
Switch to the latest Ubuntu everywhere we use Github's image.
2025-03-04 14:52:37 +00:00
dependabot[bot]
b2f7983609
ci: Bump actions/configure-pages from 4 to 5 ( #1562 )
...
Bumps
[actions/configure-pages](https://github.com/actions/configure-pages )
from 4 to 5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/configure-pages/releases ">actions/configure-pages's
releases</a>.</em></p>
<blockquote>
<h2>v5.0.0</h2>
<h1>Breaking Changes</h1>
<p>⚠️ This version contains breaking changes! ⚠️ </p>
<ul>
<li>When using the <a
href="983d7736d9/action.yml (L7-L10) ">input
param <code>static_site_generator: next</code></a>:
<ul>
<li>Added support for Next.js >= 13.3.0</li>
<li>Consequently, also dropped support for Next.js < 13.3.0</li>
</ul>
</li>
</ul>
<h1>Full Changelog</h1>
<ul>
<li>Attempt to auto-detect configuration files with varying file
extensions <a
href="https://github.com/JamesMGreene "><code>@JamesMGreene</code></a>
(<a
href="https://redirect.github.com/actions/configure-pages/issues/139 ">#139</a>)</li>
<li>Convert errors into Actions-compatible logging with annotations <a
href="https://github.com/JamesMGreene "><code>@JamesMGreene</code></a>
(<a
href="https://redirect.github.com/actions/configure-pages/issues/138 ">#138</a>)</li>
<li>Bump <code>@actions/github</code> from 5.1.1 to 6.0.0 <a
href="https://github.com/dependabot "><code>@dependabot</code></a> (<a
href="https://redirect.github.com/actions/configure-pages/issues/123 ">#123</a>)</li>
<li>Bump the non-breaking-changes group with 2 updates <a
href="https://github.com/dependabot "><code>@dependabot</code></a> (<a
href="https://redirect.github.com/actions/configure-pages/issues/136 ">#136</a>)</li>
<li>Update the Next.js configuration for v14 <a
href="https://github.com/JamesMGreene "><code>@JamesMGreene</code></a>
(<a
href="https://redirect.github.com/actions/configure-pages/issues/137 ">#137</a>)</li>
<li>Bump the non-breaking-changes group with 3 updates <a
href="https://github.com/dependabot "><code>@dependabot</code></a> (<a
href="https://redirect.github.com/actions/configure-pages/issues/132 ">#132</a>)</li>
<li>Bump release-drafter/release-drafter from 5 to 6 <a
href="https://github.com/dependabot "><code>@dependabot</code></a> (<a
href="https://redirect.github.com/actions/configure-pages/issues/133 ">#133</a>)</li>
<li>Bump github/codeql-action from 2 to 3 <a
href="https://github.com/dependabot "><code>@dependabot</code></a> (<a
href="https://redirect.github.com/actions/configure-pages/issues/127 ">#127</a>)</li>
<li>Bump actions/checkout from 3 to 4 <a
href="https://github.com/dependabot "><code>@dependabot</code></a> (<a
href="https://redirect.github.com/actions/configure-pages/issues/120 ">#120</a>)</li>
<li>Bump actions/setup-node from 3 to 4 <a
href="https://github.com/dependabot "><code>@dependabot</code></a> (<a
href="https://redirect.github.com/actions/configure-pages/issues/118 ">#118</a>)</li>
<li>Bump the non-breaking-changes group with 1 update <a
href="https://github.com/dependabot "><code>@dependabot</code></a> (<a
href="https://redirect.github.com/actions/configure-pages/issues/131 ">#131</a>)</li>
<li>Update Dependabot config to group non-breaking changes <a
href="https://github.com/JamesMGreene "><code>@JamesMGreene</code></a>
(<a
href="https://redirect.github.com/actions/configure-pages/issues/130 ">#130</a>)</li>
</ul>
<p>See details of <a
href="https://github.com/actions/configure-pages/compare/v4.0.0...v5.0.0 ">all
code changes</a> since previous release.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="983d7736d9 "><code>983d773</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/configure-pages/issues/139 ">#139</a>
from actions/config-auto-detect</li>
<li><a
href="9cf6e24f74 "><code>9cf6e24</code></a>
Tweak comment</li>
<li><a
href="f304bd89be "><code>f304bd8</code></a>
Update distributables</li>
<li><a
href="215cd51eb0 "><code>215cd51</code></a>
Attempt to detect existing config files matching the expected basename
plus o...</li>
<li><a
href="e9382ac9ad "><code>e9382ac</code></a>
Front-load the file extension warning</li>
<li><a
href="7781abd34b "><code>7781abd</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/configure-pages/issues/138 ">#138</a>
from actions/error-utils</li>
<li><a
href="fc47e3c838 "><code>fc47e3c</code></a>
Update distributables</li>
<li><a
href="9c9f8a266f "><code>9c9f8a2</code></a>
Update tests to use the Octokit RequestError class</li>
<li><a
href="9a4705d653 "><code>9a4705d</code></a>
Update distributables</li>
<li><a
href="f6ded38287 "><code>f6ded38</code></a>
Fix syntax error and formatting</li>
<li>Additional commits viewable in <a
href="https://github.com/actions/configure-pages/compare/v4...v5 ">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>
2024-07-25 16:18:37 +01:00
Alex Kremer
8004a0e0ff
Remove mentions of release docs from workflow ( #1268 )
...
Fixes #1239
2024-03-14 15:45:30 +00:00
Alex Kremer
c17cc37c1c
Upgrade actions to newer versions ( #1262 )
...
Fixes #1245
2024-03-14 10:49:43 +00:00
Alex Kremer
9fa1740146
Fetch lfs files when generating docs ( #1260 )
...
Extra for #1258
2024-03-12 23:44:31 +00:00
Alex Kremer
644a1fdb43
Attempt at gh-pages deploy ( #1233 )
...
For #889
2024-03-05 18:13:22 +00:00
Alex Kremer
dc8d1658e3
Build docs and upload to gh-pages ( #1232 )
...
For #889
2024-03-05 17:08:35 +00:00