-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: do not use github actions @master
#731
base: master
Are you sure you want to change the base?
chore: do not use github actions @master
#731
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks good to me! Reviewed everything up to 6a4bfc7 in 18 seconds
More details
- Looked at
68
lines of code in3
files - Skipped
0
files when reviewing. - Skipped posting
2
drafted comments based on config settings.
1. .github/workflows/release.yaml:25
- Draft comment:
Consider updatingactions/checkout@v2
to the latest stable versionv4
for consistency and to benefit from the latest features and security patches. This is also applicable in other parts of the workflow wherecheckout@v2
is used. - Reason this comment was not posted:
Comment did not seem useful.
2. .github/workflows/release.yaml:26
- Draft comment:
Consider updatingactions/setup-python@v2
to the latest stable versionv3
for consistency and to benefit from the latest features and security patches. This is also applicable in other parts of the workflow wheresetup-python@v2
is used. - Reason this comment was not posted:
Comment did not seem useful.
Workflow ID: wflow_5SJ1ArPyxe7Ykmij
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
6a4bfc7
to
15d917f
Compare
15d917f
to
90642f6
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
It is considered a bad practice to use github actions
@master
instead of specifying an exact tag. This PR pins such actions to the newest available versions.The remaining actions are updated by #658.
Important
Pin GitHub Actions to specific versions in workflows for stability and security.
actions/setup-python
from@master
to@v5
incommon.yml
.actions/checkout
from@master
to@v4
inexamples.yml
.actions/checkout
from@master
to@v4
inrelease.yaml
.This description was created by for 6a4bfc7. It will automatically update as commits are pushed.