Skip to content

Commit 28e7968

Browse files
authored
Merge branch 'main' into fix-read-emptyfile
2 parents 20c475a + bf6c7d0 commit 28e7968

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5252

53-
- uses: EmbarkStudios/cargo-deny-action@2d8c9929d8f9f42bedba73f1287cb0b479f07acb # v2
53+
- uses: EmbarkStudios/cargo-deny-action@e2f4ede4a4e60ea15ff31bc0647485d80c66cfba # v2
5454
with:
5555
command: check bans licenses sources
5656

.github/workflows/careful.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
toolchain: ${{ matrix.rust }}
3939
- name: install cargo-careful
40-
uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2
40+
uses: taiki-e/install-action@acf70b3a1ed953bccebc8c5d80cfdb16ec8ccc36 # v2
4141
with:
4242
tool: cargo-careful
4343
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2

.github/workflows/ci-heavy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
with:
152152
toolchain: ${{ matrix.rust }}
153153
- name: install cargo-hack
154-
uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2
154+
uses: taiki-e/install-action@acf70b3a1ed953bccebc8c5d80cfdb16ec8ccc36 # v2
155155
with:
156156
tool: cargo-hack
157157
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
@@ -253,7 +253,7 @@ jobs:
253253
steps:
254254
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
255255
- name: Install cargo-hack
256-
uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2
256+
uses: taiki-e/install-action@acf70b3a1ed953bccebc8c5d80cfdb16ec8ccc36 # v2
257257
with:
258258
tool: cargo-hack
259259

.github/workflows/coverage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2121

2222
- name: Install cargo-tarpaulin
23-
uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2
23+
uses: taiki-e/install-action@acf70b3a1ed953bccebc8c5d80cfdb16ec8ccc36 # v2
2424
with:
2525
tool: cargo-tarpaulin
2626

@@ -35,7 +35,7 @@ jobs:
3535
cargo tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
3636
3737
- name: Upload coverage reports to Codecov
38-
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5
38+
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5
3939
with:
4040
token: ${{ secrets.CODECOV_TOKEN }}
4141
slug: rustic-rs/rustic_core

.github/workflows/release-plz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: dtolnay/rust-toolchain@stable
3131

3232
- name: Run release-plz
33-
uses: MarcoIeni/release-plz-action@2d634174257b7f46339e7533865a910743a0c5c9 # v0.5
33+
uses: MarcoIeni/release-plz-action@db75300cf27adcd986d6f0cf4a72a4ffcc11dae5 # v0.5
3434
env:
3535
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
3636
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)