4 Commits

Author SHA1 Message Date
dependabot[bot]
d7f0aef042
Bump iffy/install-nim from 5.0.2 to 5.0.3 (#2823)
Bumps [iffy/install-nim](https://github.com/iffy/install-nim) from 5.0.2 to 5.0.3.
- [Release notes](https://github.com/iffy/install-nim/releases)
- [Changelog](https://github.com/iffy/install-nim/blob/v5.0.3/CHANGELOG.md)
- [Commits](https://github.com/iffy/install-nim/compare/v5.0.2...v5.0.3)

---
updated-dependencies:
- dependency-name: iffy/install-nim
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-27 10:41:54 +08:00
dependabot[bot]
0e7b1a85b6
Bump iffy/install-nim from 3.2.2 to 5.0.2 (#2743)
Bumps [iffy/install-nim](https://github.com/iffy/install-nim) from 3.2.2 to 5.0.2.
- [Release notes](https://github.com/iffy/install-nim/releases)
- [Changelog](https://github.com/iffy/install-nim/blob/master/CHANGELOG.md)
- [Commits](https://github.com/iffy/install-nim/compare/v3.2.2...v5.0.2)

---
updated-dependencies:
- dependency-name: iffy/install-nim
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-06 20:22:07 +08:00
dependabot[bot]
f85f4ec64a
Bump actions/checkout from 3 to 4 (#2744)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-06 20:18:34 +08:00
Gabriel Huber
44e7ea517b
Implement new package scanner (#2532)
* Implement new package scanner

* Replace hardcoded repository paths in getmergebase.sh

* Create branch instead of working on detached head in getmergebase.sh

* Checkout with unlimited depth

* Fix package_scanner command line

* Merge new package scanner

* Improve debug information of germergebase.sh

* Remove validate_json.js as package_scanner already validates json

* Improve documentation of getmergebase.sh

* Close http client at the end of the program

* Address code review comments

* Fix normalization of aliases
2023-03-14 10:40:45 +08:00