-
Notifications
You must be signed in to change notification settings - Fork 4.4k
chore: do not use github actions @master
#731
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
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
68lines of code in3files - Skipped
0files when reviewing. - Skipped posting
2drafted comments based on config settings.
1. .github/workflows/release.yaml:25
- Draft comment:
Consider updatingactions/checkout@v2to the latest stable versionv4for consistency and to benefit from the latest features and security patches. This is also applicable in other parts of the workflow wherecheckout@v2is used. - Reason this comment was not posted:
Comment did not seem useful.
2. .github/workflows/release.yaml:26
- Draft comment:
Consider updatingactions/setup-python@v2to the latest stable versionv3for consistency and to benefit from the latest features and security patches. This is also applicable in other parts of the workflow wheresetup-python@v2is 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 ↗︎
|
…to do_not_use_github_actions_at_master
5ac72d2
into
ComposioHQ:dependabot/github_actions/github-actions-90e2c2ff70
It is considered a bad practice to use github actions
@masterinstead 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-pythonfrom@masterto@v5incommon.yml.actions/checkoutfrom@masterto@v4inexamples.yml.actions/checkoutfrom@masterto@v4inrelease.yaml.This description was created by
for 6a4bfc7. It will automatically update as commits are pushed.