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: about 1 year 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T17:08:10.000Z (about 1 year ago)
- Last Synced: 2025-04-14T17:43:06.031Z (about 1 year ago)
- Topics: git-scraping
- Homepage:
- Size: 333 KB
- Stars: 5
- Watchers: 2
- 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.