Skip to content

Commit

Permalink
chore: check-in Cargo.lock (#51)
Browse files Browse the repository at this point in the history
* chore: check-in Cargo.lock

See same change in Neqo mozilla/neqo#2208.

* Include mozbuild and mtu 0.2.3

---------

Co-authored-by: Lars Eggert <lars@eggert.org>
  • Loading branch information
mxinden and larseggert authored Dec 2, 2024
1 parent c452825 commit aa6b20c
Show file tree
Hide file tree
Showing 4 changed files with 514 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ updates:
directory: "/"
schedule:
interval: "weekly"
# Disable all non-security updates.
# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit>
open-pull-requests-limit: 0
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,3 +337,19 @@ jobs:
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

check-cargo-lock:
name: Ensure `Cargo.lock` contains all required dependencies
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
repository: mozilla/neqo
sparse-checkout: |
.github/actions/rust
path: neqo
- uses: ./neqo/.github/actions/rust
with:
token: ${{ secrets.GITHUB_TOKEN }}
- run: cargo update -w --locked
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
/.vscode/
/lcov.info
/target/
Cargo.lock
Loading

0 comments on commit aa6b20c

Please sign in to comment.