Skip to content

Commit 083ed98

Browse files
authored
Update moderne-recipes.md
1 parent f47ebc9 commit 083ed98

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

docs/reference/moderne-recipes.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -530,30 +530,6 @@ This doc includes every recipe that is exclusive to users of Moderne. For a full
530530
* [Upgrade to .NET 8.0 using upgrade-assistant](../recipes/dotnet/migratetonet8.md)
531531
* [Upgrade to .NET 9.0 using upgrade-assistant](../recipes/dotnet/migratetonet9.md)
532532

533-
## rewrite-github-actions
534-
535-
* [Add cron workflow trigger](../recipes/github/addcrontrigger.md)
536-
* [Add manual workflow trigger](../recipes/github/addmanualtrigger.md)
537-
* [Cancel in-progress workflow when it is triggered again](../recipes/github/autocancelinprogressworkflow.md)
538-
* [Change GitHub Action](../recipes/github/changeaction.md)
539-
* [Change GitHub Action version](../recipes/github/changeactionversion.md)
540-
* [Change dependabot schedule interval](../recipes/github/changedependabotscheduleinterval.md)
541-
* [Check for github-actions updates daily](../recipes/github/dependabotcheckforgithubactionsupdatesdaily.md)
542-
* [Check for github-actions updates weekly](../recipes/github/dependabotcheckforgithubactionsupdatesweekly.md)
543-
* [Find GitHub action secret references](../recipes/github/findgithubactionsecretreferences.md)
544-
* [Find jobs missing timeout](../recipes/github/findmissingtimeout.md)
545-
* [Remove all cron triggers](../recipes/github/removeallcrontriggers.md)
546-
* [Rename `gradle/gradle-build-action` to `gradle/actions/setup-gradle`](../recipes/github/gradle/renamegradlebuildactiontosetupgradle.md)
547-
* [Rename `gradle/wrapper-validation-action` to `gradle/actions/wrapper-validation`](../recipes/github/gradle/renamewrappervalidationaction.md)
548-
* [Replace runners for a job](../recipes/github/replacerunners.md)
549-
* [Setup Java dependency caching](../recipes/github/setupjavacaching.md)
550-
* [Upgrade `actions/setup-java` `java-version`](../recipes/github/setupjavaupgradejavaversion.md)
551-
* [Upgrade `slackapi/slack-github-action`](../recipes/github/upgradeslacknotificationversion2.md)
552-
* [Use `actions/setup-java` IBM `semeru` distribution](../recipes/github/setupjavaadoptopenj9tosemeru.md)
553-
* [Use `actions/setup-java` `temurin` distribution](../recipes/github/setupjavaadoptopenjdktotemurin.md)
554-
* [Use `actions/setup-java` `temurin` distribution as they are cached in hosted runners](../recipes/github/prefertemurindistributions.md)
555-
* [Use `secrets: inherit` if possible](../recipes/github/prefersecretsinheritworkflow.md)
556-
557533
## rewrite-jackson
558534

559535
* [Migrate classes from Jackson Codehaus (legacy) to Jackson FasterXML](../recipes/java/jackson/codehausclassestofasterxml.md)

0 commit comments

Comments
 (0)