Check license of dependencies in CI

This commit is contained in:
Johannes Altmanninger
2025-11-04 11:08:04 +01:00
parent 462fa9077a
commit bed2da9b83
10 changed files with 38 additions and 3 deletions

View File

@@ -29,6 +29,14 @@ targets:
file: .github/actions/rust-toolchain/action.yml
matchpattern: '\(stable\) echo \d+\.\d+ ;;.*'
replacepattern: '(stable) echo {{ source "rust_stable_version" }} ;; # updatecli.d/rust.yml'
update_rust_stable2:
name: "Update Rust stable #2"
sourceid: rust_stable_version
kind: file
spec:
file: .github/workflows/lint-dependencies.yml
matchpattern: 'rust-version: \d+\.\d+\b.*'
replacepattern: 'rust-version: {{ source "rust_stable_version" }} # updatecli.d/rust.yml'
update_msrv:
name: "Update MSRV"
sourceid: rust_stable_version