ci: pin dependency automation - #11
Merged
Merged
Conversation
|
🎉 This PR is included in version 1.0.8 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
zoeyrose
added a commit
to atrinik/atrinik
that referenced
this pull request
Aug 7, 2026
## Summary - add the strict organization-wide dependency/toolchain ownership catalog and schema - audit immutable Actions, hosted runners, workflow container pulls, Dockerfiles, devcontainers, dependency manifests, CMake inputs, vendored source, update ownership, and submodule absence - generate exact environment versions, third-party provenance, CycloneDX 1.6, and SPDX 2.3 artifacts in scheduled CI - document the cross-repository ownership and maintenance workflow Closes #189. ## Component dependencies - atrinik/client#45 - atrinik/server#50 - atrinik/protocol#12 - atrinik/legacy-libatrinik#14 - atrinik/content#35 - atrinik/sound#11 - atrinik/resources#11 - atrinik/tools#13 - atrinik/editor#8 - atrinik/metaserver-worker#10 - atrinik/devcontainer#14 - atrinik/github-settings#23 The component PRs must merge first so the scheduled audit sees owned updater configuration and immutable references on every default branch. ## Validation - all 88 wrapper unit tests and warning-as-error compileall - complete 13-repository supply-chain audit (about 17,000 inputs) - deterministic license, CycloneDX, SPDX, and exact version report generation - actionlint across every workflow and policy publisher plan review - GCC 15.2 client/server builds with 5 + 31 passing CTests - Clang 21.1 client build with 5 passing CTests - Linux and full cached Windows/MXE toolchain image builds and smoke tests - server and devcontainer Dockerfile checks - `git diff --check` across all worktrees
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Part of atrinik/atrinik#189.
Validation
git diff --check