Skip to content

Commit dfbe76c

Browse files
chore(deps): pin dependencies
1 parent fff0f8b commit dfbe76c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/actions/setup-rust/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ runs:
2424
components: clippy, rustfmt
2525

2626
- name: Rust Dependency Cache
27-
uses: Swatinem/rust-cache@v2
27+
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
2828
with:
2929
save-if: ${{ github.ref_name == 'develop' }}
3030
shared-key: "rust-cache-${{ runner.os }}-${{ runner.environment }}" # To allow reuse across jobs
3131

3232
- name: Rust Compile Cache
33-
uses: mozilla-actions/[email protected]
33+
uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
3434
- name: Rust Compile Cache Config
3535
shell: bash
3636
run: |

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
cargo codspeed build --profile bench
4747
4848
- name: Run benchmarks
49-
uses: CodSpeedHQ/action@v3
49+
uses: CodSpeedHQ/action@0b6e7a3d96c9d2a6057e7bcea6b45aaf2f7ce60b # v3
5050
with:
5151
run: cargo codspeed run
5252
token: ${{ secrets.CODSPEED_TOKEN }}

.github/workflows/fuzz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
run: cargo fuzz run fuzz_compress -- -max_total_time=600
1818
continue-on-error: true
1919
- name: Archive crash artifacts
20-
uses: actions/upload-artifact@v4
20+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
2121
with:
2222
name: fuzzing-crash-artifacts
2323
path: fuzz/artifacts
2424
- name: Archive fuzzing corpus
25-
uses: actions/upload-artifact@v4
25+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
2626
with:
2727
name: fuzzing-corpus
2828
path: fuzz/corpus

.github/workflows/release-plz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Rust toolchain
2222
uses: dtolnay/rust-toolchain@stable
2323
- name: Run release-plz
24-
uses: MarcoIeni/[email protected]
24+
uses: MarcoIeni/release-plz-action@a4ffad5637d546ada0aa82d84fa91eafb8f5fb6b # v0.5
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)