You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure it pins the version of pypa/gh-action-pypi-publish to a specific release or commit; currently we're using master, which the action is warning about (and is a bad idea in general for both security and reliability).
The cookiecutter currently has a PyPI publish action that should be moved to the
openedx/.github
repo's shared workflows.Acceptance criteria:
pypa/gh-action-pypi-publish
to a specific release or commit; currently we're usingmaster
, which the action is warning about (and is a bad idea in general for both security and reliability).master
version, since it's under our control)The text was updated successfully, but these errors were encountered: