Skip to content

Bump ultralytics/actions from 0.0.22 to 0.0.49 in /.github/workflows #39

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps ultralytics/actions from 0.0.22 to 0.0.49.

Release notes

Sourced from ultralytics/actions's releases.

v0.0.48 - Add 403 and 410 http error codes (#382)

🌟 Summary

This release (v0.0.48) improves handling of HTTP errors during URL validation by introducing a centralized mechanism for managing bad status codes. This update enhances code maintainability, increases reliability, and provides clearer functionality. 🌐🚀

📊 Key Changes

  • 🛠️ Introduced a BAD_HTTP_CODES frozenset to consolidate and manage HTTP error codes used in URL validation (e.g., 404, 500, 503).
  • 🔄 Replaced hardcoded error codes throughout the codebase with the new BAD_HTTP_CODES construct.
  • 🔢 Bumped the version from 0.0.47 to 0.0.48 for clarity in tracking updates.

🎯 Purpose & Impact

  • 🧹 Cleaner Code: Centralizing error codes into a single reusable frozenset improves maintainability and ensures consistency across the project.
  • 🛡️ Improved Reliability: By addressing a broader range of HTTP errors (e.g., 403, 410), URL validation now accounts for additional scenarios, reducing potential failures or false positives.
  • 📈 User-Focused Improvements: Developers benefit from a robust and reliable URL-checking mechanism that is easier to understand and adapt for different applications.

This update ensures better management of HTTP error handling, paving the way for more effective and user-friendly integrations. ✅

What's Changed

Full Changelog: ultralytics/actions@v0.0.47...v0.0.48

v0.0.47 - Revert URL parenthesis fix (#381)

🌟 Summary

This release improves the way URLs are identified and processed, particularly in Markdown text, by refining the logic and handling edge cases like trailing parentheses and mixed formats.

📊 Key Changes

  • 🔧 URL Parsing Update: Revised the regular expression logic for detecting URLs in Markdown, ensuring better handling of trailing characters and parentheses.
  • 🧪 Expanded Test Coverage: Modified test cases to cover more edge cases, like mixed URL formatting and trailing punctuation.
  • 📈 Version Bump: Updated project version from 0.0.46 to 0.0.47 to reflect these fixes.

🎯 Purpose & Impact

  • Enhanced Reliability: By fixing edge case bugs, URL parsing becomes more precise and less prone to errors—increases workflow stability.
  • 🌟 User Experience Boost: Users can expect smoother behavior when working with complicated link formatting in Markdown or text files.
  • 🛠️ Improved Development Workflow: Developers gain confidence in link handling through stronger validation and testing practices.

This update ensures cleaner and more accurate handling of links, which is crucial for Markdown-heavy documentation, automation workflows, or any application dealing with varying URL formats. 🌐✨

What's Changed

Full Changelog: ultralytics/actions@v0.0.46...v0.0.47

v0.0.46 - Fix parenthesis in broken link checks (#380)

🌟 Summary

The release of v0.0.46 improves URL parsing and handling, enhances link validation in Markdown and plaintext formats, and refines spell-check and CI tooling to boost developer productivity. 🔧✨


... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ultralytics/actions](https://github.com/ultralytics/actions) from 0.0.22 to 0.0.49.
- [Release notes](https://github.com/ultralytics/actions/releases)
- [Commits](ultralytics/actions@eb1201b...55a04e8)

---
updated-dependencies:
- dependency-name: ultralytics/actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2025

Dependabot tried to add @glenn-jocher as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/step-security/ultralytics-clone/pulls/39/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the step-security/ultralytics-clone repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2025

The following labels could not be found: dependencies.

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 24, 2025

Superseded by #41.

@dependabot dependabot bot closed this Feb 24, 2025
@dependabot dependabot bot deleted the dependabot/github_actions/dot-github/workflows/ultralytics/actions-0.0.49 branch February 24, 2025 05:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants