mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 17:11:02 +00:00
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] <support@github.com> Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: PG Herveou <pgherveou@gmail.com>
This commit is contained in:
+2
-2
@@ -12,10 +12,10 @@ exclude_all_private = true
|
|||||||
# Treat these codes as success condition:
|
# Treat these codes as success condition:
|
||||||
accept = [
|
accept = [
|
||||||
# Ok
|
# Ok
|
||||||
200,
|
"200",
|
||||||
|
|
||||||
# Rate limited - GitHub likes to throw this.
|
# Rate limited - GitHub likes to throw this.
|
||||||
429,
|
"429",
|
||||||
]
|
]
|
||||||
|
|
||||||
exclude_path = ["./target"]
|
exclude_path = ["./target"]
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.0 (22. Sep 2023)
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.0 (22. Sep 2023)
|
||||||
|
|
||||||
- name: Lychee link checker
|
- name: Lychee link checker
|
||||||
uses: lycheeverse/lychee-action@2ac9f030ccdea0033e2510a23a67da2a2da98492 # for v1.8.0 (15. May 2023)
|
uses: lycheeverse/lychee-action@fdea7032675810093199f485fe075f057cc37b3e # for v1.9.0 (5. Jan 2024)
|
||||||
with:
|
with:
|
||||||
args: >-
|
args: >-
|
||||||
--config .config/lychee.toml
|
--config .config/lychee.toml
|
||||||
|
|||||||
+2
-2
@@ -95,7 +95,7 @@ impl Identity {
|
|||||||
relay: IdentityInfo {
|
relay: IdentityInfo {
|
||||||
display: make_data(b"xcm-test", full),
|
display: make_data(b"xcm-test", full),
|
||||||
legal: make_data(b"The Xcm Test, Esq.", full),
|
legal: make_data(b"The Xcm Test, Esq.", full),
|
||||||
web: make_data(b"https://xcm-test.io", full),
|
web: make_data(b"https://visitme/", full),
|
||||||
riot: make_data(b"xcm-riot", full),
|
riot: make_data(b"xcm-riot", full),
|
||||||
email: make_data(b"xcm-test@gmail.com", full),
|
email: make_data(b"xcm-test@gmail.com", full),
|
||||||
pgp_fingerprint: Some(pgp_fingerprint),
|
pgp_fingerprint: Some(pgp_fingerprint),
|
||||||
@@ -106,7 +106,7 @@ impl Identity {
|
|||||||
para: IdentityInfoParachain {
|
para: IdentityInfoParachain {
|
||||||
display: make_data(b"xcm-test", full),
|
display: make_data(b"xcm-test", full),
|
||||||
legal: make_data(b"The Xcm Test, Esq.", full),
|
legal: make_data(b"The Xcm Test, Esq.", full),
|
||||||
web: make_data(b"https://xcm-test.io", full),
|
web: make_data(b"https://visitme/", full),
|
||||||
matrix: make_data(b"xcm-matrix@server", full),
|
matrix: make_data(b"xcm-matrix@server", full),
|
||||||
email: make_data(b"xcm-test@gmail.com", full),
|
email: make_data(b"xcm-test@gmail.com", full),
|
||||||
pgp_fingerprint: Some(pgp_fingerprint),
|
pgp_fingerprint: Some(pgp_fingerprint),
|
||||||
|
|||||||
+2
-2
@@ -95,7 +95,7 @@ impl Identity {
|
|||||||
relay: IdentityInfo {
|
relay: IdentityInfo {
|
||||||
display: make_data(b"xcm-test", full),
|
display: make_data(b"xcm-test", full),
|
||||||
legal: make_data(b"The Xcm Test, Esq.", full),
|
legal: make_data(b"The Xcm Test, Esq.", full),
|
||||||
web: make_data(b"https://xcm-test.io", full),
|
web: make_data(b"https://visitme/", full),
|
||||||
riot: make_data(b"xcm-riot", full),
|
riot: make_data(b"xcm-riot", full),
|
||||||
email: make_data(b"xcm-test@gmail.com", full),
|
email: make_data(b"xcm-test@gmail.com", full),
|
||||||
pgp_fingerprint: Some(pgp_fingerprint),
|
pgp_fingerprint: Some(pgp_fingerprint),
|
||||||
@@ -106,7 +106,7 @@ impl Identity {
|
|||||||
para: IdentityInfoParachain {
|
para: IdentityInfoParachain {
|
||||||
display: make_data(b"xcm-test", full),
|
display: make_data(b"xcm-test", full),
|
||||||
legal: make_data(b"The Xcm Test, Esq.", full),
|
legal: make_data(b"The Xcm Test, Esq.", full),
|
||||||
web: make_data(b"https://xcm-test.io", full),
|
web: make_data(b"https://visitme/", full),
|
||||||
matrix: make_data(b"xcm-matrix@server", full),
|
matrix: make_data(b"xcm-matrix@server", full),
|
||||||
email: make_data(b"xcm-test@gmail.com", full),
|
email: make_data(b"xcm-test@gmail.com", full),
|
||||||
pgp_fingerprint: Some(pgp_fingerprint),
|
pgp_fingerprint: Some(pgp_fingerprint),
|
||||||
|
|||||||
@@ -70,7 +70,7 @@
|
|||||||
//! > that they already pose, rather than repeating yourself**.
|
//! > that they already pose, rather than repeating yourself**.
|
||||||
//!
|
//!
|
||||||
//! For more details about documenting guidelines, see:
|
//! For more details about documenting guidelines, see:
|
||||||
//! <https://github.com/paritytech/polkadot-sdk/master/docs/contributor/DOCUMENTATION_GUIDELINES.md>
|
//! <https://github.com/paritytech/polkadot-sdk/blob/master/docs/contributor/DOCUMENTATION_GUIDELINES.md#L23>
|
||||||
//!
|
//!
|
||||||
//! #### Example: Explaining `#[pallet::call]`
|
//! #### Example: Explaining `#[pallet::call]`
|
||||||
//!
|
//!
|
||||||
|
|||||||
@@ -20,4 +20,4 @@
|
|||||||
//! - how to write benchmarks, how you must think of worst case.
|
//! - how to write benchmarks, how you must think of worst case.
|
||||||
//! - how to run benchmarks.
|
//! - how to run benchmarks.
|
||||||
//!
|
//!
|
||||||
//! - <https://www.shawntabrizi.com/substrate/substrate-storage-deep-dive/>
|
//! - <https://www.shawntabrizi.com/assets/presentations/substrate-storage-deep-dive.pdf>
|
||||||
|
|||||||
@@ -319,7 +319,7 @@ pub fn run_worker<F>(
|
|||||||
}
|
}
|
||||||
|
|
||||||
// TODO: We can enable the seccomp networking blacklist on aarch64 as well, but we need a CI
|
// TODO: We can enable the seccomp networking blacklist on aarch64 as well, but we need a CI
|
||||||
// job to catch regressions. See <https://github.com/paritytech/ci_cd/issues/609>.
|
// job to catch regressions. See issue ci_cd/issues/609.
|
||||||
#[cfg(all(target_os = "linux", target_arch = "x86_64"))]
|
#[cfg(all(target_os = "linux", target_arch = "x86_64"))]
|
||||||
if security_status.can_enable_seccomp {
|
if security_status.can_enable_seccomp {
|
||||||
if let Err(err) = security::seccomp::enable_for_worker(&worker_info) {
|
if let Err(err) = security::seccomp::enable_for_worker(&worker_info) {
|
||||||
|
|||||||
@@ -270,8 +270,8 @@ pub trait StateApi<Hash> {
|
|||||||
/// [querying substrate storage via rpc][3].
|
/// [querying substrate storage via rpc][3].
|
||||||
///
|
///
|
||||||
/// [1]: https://docs.substrate.io/main-docs/fundamentals/state-transitions-and-storage/
|
/// [1]: https://docs.substrate.io/main-docs/fundamentals/state-transitions-and-storage/
|
||||||
/// [2]: https://www.shawntabrizi.com/substrate/transparent-keys-in-substrate/
|
/// [2]: https://www.shawntabrizi.com/blog/substrate/transparent-keys-in-substrate/
|
||||||
/// [3]: https://www.shawntabrizi.com/substrate/querying-substrate-storage-via-rpc/
|
/// [3]: https://www.shawntabrizi.com/blog/substrate/querying-substrate-storage-via-rpc/
|
||||||
///
|
///
|
||||||
/// ### Maximum payload size
|
/// ### Maximum payload size
|
||||||
///
|
///
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
|
|
||||||
//! Storage migrations for the Staking pallet. The changelog for this is maintained at
|
//! Storage migrations for the Staking pallet. The changelog for this is maintained at
|
||||||
//! [CHANGELOG.md](https://github.com/paritytech/substrate/blob/master/frame/staking/CHANGELOG.md).
|
//! [CHANGELOG.md](https://github.com/paritytech/polkadot-sdk/blob/master/substrate/frame/staking/CHANGELOG.md).
|
||||||
|
|
||||||
use super::*;
|
use super::*;
|
||||||
use frame_election_provider_support::SortedListProvider;
|
use frame_election_provider_support::SortedListProvider;
|
||||||
|
|||||||
@@ -476,7 +476,7 @@ pub mod pallet {
|
|||||||
/// - [`frame_support::storage::StorageDoubleMap`]: 96 byte
|
/// - [`frame_support::storage::StorageDoubleMap`]: 96 byte
|
||||||
///
|
///
|
||||||
/// For more info see
|
/// For more info see
|
||||||
/// <https://www.shawntabrizi.com/substrate/querying-substrate-storage-via-rpc/>
|
/// <https://www.shawntabrizi.com/blog/substrate/querying-substrate-storage-via-rpc/>
|
||||||
|
|
||||||
#[pallet::constant]
|
#[pallet::constant]
|
||||||
type MaxKeyLen: Get<u32>;
|
type MaxKeyLen: Get<u32>;
|
||||||
|
|||||||
Reference in New Issue
Block a user