Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"actions/github-script@v9": {
"repo": "actions/github-script",
"version": "v9",
"sha": "373c709c69115d41ff229c7e5df9f8788daa9553"
"sha": "3a2844b7e9c422d3c10d287c895573f7108da1b3"
},
"github/gh-aw-actions/setup@v0.68.3": {
"github/gh-aw-actions/setup@v0.68.7": {
"repo": "github/gh-aw-actions/setup",
"version": "v0.68.3",
"sha": "ba90f2186d7ad780ec640f364005fa24e797b360"
"version": "v0.68.7",
"sha": "f52802884d655622f0a2dfd6d6a2250983c95523"
}
}
}
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ updates:
directory: "/"
schedule:
interval: "weekly"
ignore:
# Embedded in compiled .lock.yml files generated by `gh aw compile`.
# Upgrades must go through .github/aw/actions-lock.json + recompile,
# not via direct edits to the compiled workflows.
- dependency-name: "github/gh-aw-actions/*"
- dependency-name: "actions/github-script"
138 changes: 82 additions & 56 deletions .github/workflows/ci-fixer.lock.yml

Large diffs are not rendered by default.

130 changes: 78 additions & 52 deletions .github/workflows/code-health.lock.yml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Install gh-aw extension
uses: github/gh-aw/actions/setup-cli@5a06d310cf45161bde77d070065a1e1489fc411c # v0.68.1
uses: github/gh-aw/actions/setup-cli@f916d5de5199f770e46151d455ab1f0288981cc9 # v0.68.7
with:
version: v0.68.1
version: v0.68.7
- name: Install uv
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
- name: Install Python dependencies
Expand Down
130 changes: 78 additions & 52 deletions .github/workflows/feature-planner.lock.yml

Large diffs are not rendered by default.

138 changes: 82 additions & 56 deletions .github/workflows/issue-implementer.lock.yml

Large diffs are not rendered by default.

130 changes: 78 additions & 52 deletions .github/workflows/perf-agent-improver.lock.yml

Large diffs are not rendered by default.

130 changes: 78 additions & 52 deletions .github/workflows/perf-analysis.lock.yml

Large diffs are not rendered by default.

130 changes: 78 additions & 52 deletions .github/workflows/quality-gate.lock.yml

Large diffs are not rendered by default.

138 changes: 82 additions & 56 deletions .github/workflows/review-responder.lock.yml

Large diffs are not rendered by default.

130 changes: 78 additions & 52 deletions .github/workflows/test-analysis.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description = "Python CLI tools monorepo"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pydantic>=2.13.0,<3",
"pydantic>=2.13.2,<3",
"click>=8.3.2,<9",
"rich>=15.0.0,<16",
"loguru>=0.7.3,<1",
Expand Down
140 changes: 70 additions & 70 deletions uv.lock

Large diffs are not rendered by default.

Loading