Shared Forgejo Actions
Find a file
Michael Seele 585c258dc1
All checks were successful
validate-shared-actions / validate-shared-actions (pull_request) Successful in 1m8s
chore: add devcontainer
2026-04-30 13:23:40 +02:00
.devcontainer chore: add devcontainer 2026-04-30 13:23:40 +02:00
.forgejo/workflows fix: update runner environment to stackit-ubuntu-22 2026-04-30 10:13:34 +02:00
aws-configure ci: add codeowners 2026-04-24 16:05:57 +02:00
checkout feat: add checkout action 2026-04-30 10:09:54 +02:00
CODEOWNERS ci: add codeowners 2026-04-24 16:05:57 +02:00
README.md feat: add checkout action 2026-04-30 10:09:54 +02:00

shared-actions

Shared actions for Forgejo CI/CD pipelines.

Actions

Action Description
aws-configure Authenticate with AWS via OIDC
checkout Action for checking out a repository

Security

Where third-party Forgejo/GitHub Actions are used internally, they are pinned to exact commit hashes rather than mutable tags to prevent supply chain attacks.

Usage

Reference actions from your project's workflow:

- uses: https://schmalz-git.git.onstackit.cloud/schmalz/shared-actions/<action-name>@v1
  with:
    # see each action's README for inputs

Each action has its own README with inputs, usage examples, and notes.