argo-cd/.github/workflows
dependabot[bot] 26f71b3159
chore(deps): bump actions/setup-node from 6.3.0 to 6.4.0 (#27452)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-20 08:27:30 -04:00
..
bump-major-version.yaml chore(deps): bump step-security/harden-runner from 2.17.0 to 2.18.0 (#27370) 2026-04-16 07:25:11 +03:00
cherry-pick-single.yml chore(deps): bump step-security/harden-runner from 2.17.0 to 2.18.0 (#27370) 2026-04-16 07:25:11 +03:00
cherry-pick.yml chore(deps): bump step-security/harden-runner from 2.17.0 to 2.18.0 (#27370) 2026-04-16 07:25:11 +03:00
ci-build.yaml chore(deps): bump actions/setup-node from 6.3.0 to 6.4.0 (#27452) 2026-04-20 08:27:30 -04:00
codeql.yml chore(deps): bump github/codeql-action from 4.35.1 to 4.35.2 (#27372) 2026-04-16 07:27:56 +03:00
image-reuse.yaml chore(deps): bump step-security/harden-runner from 2.17.0 to 2.18.0 (#27370) 2026-04-16 07:25:11 +03:00
image.yaml chore(deps): bump step-security/harden-runner from 2.17.0 to 2.18.0 (#27370) 2026-04-16 07:25:11 +03:00
init-release.yaml chore(deps): bump step-security/harden-runner from 2.17.0 to 2.18.0 (#27370) 2026-04-16 07:25:11 +03:00
pr-title-check.yml chore(deps): bump step-security/harden-runner from 2.17.0 to 2.18.0 (#27370) 2026-04-16 07:25:11 +03: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 goreleaser/goreleaser-action from 7.0.0 to 7.1.0 (#27454) 2026-04-20 08:20:54 +02:00
renovate.yaml chore(deps): bump renovatebot/github-action from 46.1.9 to 46.1.10 (#27453) 2026-04-20 08:26:58 -04:00
scorecard.yaml chore(deps): bump github/codeql-action from 4.35.1 to 4.35.2 (#27372) 2026-04-16 07:27:56 +03:00
stale.yaml chore(deps): bump step-security/harden-runner from 2.17.0 to 2.18.0 (#27370) 2026-04-16 07:25:11 +03:00
update-snyk.yaml chore(deps): bump step-security/harden-runner from 2.17.0 to 2.18.0 (#27370) 2026-04-16 07:25:11 +03: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