GitHub Actions
Recipes to perform GitHub Actions hygiene and migration tasks.
Categories
Recipes
- Add cron workflow trigger
- Add manual workflow trigger
- Cancel in-progress workflow when it is triggered again
- Change GitHub Action
- Change GitHub Action version
- Change dependabot schedule interval
- Check for github-actions updates daily
- Check for github-actions updates weekly
- Find GitHub action secret references
- Find jobs missing timeout
- Remove all cron triggers
- Replace runners for a job
- Setup Java dependency caching
- Upgrade
actions/setup-java
java-version
- Upgrade
slackapi/slack-github-action
- Use
actions/setup-java
IBMsemeru
distribution - Use
actions/setup-java
temurin
distribution - Use
actions/setup-java
temurin
distribution as they are cached in hosted runners - Use
secrets: inherit
if possible