Each component is versioned on its own. Only the versions listed below are supported; anything older is not, including older versions of a component whose neighbours have since released.
| Component | Version | Supported |
|---|---|---|
| Bun Setup-cached | actions-bun-setup-cached-v1.1.10 | ✅ |
| Component | Version | Supported |
|---|---|---|
| Apply Helm Chart Updates | actions-helm-apply-chart-updates-v1.2.1 | ✅ |
| Update Helm Chart Version | actions-helm-update-chart-version-v1.6.3 | ✅ |
| Component | Version | Supported |
|---|---|---|
| Java-gradle Auto-spotless | actions-java-gradle-auto-spotless-v1.1.16 | ✅ |
| Java-Gradle default setup | actions-java-gradle-setup-base-environment-v1.2.9 | ✅ |
| Component | Version | Supported |
|---|---|---|
| Maintenance Auto-approve-pr | actions-maintenance-auto-approve-pr-v1.3.2 | ✅ |
| Maintenance Ensure-actions-are-executed | actions-maintenance-ensure-actions-are-executed-v1.3.2 | ✅ |
| Component | Version | Supported |
|---|---|---|
| Setup E2E Test | actions-test-setup-e2e-v1.2.2 | ✅ |
Do not open a public issue. Reports go through GitHub's private vulnerability reporting:
- Open the Security tab of this repository.
- Choose Report a vulnerability to open a private advisory.
- Describe the vulnerability, the component it affects, and how to reproduce it.
The advisory stays private until a fix is released.
CodeQL analyses every push to main, every pull request, and runs again every Monday. zizmor lints
the workflow files under its pedantic persona and actionlint checks their syntax, both on the same
triggers. Renovate opens the dependency updates and auto-merges the non-major ones once they have
aged.
main is protected: a change reaches it through a pull request with an approval, signed commits, and
the required checks green.
Release tags are immutable and a repository ruleset restricts who may create them to the release bot, so a tag cannot be moved to a different commit after a consumer has pinned it. Every action here is published with its bundle committed, and CI rebuilds that bundle and compares it byte for byte against what the branch carries.