Skip to content

Commit 6a37fdf

Browse files
authored
Merge branch 'main' into quenting/dynamic-policy-data
2 parents 8581ca1 + 5fc97d1 commit 6a37fdf

File tree

142 files changed

+4719
-1883
lines changed

Some content is hidden

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

142 files changed

+4719
-1883
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ updates:
9494
tanstack-router:
9595
patterns:
9696
- "@tanstack/react-router"
97+
- "@tanstack/react-router-*"
9798
- "@tanstack/router-*"
9899
tanstack-query:
99100
patterns:

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
${{ matrix.target }}
118118
119119
- name: Setup sccache
120-
uses: mozilla-actions/[email protected].7
120+
uses: mozilla-actions/[email protected].8
121121

122122
- name: Install zig
123123
uses: goto-bus-stop/setup-zig@v2

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
uses: actions/[email protected]
154154

155155
- name: Run `cargo-deny`
156-
uses: EmbarkStudios/[email protected].6
156+
uses: EmbarkStudios/[email protected].11
157157
with:
158158
rust-version: stable
159159

@@ -174,7 +174,7 @@ jobs:
174174
rustup default stable
175175
176176
- name: Setup sccache
177-
uses: mozilla-actions/[email protected].7
177+
uses: mozilla-actions/[email protected].8
178178

179179
- uses: ./.github/actions/build-frontend
180180

@@ -217,7 +217,7 @@ jobs:
217217
- uses: ./.github/actions/build-policies
218218

219219
- name: Setup sccache
220-
uses: mozilla-actions/[email protected].7
220+
uses: mozilla-actions/[email protected].8
221221

222222
- name: Run clippy
223223
run: |
@@ -243,7 +243,7 @@ jobs:
243243
tool: cargo-nextest
244244

245245
- name: Setup sccache
246-
uses: mozilla-actions/[email protected].7
246+
uses: mozilla-actions/[email protected].8
247247

248248
- name: Build and archive tests
249249
run: cargo nextest archive --workspace --archive-file nextest-archive.tar.zst

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
components: llvm-tools-preview
103103

104104
- name: Setup sccache
105-
uses: mozilla-actions/[email protected].7
105+
uses: mozilla-actions/[email protected].8
106106

107107
- name: Install grcov
108108
uses: taiki-e/install-action@v2

.github/workflows/docs.yaml

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

2828
- name: Setup sccache
29-
uses: mozilla-actions/[email protected].7
29+
uses: mozilla-actions/[email protected].8
3030

3131
- name: Install mdbook
3232
uses: taiki-e/install-action@v2

.github/workflows/translations-download.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Create Pull Request
3939
id: cpr
40-
uses: peter-evans/[email protected].7
40+
uses: peter-evans/[email protected].8
4141
with:
4242
sign-commits: true
4343
token: ${{ secrets.BOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)