Releases: cosyte/.github
Release list
workflows-2026-09-02-56ce4c7504ab
The reusable workflows of this repository, as they stand at commit 56ce4c7504ab6bf2f7ec8ce5397afd828bda2daa.
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-09-02-56ce4c7504abCompared against workflows-2026-08-30-c06d6a7d2e18 (commit c06d6a7d2e18ce69b4ed7b01e0d140791b8e7fae).
What a caller must act on
Nothing. No workflow_call input, no secret, no permission and no job name changed between workflows-2026-08-30-c06d6a7d2e18 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/org-defaults-coverage.mjs(added)
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.
workflows-2026-08-30-c06d6a7d2e18
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-c06d6a7d2e18Compared 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.
workflows-2026-08-29-7e0a056ee954
The reusable workflows of this repository, as they stand at commit 7e0a056ee954606dd29d4f20ebe63eb341cce9c0.
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-29-7e0a056ee954No reference has been published from this repository before, so there is no earlier reference to compare this one against. This is not a report that nothing changed: every input, every secret, every permission and every job name in these workflows is new to a caller adopting a reference for the first time. Read the workflow headers at this commit before you pin it.
What a caller must act on
This is the first reference, so there is no list here: with no earlier reference to have adopted, nothing can be reported as having changed. What a caller must act on is the whole interface, which is every workflow_call input, every secret it must pass, every permission it must grant and every job name it may have made required. Read it from the workflow headers at this commit rather than from this note.
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.
All 17 of those files, because this is the first reference.
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.