chore(actions)(deps): bump the github-actions group across 1 directory with 4 updates#96
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Evidentia gap diffNo changes Frameworks analyzed: nist-800-53-rev5-moderate, soc2-tsc Summary
Generated by |
dae4373 to
7ff1292
Compare
7ff1292 to
ddfef99
Compare
…y with 4 updates Bumps the github-actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/cache](https://github.com/actions/cache), [actions/setup-python](https://github.com/actions/setup-python) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `actions/checkout` from 6.0.3 to 7.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@df4cb1c...9c091bb) Updates `actions/cache` from 5.0.5 to 6.0.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@27d5ce7...2c8a9bd) Updates `actions/setup-python` from 6.2.0 to 6.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a309ff8...ece7cb0) Updates `softprops/action-gh-release` from 3.0.0 to 3.0.1 - [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@b430933...718ea10) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
ddfef99 to
f4015d2
Compare
…al wheels before PyPI publish v0.10.12 published 8 wheels to PyPI and THEN the container built from PyPI and failed (a python:3.14/litellm base regression), leaving a PyPI-only release. Two structural causes: the container built AFTER the irreversible publish, and it built FROM PyPI (also racing propagation). Reorder release.yml into tag-guard -> gate -> build -> publish-pypi -> publish-container. The new `build` job builds the wheels + SBOM AND the container image FROM THE JUST-BUILT LOCAL WHEELS (docker/wheels via pip-compile --find-links, installed with --require-hashes), smoke-tests it, and saves it as an artifact. publish-pypi needs: build, so a container-build failure now blocks the irreversible PyPI publish. publish-container loads the EXACT validated image (docker save/load — no post-publish rebuild), pushes, signs (cosign keyless), attests (SLSA), and creates the GitHub Release ONCE, last, with the full body — so a half-finished release leaves no Release page rather than a wheels-only one. Dockerfile: refactor to multi-stage (base / deps-pypi / deps-local / final). INSTALL_SOURCE=pypi (default; operators + container-build.yml) is unchanged; INSTALL_SOURCE=local installs the local wheels. Because BuildKit only builds the selected stage's graph, pypi mode never references docker/wheels, so the .gitignore `wheels/` rule is a non-issue and a clean checkout needs no wheels directory. Kills the post-publish container-build-failure class and the evidentia-eval PyPI-propagation race. Validated locally: actionlint; multi-stage build in both modes; a clean-checkout pypi build with no docker/wheels; a local-wheel build that installs + runs evidentia 0.10.13 from the local wheels; docker save/load; and a full simulation of the Release-body assembly. Pins actions/checkout v7.0.0 + action-gh-release v3.0.1 (matching Dependabot #96) and adds SHA-pinned download-artifact. Only fully exercised at the next tag.
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
|
@dependabot recreate |
|
Looks like this PR is closed. If the branch still exists, you can re-open the PR and then use |
Bumps the github-actions group with 4 updates in the / directory: actions/checkout, actions/cache, actions/setup-python and softprops/action-gh-release.
Updates
actions/checkoutfrom 6.0.3 to 7.0.0Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
9c091bbupdate error wording (#2467)1044a6dgetting ready for checkout v7 release (#2464)f028218Bump the minor-npm-dependencies group across 1 directory with 3 updates (#2462)d914b26upgrade module to esm and update dependencies (#2463)537c7efBump@actions/coreand@actions/tool-cacheand Remove uuid (#2459)130a169Bump js-yaml from 4.1.0 to 4.2.0 (#2461)7d09575Bump flatted from 3.3.1 to 3.4.2 (#2460)0f9f3aaBump actions/publish-immutable-action (#2458)f9e715ablock checking out fork pr for pull_request_target and workflow_run (#2454)Updates
actions/cachefrom 5.0.5 to 6.0.0Release notes
Sourced from actions/cache's releases.
Changelog
Sourced from actions/cache's changelog.
... (truncated)
Commits
2c8a9bdMerge pull request #1760 from actions/samirat/esm_migration_and_package_updatee9b91fdPrettier fixese4884b8Rebuild dist10baf01Fixed licensese39b386Fix test mock return orderb692820PR feedback6074912Rebuild dist bundles as ESM to match type:module5a912e8Fix lint and jest issuesb9bf592Update documentation for v6 release80f7777Update packages, migrate to ESMUpdates
actions/setup-pythonfrom 6.2.0 to 6.3.0Release notes
Sourced from actions/setup-python's releases.
Commits
ece7cb0Fix pip cache error handling on Windows. (#1040)1d18d7aUpdate advanced-usage.md (#811)d2b357aUpdate dependency versions and test workflow configuration (#1322)8f639b1Merge pull request #1324 from jasongin/update-actions-cache-5.1.06731c2bResolve high-severity audit issues0cb1a84Add RHEL support and include Linux distro in cache keys (#1323)dc6eab6Update dist6f4b74bStrict equalityfa8bde1Bump@actions/cacheto 5.1.0, log cache write deniedc8813baUpgrade@actionsdependencies and update licenses (#1303)Updates
softprops/action-gh-releasefrom 3.0.0 to 3.0.1Release notes
Sourced from softprops/action-gh-release's releases.
Changelog
Sourced from softprops/action-gh-release's changelog.
... (truncated)
Commits
718ea10release 3.0.1f1a938bchore(deps): bump esbuild from 0.28.0 to 0.28.1 (#802)0066eadchore(deps): bump vite from 8.0.14 to 8.0.16 (#806)dc643cachore(deps): bump the npm group with 3 updates (#805)85ee99bchore(deps): bump actions/checkout in the github-actions group (#804)9ed3cf9chore(deps): bump the npm group with 2 updates (#800)3efcac8chore(deps): bump the npm group with 3 updates (#798)05d6b91chore(deps): bump brace-expansion from 5.0.5 to 5.0.6 (#797)403a524chore(deps): bump@types/nodefrom 24.12.2 to 24.12.3 in the npm group (#796)437e073chore(deps): bump the npm group with 4 updates (#792)