Skip to content

Commit afde893

Browse files
authored
Merge branch 'main' into feat-cargo-crap
Signed-off-by: Lars Eggert <lars@eggert.org>
2 parents 89b7e89 + 334dfff commit afde893

26 files changed

Lines changed: 59 additions & 47 deletions

.github/actions/build-neqo/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ runs:
3131
sudo apt-get install -y --no-install-recommends clang lld
3232
3333
- name: Install Rust
34-
uses: mozilla/actions/rust@312d300af3fb2b6551389bf1cb40b10e86294ec2 # v1.1.4
34+
uses: mozilla/actions/rust@2e46408d5c495e59a21e5e125e82008fad0d9408 # v1.1.7
3535
with:
3636
version: stable
3737
token: ${{ inputs.token }}
3838

3939
- name: Install NSS
40-
uses: mozilla/actions/nss@312d300af3fb2b6551389bf1cb40b10e86294ec2 # v1.1.4
40+
uses: mozilla/actions/nss@2e46408d5c495e59a21e5e125e82008fad0d9408 # v1.1.7
4141
with:
4242
minimum-version: ${{ inputs.nss-minimum-version }}
4343
token: ${{ inputs.token }}

.github/actions/check-android/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ runs:
4343
WD: ${{ inputs.working-directory }}
4444
run: cd "$WD" && sdkmanager --install "ndk;$NDK_VERSION"
4545

46-
- uses: mozilla/actions/rust@312d300af3fb2b6551389bf1cb40b10e86294ec2 # v1.1.4
46+
- uses: mozilla/actions/rust@2e46408d5c495e59a21e5e125e82008fad0d9408 # v1.1.7
4747
with:
4848
version: stable
4949
targets: ${{ inputs.target }}
5050
tools: cargo-ndk@^4
5151
token: ${{ inputs.github-token }}
5252

53-
- uses: mozilla/actions/nss@312d300af3fb2b6551389bf1cb40b10e86294ec2 # v1.1.4
53+
- uses: mozilla/actions/nss@2e46408d5c495e59a21e5e125e82008fad0d9408 # v1.1.7
5454
if: ${{ inputs.minimum-nss-version != '' }}
5555
with:
5656
minimum-version: ${{ inputs.minimum-nss-version }}

.github/actions/check-vm/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ runs:
170170
run: test -f "$WORKING_DIR/codecov.json" && echo "exists=true" >> "$GITHUB_OUTPUT" || true
171171

172172
- if: ${{ steps.check-coverage.outputs.exists == 'true' }}
173-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
173+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
174174
with:
175175
files: codecov.json
176176
working-directory: ${{ inputs.working-directory }}

.github/actions/quic-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
4040
- name: Install Rust
4141
if: inputs.impl == 'quiche' || inputs.impl == 's2n'
42-
uses: mozilla/actions/rust@312d300af3fb2b6551389bf1cb40b10e86294ec2 # v1.1.4
42+
uses: mozilla/actions/rust@2e46408d5c495e59a21e5e125e82008fad0d9408 # v1.1.7
4343
with:
4444
version: stable
4545
token: ${{ inputs.token }}

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ updates:
2323
- "/"
2424
schedule:
2525
interval: "weekly"
26+
open-pull-requests-limit: 99
27+
groups:
28+
mozilla-actions:
29+
patterns:
30+
- "mozilla/actions*"
31+
docker-actions:
32+
patterns:
33+
- "docker/*"
34+
vm-actions:
35+
patterns:
36+
- "vmactions/*"
2637
cooldown:
2738
default-days: 10
2839
# "semver" not supported for github-actions; see https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#configuration-of-cooldown
@@ -35,6 +46,7 @@ updates:
3546
directory: "/qns"
3647
schedule:
3748
interval: "weekly"
49+
open-pull-requests-limit: 99
3850
cooldown:
3951
default-days: 10
4052
# "semver" not supported for docker; see https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#configuration-of-cooldown

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
echo "$HOME/.cargo/bin" >> "${GITHUB_PATH}"
7878
7979
- name: Install Rust
80-
uses: mozilla/actions/rust@312d300af3fb2b6551389bf1cb40b10e86294ec2 # v1.1.4
80+
uses: mozilla/actions/rust@2e46408d5c495e59a21e5e125e82008fad0d9408 # v1.1.7
8181
with:
8282
version: ${{ env.RUSTUP_TOOLCHAIN }}
8383
tools: flamegraph, samply

.github/workflows/check-mtu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
persist-credentials: false
3737

38-
- uses: mozilla/actions/rust@312d300af3fb2b6551389bf1cb40b10e86294ec2 # v1.1.4
38+
- uses: mozilla/actions/rust@2e46408d5c495e59a21e5e125e82008fad0d9408 # v1.1.7
3939
with:
4040
token: ${{ secrets.GITHUB_TOKEN }}
4141

.github/workflows/check.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
persist-credentials: false
3737

3838
- id: toolchains
39-
uses: mozilla/actions/toolchains@312d300af3fb2b6551389bf1cb40b10e86294ec2 # v1.1.4
39+
uses: mozilla/actions/toolchains@2e46408d5c495e59a21e5e125e82008fad0d9408 # v1.1.7
4040

4141
check:
4242
name: Run checks
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
persist-credentials: false
8181

82-
- uses: mozilla/actions/rust@312d300af3fb2b6551389bf1cb40b10e86294ec2 # v1.1.4
82+
- uses: mozilla/actions/rust@2e46408d5c495e59a21e5e125e82008fad0d9408 # v1.1.7
8383
with:
8484
version: ${{ matrix.rust-toolchain }}
8585
components: ${{ matrix.rust-toolchain == 'stable' && 'llvm-tools' || '' }} ${{ matrix.rust-toolchain == 'nightly' && startsWith(matrix.os, 'ubuntu') && !endsWith(matrix.os, 'arm') && 'rust-src ' || '' }}
@@ -90,7 +90,7 @@ jobs:
9090
uses: ./.github/actions/minimum-version
9191
with:
9292
directory: .
93-
- uses: mozilla/actions/nss@312d300af3fb2b6551389bf1cb40b10e86294ec2 # v1.1.4
93+
- uses: mozilla/actions/nss@2e46408d5c495e59a21e5e125e82008fad0d9408 # v1.1.7
9494
with:
9595
minimum-version: ${{ steps.nss-version.outputs.minimum }}
9696
token: ${{ secrets.GITHUB_TOKEN }}
@@ -152,7 +152,7 @@ jobs:
152152
path: lcov.info
153153
retention-days: 1
154154

155-
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
155+
- uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
156156
with:
157157
files: codecov.json
158158
fail_ci_if_error: false
@@ -206,7 +206,7 @@ jobs:
206206
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
207207
with:
208208
persist-credentials: false
209-
- uses: mozilla/actions/rust@312d300af3fb2b6551389bf1cb40b10e86294ec2 # v1.1.4
209+
- uses: mozilla/actions/rust@2e46408d5c495e59a21e5e125e82008fad0d9408 # v1.1.7
210210
with:
211211
version: stable
212212
tools: cargo-hack

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
claude-review:
18-
uses: mozilla/actions/.github/workflows/claude-review.yml@312d300af3fb2b6551389bf1cb40b10e86294ec2 # v1.1.4
18+
uses: mozilla/actions/.github/workflows/claude-review.yml@2e46408d5c495e59a21e5e125e82008fad0d9408 # v1.1.7
1919
permissions:
2020
contents: read
2121
pull-requests: write # Required to post review comments.

.github/workflows/clippy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
persist-credentials: false
2424

2525
- id: toolchains
26-
uses: mozilla/actions/toolchains@312d300af3fb2b6551389bf1cb40b10e86294ec2 # v1.1.4
26+
uses: mozilla/actions/toolchains@2e46408d5c495e59a21e5e125e82008fad0d9408 # v1.1.7
2727

2828
clippy:
2929
name: cargo clippy
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
persist-credentials: false
4545

46-
- uses: mozilla/actions/rust@312d300af3fb2b6551389bf1cb40b10e86294ec2 # v1.1.4
46+
- uses: mozilla/actions/rust@2e46408d5c495e59a21e5e125e82008fad0d9408 # v1.1.7
4747
with:
4848
version: ${{ matrix.rust-toolchain }}
4949
components: clippy
@@ -54,7 +54,7 @@ jobs:
5454
uses: ./.github/actions/minimum-version
5555
with:
5656
directory: .
57-
- uses: mozilla/actions/nss@312d300af3fb2b6551389bf1cb40b10e86294ec2 # v1.1.4
57+
- uses: mozilla/actions/nss@2e46408d5c495e59a21e5e125e82008fad0d9408 # v1.1.7
5858
with:
5959
minimum-version: ${{ steps.nss-version.outputs.minimum }}
6060
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)