fix(docker): pin builder to bookworm to avoid glibc runtime mismatch
* fix(docker): pin builder to bookworm for glibc compatibility * ci: skip rust lint on non-Rust PRs and allow 0BSD * ci: pin actionlint action to existing release tag * ci: make docs-only matcher shellcheck-clean --------- Co-authored-by: chumyin <chumyin@users.noreply.github.com>
This commit is contained in:
parent
3b7a140aad
commit
c80b118963
4 changed files with 43 additions and 10 deletions
|
|
@ -19,6 +19,7 @@ allow = [
|
|||
"Zlib",
|
||||
"MPL-2.0",
|
||||
"CDLA-Permissive-2.0",
|
||||
"0BSD",
|
||||
]
|
||||
unused-allowed-license = "allow"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue