Skip to content

Commit 0eb49f8

Browse files
committed
Merge remote-tracking branch 'upstream/main' into asolimando/22958-statistics-from-inputs
2 parents 74e8006 + 4d898e9 commit 0eb49f8

133 files changed

Lines changed: 6223 additions & 1527 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4747
- name: Install cargo-audit
48-
uses: taiki-e/install-action@9e1e5806d4a4822de933115878265be9aaa786d9 # v2.82.2
48+
uses: taiki-e/install-action@9bcaee1dcae34154180f412e2fa69355a7cda9f6 # v2.82.6
4949
with:
5050
tool: cargo-audit
5151
- name: Run audit check

.github/workflows/breaking_changes_detector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
9090
- name: Install cargo-semver-checks
9191
if: steps.changed_crates.outputs.packages != ''
92-
uses: taiki-e/install-action@9e1e5806d4a4822de933115878265be9aaa786d9 # v2.82.2
92+
uses: taiki-e/install-action@9bcaee1dcae34154180f412e2fa69355a7cda9f6 # v2.82.6
9393
with:
9494
tool: cargo-semver-checks
9595

.github/workflows/dependencies.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ on:
2525
push:
2626
branches-ignore:
2727
- 'gh-readonly-queue/**'
28+
- 'dependabot/**'
2829
pull_request:
2930
merge_group:
3031
# manual trigger

.github/workflows/dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020
push:
2121
branches-ignore:
2222
- 'gh-readonly-queue/**'
23+
- 'dependabot/**'
2324
pull_request:
2425
merge_group:
2526

@@ -64,7 +65,7 @@ jobs:
6465
source ci/scripts/utils/tool_versions.sh
6566
echo "LYCHEE_VERSION=${LYCHEE_VERSION}" >> "$GITHUB_ENV"
6667
- name: Install lychee
67-
uses: taiki-e/install-action@9e1e5806d4a4822de933115878265be9aaa786d9 # v2.82.2
68+
uses: taiki-e/install-action@9bcaee1dcae34154180f412e2fa69355a7cda9f6 # v2.82.6
6869
with:
6970
tool: lychee@${{ env.LYCHEE_VERSION }}
7071
- name: Run markdown link check

.github/workflows/docs_pr.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ on:
2626
push:
2727
paths:
2828
- "docs/**"
29+
branches:
30+
- main
31+
- branch-*
2932
pull_request:
3033
paths:
3134
- "docs/**"

.github/workflows/rust.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ on:
2727
push:
2828
branches-ignore:
2929
- 'gh-readonly-queue/**'
30+
- 'dependabot/**'
3031
paths-ignore:
3132
- "docs/**"
3233
- "**.md"
@@ -429,7 +430,7 @@ jobs:
429430
sudo apt-get update -qq
430431
sudo apt-get install -y -qq clang
431432
- name: Setup wasm-pack
432-
uses: taiki-e/install-action@9e1e5806d4a4822de933115878265be9aaa786d9 # v2.82.2
433+
uses: taiki-e/install-action@9bcaee1dcae34154180f412e2fa69355a7cda9f6 # v2.82.6
433434
with:
434435
tool: wasm-pack
435436
- name: Run tests with headless mode
@@ -773,7 +774,7 @@ jobs:
773774
- name: Setup Rust toolchain
774775
uses: ./.github/actions/setup-builder
775776
- name: Install cargo-msrv
776-
uses: taiki-e/install-action@9e1e5806d4a4822de933115878265be9aaa786d9 # v2.82.2
777+
uses: taiki-e/install-action@9bcaee1dcae34154180f412e2fa69355a7cda9f6 # v2.82.6
777778
with:
778779
tool: cargo-msrv
779780

0 commit comments

Comments
 (0)