Place to host all reusable workflows.
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://github.com/actions/checkout) | action | major | `v4` -> `v5` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v5`](https://github.com/actions/checkout/compare/v4...v5) [Compare Source](https://github.com/actions/checkout/compare/v4...v5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: 2franix <2franix@noreply.code.defx.fr> Reviewed-on: #22 Co-authored-by: Renovate Bot <renovate-bot@defx.fr> Co-committed-by: Renovate Bot <renovate-bot@defx.fr> |
||
|---|---|---|
| .forgejo/workflows | ||
| .gitignore | ||
| .yamllint | ||
| README.md | ||
| renovate.json | ||
Common workflows
Repository dedicated -and limited- to reusable workflows. It has to be public, so do not expose anything sensitive here.
Notes on how to reuse workflows in this repo
As of writing, Gitea only supports reusing workflows from public repositories. See this Gitea issue.
Cloning this repo before to run it as a local workflow is not an option either: calling a workflow is done at the job level, so there is no way to perform a clone before that (or that would be in another job but jobs are isolated).
Therefore, the best option for now is to make this repo public (and so the org).