Skip to content

fix: surface helm/kubernetes components in describe/list/dependents wiring #24834

fix: surface helm/kubernetes components in describe/list/dependents wiring

fix: surface helm/kubernetes components in describe/list/dependents wiring #24834

Workflow file for this run

---
# The workflow name **must** be "autofix.ci" for Autofix CI to function correctly.
# Any deviation from this name will cause Autofix CI to fail, as it relies on this
# specific identifier for execution. This is a strict requirement of Autofix CI.
name: autofix.ci
on: pull_request
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
with:
# This job makes no network calls at all (just echo); block all egress.
egress-policy: block
- run: echo "See Atmos Pro"