From 1e50fb7583228e1442bf520ee9de0f2b05c30a0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 07:45:50 +0000 Subject: [PATCH] chore(deps): bump devantler-tech/actions/diagnose-flux Bumps [devantler-tech/actions/diagnose-flux](https://github.com/devantler-tech/actions) from 10.0.0 to 10.2.1. - [Release notes](https://github.com/devantler-tech/actions/releases) - [Changelog](https://github.com/devantler-tech/actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/devantler-tech/actions/compare/5de934e076503c897d43d85680406f8d1d9356b7...9705e47d7df0b556ec06786247297c0e5020e56d) --- updated-dependencies: - dependency-name: devantler-tech/actions/diagnose-flux dependency-version: 10.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yaml | 2 +- .github/workflows/ci.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 3a57b70..9b390d2 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -278,4 +278,4 @@ jobs: # Jobs) that previously only the system-test path emitted. kubectl uses # the Talos cert-based admin@prod kubeconfig, so no HCLOUD_TOKEN is # needed by the diagnostics themselves. - uses: devantler-tech/actions/diagnose-flux@5de934e076503c897d43d85680406f8d1d9356b7 # v10.0.0 + uses: devantler-tech/actions/diagnose-flux@9705e47d7df0b556ec06786247297c0e5020e56d # v10.2.1 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3de1b8a..ab3d252 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -132,7 +132,7 @@ jobs: # Shared composite — single source of truth for Flux failure diagnostics # (devantler-tech/actions#367). Default kustomizations match this job's # previous inline list (infrastructure-controllers infrastructure apps). - uses: devantler-tech/actions/diagnose-flux@5de934e076503c897d43d85680406f8d1d9356b7 # v10.0.0 + uses: devantler-tech/actions/diagnose-flux@9705e47d7df0b556ec06786247297c0e5020e56d # v10.2.1 - name: 🔥 Delete cluster if: always() @@ -331,7 +331,7 @@ jobs: # Jobs) that previously only the system-test path emitted. kubectl uses # the Talos cert-based admin@prod kubeconfig, so no HCLOUD_TOKEN is # needed by the diagnostics themselves. - uses: devantler-tech/actions/diagnose-flux@5de934e076503c897d43d85680406f8d1d9356b7 # v10.0.0 + uses: devantler-tech/actions/diagnose-flux@9705e47d7df0b556ec06786247297c0e5020e56d # v10.2.1 ci-required-checks: name: CI - Required Checks