Shared Forgejo Actions
Find a file
Michael Seele 4af880a1f0 fix: use actions with node20 support
node24 is not available in latest stackit runner containers

Co-authored-by: Copilot <copilot@github.com>
2026-05-06 14:23:32 +00:00
.devcontainer chore: remove unused extensions 2026-05-04 07:13:53 +00:00
.forgejo/workflows Merge pull request 'feat: enable manual triggering for Aikido Security Full Scan workflow' (#24) from chore/workflow-dispatch into main 2026-05-05 13:55:07 +00:00
aikido-full-scan fix: reference internal actions as full qualified shared actions 2026-05-04 12:56:45 +00:00
aikido-pr-scan fix: reference internal actions as full qualified shared actions 2026-05-04 12:56:45 +00:00
aws-configure feat: add aws-access-key-id and aws-secret-access-key inputs to aws-configure action 2026-05-04 09:04:49 +00:00
cache feat: add cache action 2026-05-05 06:04:14 +00:00
checkout fix: downgrade checkout 2026-05-04 14:27:04 +00:00
helm-deploy feat: add helm-deploy action 2026-05-05 12:57:56 +00:00
inject-content feat: add inject-content action 2026-05-05 12:23:18 +00:00
internal-aikido-full-scan fix: reference internal actions as full qualified shared actions 2026-05-04 12:56:45 +00:00
internal-aikido-pr-scan fix: reference internal actions as full qualified shared actions 2026-05-04 12:56:45 +00:00
maven-build feat: add maven-build action 2026-05-05 13:07:32 +00:00
pnpm-build fix: use actions with node20 support 2026-05-06 14:23:32 +00:00
publish-static-contents feat: add publish-static-contents action 2026-04-30 14:02:09 +02:00
terraform-apply Merge pull request 'feat: add caching for pnpm store and Terraform providers' (#23) from feature/add-cache into main 2026-05-06 08:53:04 +00:00
terraform-validate feat: add caching for pnpm store and Terraform providers 2026-05-05 13:06:35 +00:00
CODEOWNERS ci: add codeowners 2026-04-24 16:05:57 +02:00
README.md Merge pull request 'feat: add maven-build action' (#21) from feature/maven-build into main 2026-05-05 13:22:00 +00:00

shared-actions

Shared actions for Forgejo CI/CD pipelines.

Actions

Action Description
aikido-full-scan Aikido full scan
aikido-pr-scan Aikido PR scan
aws-configure Authenticate with AWS via OIDC
cache Cache files between workflow runs
checkout Action for checking out a repository
helm-deploy Deploy a service to Kubernetes via Helm over SSH
inject-content Inject content into a file by appending or overwriting
maven-build Action for building and validating Maven projects
pnpm-build Action for building and validating with PNPM
publish-static-contents Syncs frontend assets to S3 and invalidates a CloudFront distribution
terraform-apply Apply Terraform configuration files using the official Terraform CLI
terraform-validate Validate Terraform configuration files using the official Terraform CLI

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>@<action-name>-v1
  with:
    # see each action's README for inputs

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