Skip to content

Upgrade to hidapi v2.5.0 #35

Upgrade to hidapi v2.5.0

Upgrade to hidapi v2.5.0 #35

# SPDX-FileCopyrightText: The djio authors
# SPDX-License-Identifier: CC0-1.0
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow
# Same as file name
name: dependency-audit
permissions:
contents: read
on:
push:
paths:
- "**/Cargo.toml"
- ".deny.toml"
schedule:
# Weekly, i.e. on Sunday at 13:37 UTC
- cron: "37 13 * * 0"
workflow_dispatch:
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Generate Cargo.lock
run: cargo generate-lockfile
- uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check
arguments: >-
--all-features
--locked