argo-cd/.github/workflows
T.dev :) 873f63aa0d
chore: align Go version to 1.26.1 across repository (#27112)
Signed-off-by: T.dev :) <120010745+thev1ndu@users.noreply.github.com>
2026-04-05 10:55:46 -04:00
..
bump-major-version.yaml chore(deps): bump actions/setup-go from 6.3.0 to 6.4.0 (#27066) 2026-03-30 00:49:15 -04:00
cherry-pick-single.yml chore(deps): update actions/create-github-app-token action to v2.2.2 (#27034) 2026-03-29 15:59:11 -04:00
cherry-pick.yml chore(deps): bump ubuntu in gh actions to 24.04 and ubuntu in test/remote/Dockerfile to 25.10 (#25763) 2025-12-24 13:42:43 +02:00
ci-build.yaml chore: align Go version to 1.26.1 across repository (#27112) 2026-04-05 10:55:46 -04:00
codeql.yml chore(deps): bump actions/setup-go from 6.3.0 to 6.4.0 (#27066) 2026-03-30 00:49:15 -04:00
image-reuse.yaml chore(deps): bump actions/setup-go from 6.3.0 to 6.4.0 (#27066) 2026-03-30 00:49:15 -04:00
image.yaml chore: align Go version to 1.26.1 across repository (#27112) 2026-04-05 10:55:46 -04:00
init-release.yaml chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#26123) 2026-01-23 01:34:11 -10:00
pr-title-check.yml ci: run pr-title-check on pull-request (#26662) 2026-03-02 18:12:06 +02:00
README.md ci: label stale issues and PRs without auto-closing (#26318) 2026-02-10 10:56:11 -05:00
release.yaml chore: align Go version to 1.26.1 across repository (#27112) 2026-04-05 10:55:46 -04:00
renovate.yaml chore(deps): bump renovatebot/github-action from 46.1.6 to 46.1.7 (#27065) 2026-03-30 00:50:19 -04:00
scorecard.yaml chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 (#26633) 2026-02-27 15:02:52 -05:00
stale.yaml chore(deps): bump actions/stale from 10.1.1 to 10.2.0 (#26474) 2026-02-16 22:04:58 -10:00
update-snyk.yaml chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#26123) 2026-01-23 01:34:11 -10:00

Workflows

Workflow Description
ci-build.yaml Build, lint, test, codegen, build-ui, analyze, e2e-test
codeql.yaml CodeQL analysis
image-reuse.yaml Build, push, and Sign container images
image.yaml Build container image for PR's & publish for push events
init-release.yaml Build manifests and version then create a PR for release branch
pr-title-check.yaml Lint PR for semantic information
release.yaml Build images, cli-binaries, provenances, and post actions
scorecard.yaml Generate scorecard for supply-chain security
update-snyk.yaml Scheduled snyk reports
stale.yaml Labels stale issues and PRs

Reusable workflows

image-reuse.yaml

  • The reusable workflow can be used to publish or build images with multiple container registries(Quay,GHCR, dockerhub), and then sign them with cosign when an image is published.
  • A GO version must be specified e.g. 1.21
  • The image name for each registry must contain the tag. Note: multiple tags are allowed for each registry using a CSV type.
  • Multiple platforms can be specified e.g. linux/amd64,linux/arm64
  • Images are not published by default. A boolean value must be set to true to push images.
  • An optional target can be specified.
Inputs Description Type Required Defaults
go-version Version of Go to be used string true none
quay_image_name Full image name and tag CSV, string false none
ghcr_image_name Full image name and tag CSV, string false none
docker_image_name Full image name and tag CSV, string false none
platforms Platforms to build (linux/amd64) CSV, string false linux/amd64
push Whether to push image/s to registry boolean false false
target Target build stage string false none
Outputs Description Type
image-digest Image digest of image container created string