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.
This PR contains the following updates:
v3.1.0
->v3.2.0
v2.0.6
->v2.1.2
v1.6.1
->v1.6.4
Release Notes
actions/checkout
v3.2.0
Compare Source
What's Changed
New Contributors
Full Changelog: actions/checkout@v3...v3.2.0
ossf/scorecard-action
v2.1.2
Compare Source
What's Changed
Fixes
Full Changelog: ossf/scorecard-action@v2.1.1...v2.1.2
v2.1.1
Compare Source
Scorecard version
This release use Scorecard's v4.10.1
Full Changelog: ossf/scorecard-action@v2.1.0...v2.1.1
v2.1.0
Compare Source
What's Changed
Scorecard version
This release uses scorecard v4.10.0.
Improvements
Documentation
New Contributors
Full Changelog: ossf/scorecard-action@v2.0.6...v2.1.0
pypa/gh-action-pypi-publish
v1.6.4
Compare Source
oh, boi! again?
This is the last one tonight, promise! It fixes this embarrassing bug that was actually caught by the CI but got overlooked due to the lack of sleep.
TL;DR GH passed
$HOME
from the external env into the container and that tricked the Python'ssite
module to think that the home directory is elsewhere, adding non-existent paths to the env vars. See #115.Full Diff: pypa/gh-action-pypi-publish@v1.6.3...v1.6.4
v1.6.3
Compare Source
Another Release!? Why?
In https://github.com/pypa/gh-action-pypi-publish/issues/112#issuecomment-1340133013, it was discovered that passing a
$PATH
variable even breaks the shebang. So this version adds more safeguards to make sure it keeps working with a fully broken$PATH
.Full Diff: pypa/gh-action-pypi-publish@v1.6.2...v1.6.3
v1.6.2
Compare Source
What's Fixed
$PATH
and$PYTHONPATH
environment variables resilient to broken values passed from the host runner environment, which previously allowed the users to accidentally break the container's internal runtime as reported in https://github.com/pypa/gh-action-pypi-publish/issues/112Internal Maintenance Improvements
New Contributors
Full Diff: pypa/gh-action-pypi-publish@v1.6.1...v1.6.2
Configuration
📅 Schedule: Branch creation - "before 6am on monday" in timezone Australia/Sydney, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.