ci: modernize checkout action + add permissions + Dependabot - #106
Open
jhamon wants to merge 1 commit into
Open
Conversation
- Bump actions/checkout@v3 -> v4 (v3 is outdated). - Add a least-privilege 'permissions: contents: read' block to the PR CI. - Add .github/dependabot.yml for pip (poetry) + github-actions (grouped). Existing black/mypy/pytest matrix is unchanged. See PR description for two deferred decisions (EOL Python matrix, pip-audit gate).
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.
What
Safe CI hardening for
pinecone-text:actions/checkout@v3→v4— v3 is outdated.permissions: contents: readto the PR CI..github/dependabot.ymlfor pip (poetry) + github-actions.The existing black / mypy / pytest matrix is unchanged.
Two deferred decisions (need your call)
requires-python), so I left the matrix alone rather than make that call here.pip-auditgate would also be worth adding once the support/scope questions above are settled.🤖 Generated with Claude Code
Note
Low Risk
Workflow and Dependabot config only; no application code, auth, or runtime behavior changes.
Overview
CI hardening for pull-request runs: the workflow now declares
permissions: contents: read(least privilege) and bumpsactions/checkoutfrom v3 to v4. The existing OS/Python test matrix and test steps are unchanged.Dependency automation: adds
.github/dependabot.ymlwith weekly pip updates (minor/patch grouped, up to 10 open PRs) and weekly GitHub Actions updates (up to 5 open PRs).Reviewed by Cursor Bugbot for commit 6e26368. Bugbot is set up for automated code reviews on this repo. Configure here.