Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/benchmark-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
toolchain: stable

- name: Cache dependencies
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
with:
path: |
~/.cargo/registry
Expand All @@ -37,7 +37,7 @@ jobs:
run: cargo install cargo-criterion || true

- name: Download baseline benchmarks
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
with:
path: target/criterion
key: benchmark-baseline-${{ github.base_ref || 'main' }}
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:

- name: Store updated baseline
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
with:
path: target/criterion
key: benchmark-baseline-${{ github.ref_name }}-${{ github.sha }}
10 changes: 5 additions & 5 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Cache cargo registry
# v5.0.3
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:

- name: Cache cargo registry
# v5.0.3
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:

- name: Cache cargo registry
# v5.0.3
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
with:
path: |
~/.cargo/registry
Expand All @@ -170,7 +170,7 @@ jobs:
- name: Install cargo-deny
# v2.67.25
uses: >-
taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3
taiki-e/install-action@0d865d5cc6d507df4765f1f866bfae8bab4e2a73
with:
tool: cargo-deny

Expand All @@ -194,7 +194,7 @@ jobs:

- name: Cache cargo registry
# v5.0.3
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
with:
path: |
~/.cargo/registry
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
- name: Install cargo-llvm-cov
# v2.67.25
uses: >-
taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3
taiki-e/install-action@0d865d5cc6d507df4765f1f866bfae8bab4e2a73
with:
tool: cargo-llvm-cov@0.6.14

- name: Cache cargo registry
# v5.0.3
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Upload coverage to Codecov
# v5.5.2
uses: >-
codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de
codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad
with:
files: lcov.info
fail_ci_if_error: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-test-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Cache dependencies
# v5.0.3
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:

- name: Cache dependencies
# v5.0.3
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
with:
path: |
~/.cargo/registry
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:

- name: Install analysis tools
# v2.67.18
uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3
uses: taiki-e/install-action@0d865d5cc6d507df4765f1f866bfae8bab4e2a73
with:
tool: cargo-geiger,cargo-bloat

- name: Cache cargo registry
# v5.0.3
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
with:
path: |
~/.cargo/registry
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:

- name: Initialize CodeQL
# yamllint disable-line rule:line-length
uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
with:
languages: rust
build-mode: none

- name: Perform CodeQL analysis
# yamllint disable-line rule:line-length
uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
with:
category: "/language:rust"
4 changes: 2 additions & 2 deletions .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Cache cargo registry
# v5.0.3
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
with:
path: |
~/.cargo/registry
Expand All @@ -33,7 +33,7 @@ jobs:

- name: Install cargo-deny
# v2.67.25
uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3
uses: taiki-e/install-action@0d865d5cc6d507df4765f1f866bfae8bab4e2a73
with:
tool: cargo-deny

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/daily-docs-review.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions .github/workflows/docs-freshness.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/fuzz-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
toolchain: nightly

- name: Install cargo-fuzz
uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 # v2.68.34
uses: taiki-e/install-action@0d865d5cc6d507df4765f1f866bfae8bab4e2a73 # v2.69.7
with:
tool: cargo-fuzz@0.12.0

- name: Cache fuzz corpus
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
with:
path: fuzz/corpus
key: ${{ runner.os }}-fuzz-corpus-${{ github.sha }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/mutation-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,25 @@ jobs:
toolchain: stable

- name: Cache cargo registry
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
with:
path: ~/.cargo/registry
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}

- name: Cache cargo index
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
with:
path: ~/.cargo/git
key: ${{ runner.os }}-cargo-git-${{ hashFiles('**/Cargo.lock') }}

- name: Cache target directory
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
with:
path: target
key: ${{ runner.os }}-target-mutation-${{ hashFiles('**/Cargo.lock') }}

- name: Install cargo-mutants
uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 # v2.68.34
uses: taiki-e/install-action@0d865d5cc6d507df4765f1f866bfae8bab4e2a73 # v2.69.7
with:
tool: cargo-mutants@24.11.0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
- name: Install cargo-deb
# v2.67.25
uses: >-
taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3
taiki-e/install-action@0d865d5cc6d507df4765f1f866bfae8bab4e2a73
with:
tool: cargo-deb@2.7.0

Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
- name: Install cargo-generate-rpm
# v2.67.25
uses: >-
taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3
taiki-e/install-action@0d865d5cc6d507df4765f1f866bfae8bab4e2a73
with:
tool: cargo-generate-rpm@0.15.1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install cargo-sbom
# v2.67.25
uses: >-
taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3
taiki-e/install-action@0d865d5cc6d507df4765f1f866bfae8bab4e2a73
with:
tool: cargo-sbom

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Install cargo-audit
# v2.67.18
uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3
uses: taiki-e/install-action@0d865d5cc6d507df4765f1f866bfae8bab4e2a73
with:
tool: cargo-audit

Expand Down
Loading