Staging - #22
Merged
Merged
Conversation
- .github/dependabot.yml: weekly PRs for pip (pyproject.toml) and github-actions (workflow pin) ecosystem updates. - .github/workflows/security.yml: CodeQL static analysis for Python plus pip-audit against the installed dependency set, on push to development/staging/main, on every PR, weekly, and on demand. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
actions/checkout@v4 and actions/setup-python@v5 only support Node 20, which GitHub is deprecating on Actions runners — bump to @v5/@v6 across ci.yml, release.yml, and security.yml so they run on Node 24 natively instead of the runner's forced-compatibility shim. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Both now raise NotImplementedError immediately instead of running their CTAS/CREATE OR REPLACE VIEW statements — signatures unchanged so Catalog.draft2version/publishversion, _OPERATIONS dispatch, and retry_pending all still resolve, they just fail loudly when called. Switched the generic retry-mechanism tests that happened to use these two as convenient examples over to deleteview/datacopy instead, and updated README's usage example and operation list to stop advertising them as working. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Debug library
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…/checkout-7 Bump actions/checkout from 5 to 7
…ps/action-gh-release-3 Bump softprops/action-gh-release from 2 to 3
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…codeql-action-4 Bump github/codeql-action from 3 to 4
…/setup-python-7 Bump actions/setup-python from 6 to 7
Dependabot only attaches labels it's told about via labels: — it never
creates them, and errors out on every PR it opens if a listed label
("dependencies", "github-actions") isn't already there. Omitting
labels: falls back to Dependabot's own default label, which it does
create automatically.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
update dependencies
Debug library
Merge pull request #18 from eeadata/debug_library
Merge pull request #19 from eeadata/development
Update dependencies
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.
No description provided.