anthropics / claude-code-base-action Temporal Dependencies |
A temporal dependency occurs when developers change two or more files at the same time (i.e. they are a part of the same commit).
flowchart TB
n0["src"]
n0 ---|"1"| n0
classDef default fill:#00b2ee,stroke:#ffffff,color:#000000;
classDef highlighted fill:#00b2ee,stroke:#ffffff,color:#000000;
linkStyle 0 stroke:#a0a0a05E,stroke-width:1px
| Pairs | # same commits | # commits 1 | # commits 2 | latest commit |
|---|---|---|---|---|
| src/workload-identity.ts src/index.ts |
1 | 1 (100%) | 18 (5%) | 2026-06-02 |
| src/retry.ts src/index.ts |
1 | 1 (100%) | 18 (5%) | 2026-06-02 |
| src/workload-identity.ts src/retry.ts |
1 | 1 (100%) | 1 (100%) | 2026-06-02 |