Skip to content

Commit 45df1bc

Browse files
authored
Merge branch 'master' into feat/turnkey-signer
2 parents 2a4266c + 54c1d55 commit 45df1bc

File tree

51 files changed

+1197
-751
lines changed

Some content is hidden

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

51 files changed

+1197
-751
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/checkout@v5
5959
with:
6060
persist-credentials: false
61-
- uses: crate-ci/typos@80c8a4945eec0f6d464eaf9e65ed98ef085283d1 # v1
61+
- uses: crate-ci/typos@07d900b8fa1097806b8adb6391b0d3e0ac2fdea7 # v1
6262

6363
clippy:
6464
runs-on: depot-ubuntu-latest
@@ -127,7 +127,7 @@ jobs:
127127
with:
128128
toolchain: stable
129129
- uses: rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1
130-
- uses: taiki-e/install-action@0ed4032d5406d133639ce4e858011eb498223338 # v2
130+
- uses: taiki-e/install-action@81ee1d48d9194cdcab880cbdc7d36e87d39874cb # v2
131131
with:
132132
tool: cargo-hack
133133
- uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9

.github/workflows/nix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
contents: write
2020
pull-requests: write
2121
steps:
22-
- uses: DeterminateSystems/determinate-nix-action@762d7fdba79d046449732c729c1d3aaad021baa2 # v3
22+
- uses: DeterminateSystems/determinate-nix-action@37e4fa31a956a3fc4db59b8d63153b21a528f174 # v3
2323
- uses: actions/checkout@v5
2424
with:
2525
persist-credentials: false
26-
- uses: DeterminateSystems/update-flake-lock@4d443398067153ddd6191a9d9c89533f9a100c26 # main
26+
- uses: DeterminateSystems/update-flake-lock@ab3e850b05f8f7e56dab99f12900d3f569853e93 # main
2727
with:
2828
pr-title: "Update flake.lock"
2929
pr-labels: |
@@ -38,7 +38,7 @@ jobs:
3838
permissions:
3939
contents: read
4040
steps:
41-
- uses: DeterminateSystems/determinate-nix-action@762d7fdba79d046449732c729c1d3aaad021baa2 # v3
41+
- uses: DeterminateSystems/determinate-nix-action@37e4fa31a956a3fc4db59b8d63153b21a528f174 # v3
4242
- uses: actions/checkout@v5
4343
with:
4444
persist-credentials: false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: Build changelog
6666
id: build_changelog
67-
uses: mikepenz/release-changelog-builder-action@d702b5bb7c23735c8afc130dac9c4c8b8eb669e8 # v6
67+
uses: mikepenz/release-changelog-builder-action@439f79b5b5428107c7688c1d2b0e8bacc9b8792c # v6
6868
with:
6969
configuration: "./.github/changelog.json"
7070
fromTag: ${{ env.IS_NIGHTLY == 'true' && 'nightly' || env.STABLE_VERSION }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
toolchain: stable
6666
target: ${{ matrix.target }}
6767
- uses: rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1
68-
- uses: taiki-e/install-action@0ed4032d5406d133639ce4e858011eb498223338 # v2
68+
- uses: taiki-e/install-action@81ee1d48d9194cdcab880cbdc7d36e87d39874cb # v2
6969
with:
7070
tool: nextest
7171

0 commit comments

Comments
 (0)