Skip to content

Commit ff535b3

Browse files
authored
Merge branch 'main' into docs/permission-requirements
2 parents d520726 + b555d69 commit ff535b3

30 files changed

Lines changed: 5699 additions & 838 deletions

.github/workflows/check-rfc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: github.event.pull_request.user.login != 'github-actions[bot]'
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1818
with:
1919
fetch-depth: 0
2020
persist-credentials: false

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
pull_request:
55
push:
6-
branches: [main]
6+
branches: [main, release/v0.3.0]
77
merge_group:
88
workflow_dispatch:
99

@@ -21,7 +21,7 @@ jobs:
2121
env:
2222
RUSTFLAGS: "-D warnings"
2323
steps:
24-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
24+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2525
with:
2626
persist-credentials: false
2727

@@ -52,7 +52,7 @@ jobs:
5252
name: Dependency licenses
5353
runs-on: ubuntu-latest
5454
steps:
55-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
55+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5656
with:
5757
persist-credentials: false
5858

@@ -65,7 +65,7 @@ jobs:
6565
name: Codegen
6666
runs-on: ubuntu-latest
6767
steps:
68-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
68+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6969
with:
7070
persist-credentials: false
7171

@@ -110,7 +110,7 @@ jobs:
110110
env:
111111
TRUAPI_REQUIRE_GENERATED: 1
112112
steps:
113-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
113+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
114114
with:
115115
persist-credentials: false
116116

@@ -143,7 +143,7 @@ jobs:
143143
env:
144144
TRUAPI_REQUIRE_GENERATED: 1
145145
steps:
146-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
146+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
147147
with:
148148
persist-credentials: false
149149

@@ -188,7 +188,7 @@ jobs:
188188
env:
189189
TRUAPI_REQUIRE_GENERATED: 1
190190
steps:
191-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
191+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
192192
with:
193193
persist-credentials: false
194194

@@ -228,7 +228,7 @@ jobs:
228228
env:
229229
TRUAPI_REQUIRE_GENERATED: 1
230230
steps:
231-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
231+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
232232
with:
233233
submodules: recursive
234234
persist-credentials: false

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pages: write
2121
id-token: write
2222
steps:
23-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2424
with:
2525
persist-credentials: false
2626

.github/workflows/deploy-playground.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
deploy-playground:
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
30+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3131
with:
3232
persist-credentials: false
3333

.github/workflows/diagnosis-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: github.event.label.name == 'diagnosis-report'
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
28+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2929
with:
3030
persist-credentials: false
3131

.github/workflows/number-rfc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
number-rfc:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1818
with:
1919
fetch-depth: 0
2020
persist-credentials: false

.github/workflows/release-version-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: startsWith(github.event.pull_request.title, 'release:')
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
15+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1616
with:
1717
persist-credentials: false
1818

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
name: Release
22

33
# workflow_run is the intended gate for "release only after green CI". It is
4-
# safe here: it fires only for CI runs on main (post-merge, trusted code), is
4+
# safe here: it fires only for CI runs on main or release branches (post-merge,
5+
# trusted code), is
56
# guarded by conclusion == success and a release: commit subject, and checks
67
# out the pinned head_sha with persist-credentials: false. No untrusted PR code
78
# ever runs in this privileged context.
89
on: # zizmor: ignore[dangerous-triggers]
910
workflow_run:
1011
workflows: ["CI"]
1112
types: [completed]
12-
branches: [main]
13+
branches: [main, release/v0.3.0]
1314

1415
permissions:
1516
contents: read
@@ -29,7 +30,7 @@ jobs:
2930
permissions:
3031
contents: write
3132
steps:
32-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
33+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3334
with:
3435
fetch-depth: 0
3536
ref: ${{ github.event.workflow_run.head_sha }}

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "hosts/dotli"]
22
path = hosts/dotli
3-
url = https://github.com/paritytech/dotli.git
3+
url = https://github.com/paritytech/dotli-community
44
branch = main

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)