ci: pin gh-action-pypi-publish to v1.14.0 - #10
Merged
Merged
Conversation
Pin the PyPI publish action from the floating release/v1 branch to an immutable version tag for supply-chain safety. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
Architecture Drift ReportAlgorithm: PKG | Entities: 475 | Components: 7 Drift from Baseline
Changes
Smells (3)
Generated by arcade-agent |
Contributor
🤖 Architecture Analysis SummaryPowered by arcade-agent — automatic architectural self-analysis 📈 Metric EvolutionBaseline commit: Legend: 🟢 better · 🔴 worse · 🟡 low impact · ⚪ no change
🏛️ Current Architecture
🕸️ High-Level Designgraph TD
Algorithms["Algorithms\n39 entities\n5 classes / 2 methods"]
Budget["Budget\n3 entities\n0 classes / 0 methods"]
Cache["Cache\n4 entities\n0 classes / 0 methods"]
Exporters["Exporters\n13 entities\n1 classes / 0 methods"]
Incremental["Incremental\n2 entities\n1 classes / 2 methods"]
Parsers["Parsers\n16 entities\n10 classes / 24 methods"]
Serialization["Serialization\n7 entities\n0 classes / 0 methods"]
Tools["Tools\n13 entities\n2 classes / 1 methods"]
Cache --> Serialization
Serialization --> Algorithms
Serialization --> Parsers
Tools --> Cache
Tools --> Parsers
🏗️ Components breakdown
🚨 Architectural Smells✅ No architectural smells detected. 📈 Evolution vs BaselineBaseline commit: Architecture-to-Architecture (A2A) Comparison
Component matching detailsMatched:
High-level component statistics
Before/After Mermaid diagramsBaseline graph TD
Algorithms["Algorithms\n39 entities\n5 classes / 2 methods"]
Budget["Budget\n3 entities\n0 classes / 0 methods"]
Cache["Cache\n4 entities\n0 classes / 0 methods"]
Exporters["Exporters\n13 entities\n1 classes / 0 methods"]
Incremental["Incremental\n2 entities\n1 classes / 2 methods"]
Parsers["Parsers\n16 entities\n10 classes / 24 methods"]
Serialization["Serialization\n7 entities\n0 classes / 0 methods"]
Tools["Tools\n13 entities\n2 classes / 1 methods"]
Cache --> Serialization
Serialization --> Algorithms
Serialization --> Parsers
Tools --> Cache
Tools --> Parsers
Current graph TD
Algorithms["Algorithms\n39 entities\n5 classes / 2 methods"]
Budget["Budget\n3 entities\n0 classes / 0 methods"]
Cache["Cache\n4 entities\n0 classes / 0 methods"]
Exporters["Exporters\n13 entities\n1 classes / 0 methods"]
Incremental["Incremental\n2 entities\n1 classes / 2 methods"]
Parsers["Parsers\n16 entities\n10 classes / 24 methods"]
Serialization["Serialization\n7 entities\n0 classes / 0 methods"]
Tools["Tools\n13 entities\n2 classes / 1 methods"]
Cache --> Serialization
Serialization --> Algorithms
Serialization --> Parsers
Tools --> Cache
Tools --> Parsers
Component dependency delta
💡 CI/CD Insights
📄 View HTML reports and artifacts This comment is auto-generated by the self-dogfooding CI job. It updates on every push to this PR. |
15 tasks
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.
Pins the PyPI publish action from the floating
release/v1branch to the immutable tagv1.14.0(current latest stable) for supply-chain safety.A moving branch ref means a future force-push or upstream compromise would silently flow into the publish job; a version tag freezes it to a known release.
🤖 Generated with Claude Code