Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/base-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
with:
repository: basefoundry/base-cli
ref: v0.4.0
ref: v0.4.2
path: .base/base-cli

- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
with:
repository: basefoundry/base-cli
ref: v0.4.0
ref: v0.4.2
path: .dependencies/base-cli

- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
with:
repository: basefoundry/base-cli
ref: v0.4.0
ref: v0.4.2
path: .dependencies/base-cli

- name: Set up Python ${{ matrix.python-version }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
with:
repository: basefoundry/base-cli
ref: v0.4.0
ref: v0.4.2
path: .dependencies/base-cli

- name: Set up Python
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
with:
repository: basefoundry/base-cli
ref: v0.4.0
ref: v0.4.2
path: .dependencies/base-cli

- name: Expose standalone Python package checkout as sibling
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
with:
repository: basefoundry/base-cli
ref: v0.4.0
ref: v0.4.2
path: .dependencies/base-cli

- name: Expose standalone Python package checkout as sibling
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
with:
repository: basefoundry/base-cli
ref: v0.4.0
ref: v0.4.2
path: .dependencies/base-cli

- name: Expose standalone Python package checkout as sibling
Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
with:
repository: basefoundry/base-cli
ref: v0.4.0
ref: v0.4.2
path: .dependencies/base-cli

- name: Expose reusable Bash library checkout as sibling
Expand Down Expand Up @@ -343,7 +343,7 @@ jobs:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
with:
repository: basefoundry/base-cli
ref: v0.4.0
ref: v0.4.2
path: .dependencies/base-cli

- name: Set up Python
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and Base versions are tracked in the repo-root `VERSION` file.

### Changed

- Align the published Base CLI provider used by development dependencies and
CI checkout workflows with `base-cli` `0.4.2`.

- Treat GitHub's unsupported `branch_name_pattern` response as a capability
warning during `basectl repo configure`, preserving the issue-branch policy
workflow fallback instead of failing the whole repository configuration.
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pylint==3.3.9
click==8.4.1
base-cli==0.4.1
base-cli==0.4.2
PyYAML==6.0.3
pytest==9.0.3
pytest-cov==7.1.0
Expand Down
Loading