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
A more secure option is to advocate that users use release tags and dependabot to check for updates to the GitHub Actions that they use and then consider from the PR if the update in the tag is something they are ready to accept. Example .github/dependabot.yml (taken from Scikit-HEP developer recommendations (thanks @henryiii!)):
Uh oh!
There was an error while loading. Please reload this page.
At the moment the
v0.1.0
docs advocate that users use the action frommain
and not from a specific tag.upload-nightly-action/README.md
Lines 10 to 17 in 80af44f
This seems like a security issue that should be avoided and that @webknjaz has discussed before for https://github.com/pypa/gh-action-pypi-publish.
A more secure option is to advocate that users use release tags and dependabot to check for updates to the GitHub Actions that they use and then consider from the PR if the update in the tag is something they are ready to accept. Example
.github/dependabot.yml
(taken from Scikit-HEP developer recommendations (thanks @henryiii!)):The text was updated successfully, but these errors were encountered: