Skip to content

devpro/github-workflow-parts

Repository files navigation

GitHub workflow parts

CI

GitHub workflow components for code repositories.

Important

Keep your pipelines safe and DRY!

Reusable workflows

Tip

Rather than copying and pasting from one workflow to another, you can make workflows reusable.
Source: Reusing workflow configurations

Containers:

.NET:

Markup (Markdown, YAML):

Terraform:

Composite actions

Tip

Composite actions allow you to collect a series of workflow job steps into a single action which you can then run as a single job step in multiple workflows. Source: Creating a composite action

Containers:

.NET:

MongoDB:

SBOM:

Terraform:

Note

These composite actions download official release binaries directly (with SHA256 checksum verification) instead of relying on third-party marketplace actions, reducing supply-chain exposure. Linux runners only (for example ubuntu-latest).

About

Repository of workflows to be used in GitHub Actions

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors