Skip to content

Commit ce4e549

Browse files
dependabot[bot]ggwpezpgherveou
authored
Bump lycheeverse/lychee-action (#2875)
Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2ac9f030ccdea0033e2510a23a67da2a2da98492 to fdea7032675810093199f485fe075f057cc37b3e. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lycheeverse/lychee-action/commit/fdea7032675810093199f485fe075f057cc37b3e"><code>fdea703</code></a> Update secure git hash for 1.9.0</li> <li><a href="https://github.com/lycheeverse/lychee-action/commit/22134d37a1fff6c2974df9c92a7c7e1e86a08f9c"><code>22134d3</code></a> Bump version to 1.9.0</li> <li><a href="https://github.com/lycheeverse/lychee-action/commit/ebd95ebde89b46eaf3567432efb0b52bad2187d7"><code>ebd95eb</code></a> Update to latest lychee 0.14.0</li> <li><a href="https://github.com/lycheeverse/lychee-action/commit/37d79d3b6eda9990480a57eed21c847792dec37a"><code>37d79d3</code></a> Add integration tests for absolute output path and <code>--dump</code> (<a href="https://redirect.github.com/lycheeverse/lychee-action/issues/218">#218</a>)</li> <li><a href="https://github.com/lycheeverse/lychee-action/commit/57219e4f1d23b32484889db3dbd73f6b814c9bfa"><code>57219e4</code></a> Add integration test for custom output paths (<a href="https://redirect.github.com/lycheeverse/lychee-action/issues/1309">#1309</a>) (<a href="https://redirect.github.com/lycheeverse/lychee-action/issues/217">#217</a>)</li> <li><a href="https://github.com/lycheeverse/lychee-action/commit/a4282891d5805c0d9df0c0d524e2e95a3b0d1ac5"><code>a428289</code></a> fix: cleanup if statement (<a href="https://redirect.github.com/lycheeverse/lychee-action/issues/215">#215</a>)</li> <li><a href="https://github.com/lycheeverse/lychee-action/commit/ef8c8f32c278e9eed290c6e6c96748f16b6cd335"><code>ef8c8f3</code></a> Add documentation on using the <code>--base</code> param when testing local files (<a href="https://redirect.github.com/lycheeverse/lychee-action/issues/211">#211</a>)</li> <li>See full diff in <a href="https://github.com/lycheeverse/lychee-action/compare/2ac9f030ccdea0033e2510a23a67da2a2da98492...fdea7032675810093199f485fe075f057cc37b3e">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> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Oliver Tale-Yazdi <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oliver Tale-Yazdi <[email protected]> Co-authored-by: PG Herveou <[email protected]>
1 parent 49cea35 commit ce4e549

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

.config/lychee.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ exclude_all_private = true
1212
# Treat these codes as success condition:
1313
accept = [
1414
# Ok
15-
200,
15+
"200",
1616

1717
# Rate limited - GitHub likes to throw this.
18-
429,
18+
"429",
1919
]
2020

2121
exclude_path = ["./target"]

.github/workflows/check-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.0 (22. Sep 2023)
2929

3030
- name: Lychee link checker
31-
uses: lycheeverse/lychee-action@2ac9f030ccdea0033e2510a23a67da2a2da98492 # for v1.8.0 (15. May 2023)
31+
uses: lycheeverse/lychee-action@fdea7032675810093199f485fe075f057cc37b3e # for v1.9.0 (5. Jan 2024)
3232
with:
3333
args: >-
3434
--config .config/lychee.toml

cumulus/parachains/integration-tests/emulated/tests/people/people-rococo/src/tests/reap_identity.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ impl Identity {
9595
relay: IdentityInfo {
9696
display: make_data(b"xcm-test", full),
9797
legal: make_data(b"The Xcm Test, Esq.", full),
98-
web: make_data(b"https://xcm-test.io", full),
98+
web: make_data(b"https://visitme/", full),
9999
riot: make_data(b"xcm-riot", full),
100100
email: make_data(b"[email protected]", full),
101101
pgp_fingerprint: Some(pgp_fingerprint),
@@ -106,7 +106,7 @@ impl Identity {
106106
para: IdentityInfoParachain {
107107
display: make_data(b"xcm-test", full),
108108
legal: make_data(b"The Xcm Test, Esq.", full),
109-
web: make_data(b"https://xcm-test.io", full),
109+
web: make_data(b"https://visitme/", full),
110110
matrix: make_data(b"xcm-matrix@server", full),
111111
email: make_data(b"[email protected]", full),
112112
pgp_fingerprint: Some(pgp_fingerprint),

cumulus/parachains/integration-tests/emulated/tests/people/people-westend/src/tests/reap_identity.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ impl Identity {
9595
relay: IdentityInfo {
9696
display: make_data(b"xcm-test", full),
9797
legal: make_data(b"The Xcm Test, Esq.", full),
98-
web: make_data(b"https://xcm-test.io", full),
98+
web: make_data(b"https://visitme/", full),
9999
riot: make_data(b"xcm-riot", full),
100100
email: make_data(b"[email protected]", full),
101101
pgp_fingerprint: Some(pgp_fingerprint),
@@ -106,7 +106,7 @@ impl Identity {
106106
para: IdentityInfoParachain {
107107
display: make_data(b"xcm-test", full),
108108
legal: make_data(b"The Xcm Test, Esq.", full),
109-
web: make_data(b"https://xcm-test.io", full),
109+
web: make_data(b"https://visitme/", full),
110110
matrix: make_data(b"xcm-matrix@server", full),
111111
email: make_data(b"[email protected]", full),
112112
pgp_fingerprint: Some(pgp_fingerprint),

docs/sdk/src/meta_contributing.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
//! > that they already pose, rather than repeating yourself**.
7171
//!
7272
//! For more details about documenting guidelines, see:
73-
//! <https://github.com/paritytech/polkadot-sdk/master/docs/contributor/DOCUMENTATION_GUIDELINES.md>
73+
//! <https://github.com/paritytech/polkadot-sdk/blob/master/docs/contributor/DOCUMENTATION_GUIDELINES.md#L23>
7474
//!
7575
//! #### Example: Explaining `#[pallet::call]`
7676
//!

docs/sdk/src/reference_docs/frame_benchmarking_weight.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
//! - how to write benchmarks, how you must think of worst case.
2121
//! - how to run benchmarks.
2222
//!
23-
//! - <https://www.shawntabrizi.com/substrate/substrate-storage-deep-dive/>
23+
//! - <https://www.shawntabrizi.com/assets/presentations/substrate-storage-deep-dive.pdf>

polkadot/node/core/pvf/common/src/worker/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ pub fn run_worker<F>(
319319
}
320320

321321
// TODO: We can enable the seccomp networking blacklist on aarch64 as well, but we need a CI
322-
// job to catch regressions. See <https://github.com/paritytech/ci_cd/issues/609>.
322+
// job to catch regressions. See issue ci_cd/issues/609.
323323
#[cfg(all(target_os = "linux", target_arch = "x86_64"))]
324324
if security_status.can_enable_seccomp {
325325
if let Err(err) = security::seccomp::enable_for_worker(&worker_info) {

substrate/client/rpc-api/src/state/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@ pub trait StateApi<Hash> {
270270
/// [querying substrate storage via rpc][3].
271271
///
272272
/// [1]: https://docs.substrate.io/main-docs/fundamentals/state-transitions-and-storage/
273-
/// [2]: https://www.shawntabrizi.com/substrate/transparent-keys-in-substrate/
274-
/// [3]: https://www.shawntabrizi.com/substrate/querying-substrate-storage-via-rpc/
273+
/// [2]: https://www.shawntabrizi.com/blog/substrate/transparent-keys-in-substrate/
274+
/// [3]: https://www.shawntabrizi.com/blog/substrate/querying-substrate-storage-via-rpc/
275275
///
276276
/// ### Maximum payload size
277277
///

substrate/frame/staking/src/migrations.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// See the License for the specific language governing permissions and
1616

1717
//! Storage migrations for the Staking pallet. The changelog for this is maintained at
18-
//! [CHANGELOG.md](https://github.com/paritytech/substrate/blob/master/frame/staking/CHANGELOG.md).
18+
//! [CHANGELOG.md](https://github.com/paritytech/polkadot-sdk/blob/master/substrate/frame/staking/CHANGELOG.md).
1919
2020
use super::*;
2121
use frame_election_provider_support::SortedListProvider;

substrate/frame/state-trie-migration/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ pub mod pallet {
476476
/// - [`frame_support::storage::StorageDoubleMap`]: 96 byte
477477
///
478478
/// For more info see
479-
/// <https://www.shawntabrizi.com/substrate/querying-substrate-storage-via-rpc/>
479+
/// <https://www.shawntabrizi.com/blog/substrate/querying-substrate-storage-via-rpc/>
480480
481481
#[pallet::constant]
482482
type MaxKeyLen: Get<u32>;

0 commit comments

Comments
 (0)