Skip to content
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

use the latest versions of GitHub Actions for workflows #1752

Merged
merged 1 commit into from
Oct 3, 2024
Merged

Conversation

lisphilar
Copy link
Owner

@lisphilar lisphilar commented Oct 3, 2024

Related issues

Close #1751

What was changed

Use the latest versions of GitHub Actions for workflows.

Summary by Sourcery

Update GitHub Actions workflows to use the latest versions of actions by removing specific version tags, ensuring that the workflows always use the most recent stable releases.

CI:

  • Update GitHub Actions workflows to use the latest versions of actions by removing specific version tags.

@lisphilar lisphilar added the development Add tests or refactoring label Oct 3, 2024
@lisphilar lisphilar added this to the Release 3.1.3 milestone Oct 3, 2024
Copy link
Contributor

sourcery-ai bot commented Oct 3, 2024

Reviewer's Guide by Sourcery

This pull request updates the GitHub Actions workflows to use the latest versions of various actions. The main change is removing specific version numbers from action references, which allows automatic use of the latest versions.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Update GitHub Actions to use latest versions
  • Remove specific version numbers from action references
  • Update 'styfle/cancel-workflow-action' to use latest version
  • Update 'actions/checkout' to use latest version
  • Update 'actions/setup-python' to use latest version
  • Update 'snok/install-poetry' to use latest version
  • Update 'actions/cache' to use latest version
  • Update 'codecov/codecov-action' to use latest version
  • Update 's-weigand/setup-conda' to use latest version
  • Update 'github/codeql-action' actions to use latest versions
  • Update 'EndBug/add-and-commit' to use latest version
  • Update 'hattan/verify-linked-issue-action' to use latest version
  • Update 'linhbn123/rebase-pull-requests' to use latest version
.github/workflows/test.yml
.github/workflows/deploy.yml
.github/workflows/pr_verify_linked_issue.yml
.github/workflows/rebase-pull-requests.yml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@lisphilar lisphilar merged commit 0ee7bb3 into main Oct 3, 2024
1 of 2 checks passed
@delete-merged-branch delete-merged-branch bot deleted the issue_1751 branch October 3, 2024 12:33
Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @lisphilar - I've reviewed your changes - here's some feedback:

Overall Comments:

  • Consider using major version tags (e.g., @V3) instead of removing versions entirely. This allows for minor updates while maintaining some version control and stability.
Here's what I looked at during the review
  • 🟢 General issues: all looks good
  • 🟢 Security: all looks good
  • 🟢 Testing: all looks good
  • 🟢 Complexity: all looks good
  • 🟢 Documentation: all looks good

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development Add tests or refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Dev] use the latest version of GitHub Actions for workflows
1 participant