Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/schedule-freshness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ permissions:
jobs:
audit:
name: audit freshness
uses: Glyndor/.github/.github/workflows/schedule-freshness.yml@41d31f18d3ed3bb1a8cbbc44c68030e4867488b2
uses: Glyndor/.github/.github/workflows/schedule-freshness.yml@41d31f18d3ed3bb1a8cbbc44c68030e4867488b2 # v1.11.0
with:
workflow: audit.yml
max-age-days: 15 # weekly cron, so two periods of slack

fuzz:
name: fuzz freshness
uses: Glyndor/.github/.github/workflows/schedule-freshness.yml@41d31f18d3ed3bb1a8cbbc44c68030e4867488b2
uses: Glyndor/.github/.github/workflows/schedule-freshness.yml@41d31f18d3ed3bb1a8cbbc44c68030e4867488b2 # v1.11.0
with:
workflow: fuzz.yml
max-age-days: 15 # weekly cron, so two periods of slack
Loading