Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit eaf63aa

Browse files
committed
chore: check-in Cargo.lock
See same change in Neqo mozilla/neqo#2208.
1 parent c7cd35a commit eaf63aa

4 files changed

Lines changed: 507 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ updates:
77
directory: "/"
88
schedule:
99
interval: "weekly"
10+
# Disable all non-security updates.
11+
# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit>
12+
open-pull-requests-limit: 0
1013
- package-ecosystem: "github-actions"
1114
directory: "/"
1215
schedule:

.github/workflows/check.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,3 +337,19 @@ jobs:
337337
verbose: true
338338
env:
339339
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
340+
341+
check-cargo-lock:
342+
name: Ensure `Cargo.lock` contains all required dependencies
343+
runs-on: ubuntu-latest
344+
steps:
345+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
346+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
347+
with:
348+
repository: mozilla/neqo
349+
sparse-checkout: |
350+
.github/actions/rust
351+
path: neqo
352+
- uses: ./neqo/.github/actions/rust
353+
with:
354+
token: ${{ secrets.GITHUB_TOKEN }}
355+
- run: cargo update -w --locked

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
/.vscode/
44
/lcov.info
55
/target/
6-
Cargo.lock

0 commit comments

Comments
 (0)