actions-marketplace-validations/GitHub Orphaned Artifact Cleaner

Cleanup orphaned artifacts from GitHub Actions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Apr 11, 2022
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/major0_gh-artifact-cleanup@077acd7b585a7819e3bac89aaec2e3a403113e6a # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
tokenAuthentication token to use when cleaning repository.yes${{ github.token }}
olderLimit work to artifacts that are older than the specified number of days old. Default 'now'no
newerLimit to artifacts that are newer than the specified number of days.no
dry-runDo not make any repository changes, only report what would be done.yesfalse
debugEnable script execution tracing.yesfalse

no outputs