argo-cd/.github/workflows
S Kevin Joe Harris b0b9658e04
chore(deps): Bump dex from v2.43.0 to v2.44.0 (#26448)
Signed-off-by: Kevin Joe Harris <kevinjoeharris1@gmail.com>
2026-02-15 11:00:45 +02:00
..
bump-major-version.yaml chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#26123) 2026-01-23 01:34:11 -10:00
cherry-pick-single.yml fix: Revert "fix(ci): ensure cherry-pick commits include DCO sign-off" (#26124) (#26243) 2026-02-03 22:36:19 +00: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(deps): Bump dex from v2.43.0 to v2.44.0 (#26448) 2026-02-15 11:00:45 +02:00
codeql.yml chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#26123) 2026-01-23 01:34:11 -10:00
image-reuse.yaml chore(deps): bump docker/build-push-action from 6.19.1 to 6.19.2 (#26433) 2026-02-13 10:17:34 -05:00
image.yaml chore: bumps golang version to 1.26 in all places (#26393) 2026-02-12 12:15:13 +02: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 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
README.md ci: label stale issues and PRs without auto-closing (#26318) 2026-02-10 10:56:11 -05:00
release.yaml chore: bumps golang version to 1.26 in all places (#26393) 2026-02-12 12:15:13 +02:00
renovate.yaml ci: upgrade codeql for go 1.26 support and give renovate post upgrade commands (#26446) 2026-02-13 20:26:45 +00:00
scorecard.yaml chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#26123) 2026-01-23 01:34:11 -10:00
stale.yaml fix(ci): Remove stale label when Issue/PR is updated (#26452) 2026-02-14 22:28:14 +01: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