Skip to content

Fix CI deprecations, stale URLs, and Makefile portability - #114

Open
arijitroy003 wants to merge 1 commit into
RedHatOfficial:masterfrom
arijitroy003:fix/repo-maintenance
Open

Fix CI deprecations, stale URLs, and Makefile portability#114
arijitroy003 wants to merge 1 commit into
RedHatOfficial:masterfrom
arijitroy003:fix/repo-maintenance

Conversation

@arijitroy003

Copy link
Copy Markdown

Summary

Housekeeping fixes across CI, package metadata, build system, and documentation:

  • CI workflow (build.yaml): Update deprecated GitHub Actions (checkout@v2 -> v4, setup-python@v2 -> v5, upload-artifact@v2 -> v4) and EOL Python 3.8 to 3.11
  • package.json: Fix repository and bug tracker URLs from old RedHatBrand org to RedHatOfficial; upgrade homepage to HTTPS
  • Makefile: Add . path argument to find in the clean target so it works on macOS/BSD (GNU find defaults to ., BSD find requires an explicit path)
  • README.md: Remove stray + prefix on sponsor line, fix extra whitespace in overpassfont.org link, upgrade all http:// URLs to https://

Verification

  • Grep-confirmed each pattern existed before editing
  • Checked no existing open PRs cover these changes
  • All changes are mechanical/non-functional

- Update GitHub Actions to non-deprecated versions (checkout@v4,
  setup-python@v5, upload-artifact@v4) and Python 3.8 to 3.11
- Fix stale repository URLs from RedHatBrand to RedHatOfficial in
  package.json
- Add explicit path argument to find in Makefile clean target for
  macOS/BSD portability
- Fix broken links in README.md: remove leading +, extra whitespace,
  and upgrade http:// URLs to https://
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.

1 participant