Skip to content

workflows-2026-08-30-c06d6a7d2e18

Choose a tag to compare

@github-actions github-actions released this 30 Aug 20:28
c06d6a7

The reusable workflows of this repository, as they stand at commit c06d6a7d2e18ce69b4ed7b01e0d140791b8e7fae.

This reference names that one commit and will never name another. Call it by name:

jobs:
  ci:
    uses: cosyte/.github/.github/workflows/ci.yml@workflows-2026-08-30-c06d6a7d2e18

Compared against workflows-2026-08-29-7e0a056ee954 (commit 7e0a056ee954606dd29d4f20ebe63eb341cce9c0).

What a caller must act on

Nothing. No workflow_call input, no secret, no permission and no job name changed between workflows-2026-08-29-7e0a056ee954 and this reference. Moving to it is safe without editing anything else in your repository.

What moved in the state a caller resolves

That state is the six reusable workflows plus everything under scripts/, which those workflows fetch and run at the commit a caller resolved.

  • scripts/docs-content-check.mjs

Why this exists

A reference at @main delivers every later change to your pipeline on this repository's clock rather than yours, reviewed by nobody in your repository. A reference like this one delivers nothing until you edit your own uses: line.