argo-cd/.github/workflows
argoproj-renovate[bot] ffeacae414
chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.11.2 (#26728)
Signed-off-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
2026-03-08 17:25:16 +02:00
..
bump-major-version.yaml chore(deps): bump actions/setup-go from 6.2.0 to 6.3.0 (#26620) 2026-02-25 23:35:19 -10:00
cherry-pick-single.yml chore(deps): Bump create-github-app-token (#26487) 2026-02-21 18:33:58 -05: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): update module github.com/golangci/golangci-lint/v2 to v2.11.2 (#26728) 2026-03-08 17:25:16 +02:00
codeql.yml chore(deps): bump actions/setup-go from 6.2.0 to 6.3.0 (#26620) 2026-02-25 23:35:19 -10:00
image-reuse.yaml chore(deps): bump docker/setup-buildx-action from 3.12.0 to 4.0.0 (#26705) 2026-03-06 08:52:31 -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 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(deps): bump actions/setup-go from 6.2.0 to 6.3.0 (#26620) 2026-02-25 23:35:19 -10:00
renovate.yaml chore(deps): bump renovatebot/github-action from 46.1.2 to 46.1.3 (#26658) 2026-03-02 12:36:43 +02: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