Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonw/scrape-github-actions-package-versions
Git scraper recording the package versions installed on the defaul GitHub Actions ubuntu-latest worker
https://github.com/simonw/scrape-github-actions-package-versions
git-scraping
Last synced: 27 days ago
JSON representation
Git scraper recording the package versions installed on the defaul GitHub Actions ubuntu-latest worker
- Host: GitHub
- URL: https://github.com/simonw/scrape-github-actions-package-versions
- Owner: simonw
- Created: 2022-08-09T19:56:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T17:07:56.000Z (about 2 months ago)
- Last Synced: 2024-10-06T20:22:21.420Z (about 1 month ago)
- Topics: git-scraping
- Homepage:
- Size: 279 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scrape-github-actions-package-versions
[Git scraper](https://simonwillison.net/2020/Oct/9/git-scraping/) recording the package versions installed on the defaul GitHub Actions ubuntu-latest worker
Once a day this repo runs the following command:
apt list --installed > ubuntu-latest-installed.txt
And commits any changes back to the repository.