Shared GitHub Actions workflows and composite actions for CerberAuth projects.
Runs CodeQL static analysis for a given language.
Lints, builds, tests, and uploads coverage for a Go project.
Sets up Node.js, installs dependencies, then runs format:check, lint and
ci-test. Optional coverage-command and codecov / codecov-token inputs
add a coverage step and Codecov upload.
Publishes a Go project via GoReleaser with Docker Hub, GHCR, Snapcraft, and Chocolatey.
Runs CodeQL analysis for Go projects (analyzes both go and actions languages).
vulnapi-action, jwtop-action and stubidp-action share these:
action-ci.yml— format check, lint, tests, coverage (test-typescriptjob). The caller keeps only its action-specific integration job.action-check-dist.yml— rebuildsdist/and fails if it is stale.action-linter.yml— super-linter run.typescript-codeql.yml— CodeQL fortypescriptandactions.config-filedefaults to.github/codeql/typescript-config.ymlin this repo, so consumers no longer need their own copy.licensed.yml— Licensed cache check / update.action-release.yml— onrelease: published, syncs the major-version tag (v1) andreleases/v1branch.