anthropics / claude-code-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"]
n1["base-action"]
n0 ---|"3"| n0
n1 ---|"1"| n0
n1 ---|"1"| n1
classDef default fill:#00b2ee,stroke:#ffffff,color:#000000;
classDef highlighted fill:#00b2ee,stroke:#ffffff,color:#000000;
linkStyle 0 stroke:#a0a0a082,stroke-width:3px
linkStyle 1 stroke:#00688b5E,stroke-width:1px
linkStyle 2 stroke:#a0a0a05E,stroke-width:1px
| Pairs | # same commits | # commits 1 | # commits 2 | latest commit |
|---|---|---|---|---|
| src/modes/agent/index.ts src/create-prompt/index.ts |
1 | 20 (5%) | 50 (2%) | 2026-06-12 |
| base-action/src/index.ts src/entrypoints/run.ts |
1 | 14 (7%) | 124 (<1%) | 2026-06-02 |
| base-action/src/retry.ts src/entrypoints/run.ts |
1 | 1 (100%) | 124 (<1%) | 2026-06-02 |
| base-action/src/workload-identity.ts base-action/src/index.ts |
1 | 1 (100%) | 14 (7%) | 2026-06-02 |
| base-action/src/workload-identity.ts base-action/src/retry.ts |
1 | 1 (100%) | 1 (100%) | 2026-06-02 |
| src/utils/retry.ts base-action/src/workload-identity.ts |
1 | 3 (33%) | 1 (100%) | 2026-06-02 |
| src/utils/retry.ts base-action/src/retry.ts |
1 | 3 (33%) | 1 (100%) | 2026-06-02 |
| src/utils/retry.ts src/entrypoints/run.ts |
1 | 3 (33%) | 124 (<1%) | 2026-06-02 |
| base-action/src/workload-identity.ts src/entrypoints/run.ts |
1 | 1 (100%) | 124 (<1%) | 2026-06-02 |
| src/utils/retry.ts base-action/src/index.ts |
1 | 3 (33%) | 14 (7%) | 2026-06-02 |
| src/github/data/formatter.ts src/github/api/queries/github.ts |
1 | 6 (16%) | 7 (14%) | 2026-06-12 |
| base-action/src/retry.ts base-action/src/index.ts |
1 | 1 (100%) | 14 (7%) | 2026-06-02 |
| Pairs | # same commits | # commits 1 | # commits 2 | latest commit |
|---|---|---|---|---|
| src/modes/agent/index.ts src/create-prompt/index.ts |
1 | 20 (5%) | 50 (2%) | 2026-06-12 |
| base-action/src/index.ts src/entrypoints/run.ts |
1 | 14 (7%) | 124 (<1%) | 2026-06-02 |
| base-action/src/retry.ts src/entrypoints/run.ts |
1 | 1 (100%) | 124 (<1%) | 2026-06-02 |
| src/utils/retry.ts base-action/src/workload-identity.ts |
1 | 3 (33%) | 1 (100%) | 2026-06-02 |
| src/utils/retry.ts base-action/src/retry.ts |
1 | 3 (33%) | 1 (100%) | 2026-06-02 |
| src/utils/retry.ts src/entrypoints/run.ts |
1 | 3 (33%) | 124 (<1%) | 2026-06-02 |
| base-action/src/workload-identity.ts src/entrypoints/run.ts |
1 | 1 (100%) | 124 (<1%) | 2026-06-02 |
| src/utils/retry.ts base-action/src/index.ts |
1 | 3 (33%) | 14 (7%) | 2026-06-02 |
| src/github/data/formatter.ts src/github/api/queries/github.ts |
1 | 6 (16%) | 7 (14%) | 2026-06-12 |