Skip to content

Commit f7e600d

Browse files
committed
chore: update dependencies
1 parent e384341 commit f7e600d

File tree

6 files changed

+199
-161
lines changed

6 files changed

+199
-161
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # ratchet:actions/checkout@v4
34+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # ratchet:actions/checkout@v5
3535
with:
3636
persist-credentials: false
3737

@@ -46,7 +46,7 @@ jobs:
4646
if: ${{ inputs.disable-cache != true }}
4747

4848
- name: Install cargo-auditable
49-
uses: taiki-e/install-action@c45072658c5d4b46c598b05c54f3d0b541f90bd3 # ratchet:taiki-e/install-action@v2
49+
uses: taiki-e/install-action@0e09747a63ae497bf945b3dcaf38fef0050d0109 # ratchet:taiki-e/install-action@v2
5050
with:
5151
tool: cargo-auditable
5252

.github/workflows/check.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ jobs:
2222

2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # ratchet:actions/checkout@v4
25+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # ratchet:actions/checkout@v5
2626
with:
2727
persist-credentials: false
2828

2929
- name: Install Nix
30-
uses: cachix/install-nix-action@c134e4c9e34bac6cab09cf239815f9339aaaf84e # ratchet:cachix/install-nix-action@v31
30+
uses: cachix/install-nix-action@a809471b5c7c913aa67bec8f459a11a0decc3fce # ratchet:cachix/install-nix-action@v31
3131

3232
- name: Check
3333
run: nix build --fallback --print-build-logs '.#checks.aarch64-darwin.clippy'
3434

3535
- name: Upload analysis results
36-
uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # ratchet:github/codeql-action/upload-sarif@v3
36+
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # ratchet:github/codeql-action/upload-sarif@v3
3737
with:
3838
sarif_file: result
3939
wait-for-processing: true
@@ -43,12 +43,12 @@ jobs:
4343

4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # ratchet:actions/checkout@v4
46+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # ratchet:actions/checkout@v5
4747
with:
4848
persist-credentials: false
4949

5050
- name: Install Nix
51-
uses: cachix/install-nix-action@c134e4c9e34bac6cab09cf239815f9339aaaf84e # ratchet:cachix/install-nix-action@v31
51+
uses: cachix/install-nix-action@a809471b5c7c913aa67bec8f459a11a0decc3fce # ratchet:cachix/install-nix-action@v31
5252

5353
- name: Check
5454
run: nix build --fallback --print-build-logs '.#checks.aarch64-darwin.rustfmt'
@@ -58,12 +58,12 @@ jobs:
5858

5959
steps:
6060
- name: Checkout repository
61-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # ratchet:actions/checkout@v4
61+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # ratchet:actions/checkout@v5
6262
with:
6363
persist-credentials: false
6464

6565
- name: Install Nix
66-
uses: cachix/install-nix-action@c134e4c9e34bac6cab09cf239815f9339aaaf84e # ratchet:cachix/install-nix-action@v31
66+
uses: cachix/install-nix-action@a809471b5c7c913aa67bec8f459a11a0decc3fce # ratchet:cachix/install-nix-action@v31
6767

6868
- name: Check
6969
run: nix build --fallback --print-build-logs '.#checks.aarch64-darwin.nixfmt'
@@ -73,12 +73,12 @@ jobs:
7373

7474
steps:
7575
- name: Checkout repository
76-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # ratchet:actions/checkout@v4
76+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # ratchet:actions/checkout@v5
7777
with:
7878
persist-credentials: false
7979

8080
- name: Install Nix
81-
uses: cachix/install-nix-action@c134e4c9e34bac6cab09cf239815f9339aaaf84e # ratchet:cachix/install-nix-action@v31
81+
uses: cachix/install-nix-action@a809471b5c7c913aa67bec8f459a11a0decc3fce # ratchet:cachix/install-nix-action@v31
8282

8383
- name: Check
8484
run: nix build --fallback --print-build-logs '.#checks.aarch64-darwin.reuse'

.github/workflows/release.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # ratchet:actions/checkout@v4
28+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # ratchet:actions/checkout@v5
2929
with:
3030
persist-credentials: false
3131

@@ -34,10 +34,14 @@ jobs:
3434
with:
3535
toolchain: stable
3636

37+
- name: Authenticate with crates.io
38+
uses: rust-lang/crates-io-auth-action@63a7064947ceca9989005e118db3a5fecdc9259f # ratchet:rust-lang/crates-io-auth-action@v1
39+
id: auth
40+
3741
- name: Publish
3842
run: cargo publish
3943
env:
40-
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_API_TOKEN }}
44+
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
4145

4246
release:
4347
needs: ["build"]
@@ -47,11 +51,11 @@ jobs:
4751
contents: write
4852

4953
steps:
50-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4
54+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # ratchet:actions/download-artifact@v5
5155
with:
5256
path: artifacts
5357

5458
- name: Upload to release
55-
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # ratchet:softprops/action-gh-release@v2
59+
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # ratchet:softprops/action-gh-release@v2
5660
with:
5761
files: artifacts/**/*

0 commit comments

Comments
 (0)