From ce4883f3353b8083774c18e0615c9116431c57f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 07:44:25 +0000 Subject: [PATCH] chore(deps): bump devantler-tech/actions/diagnose-flux Bumps [devantler-tech/actions/diagnose-flux](https://github.com/devantler-tech/actions) from 7.1.3 to 9.0.2. - [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/6a2f24aa5a859f7d0de66f9d0bde52254adba641...b69839ba2debe04a46321b7698b6daf57667d4e7) --- updated-dependencies: - dependency-name: devantler-tech/actions/diagnose-flux dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-major ... 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 8efd0ee..0995895 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@6a2f24aa5a859f7d0de66f9d0bde52254adba641 # v7.1.3 + uses: devantler-tech/actions/diagnose-flux@b69839ba2debe04a46321b7698b6daf57667d4e7 # v9.0.2 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1cefeed..b9315aa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -101,7 +101,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@6a2f24aa5a859f7d0de66f9d0bde52254adba641 # v7.1.3 + uses: devantler-tech/actions/diagnose-flux@b69839ba2debe04a46321b7698b6daf57667d4e7 # v9.0.2 - name: 🔥 Delete cluster if: always() @@ -300,7 +300,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@6a2f24aa5a859f7d0de66f9d0bde52254adba641 # v7.1.3 + uses: devantler-tech/actions/diagnose-flux@b69839ba2debe04a46321b7698b6daf57667d4e7 # v9.0.2 ci-required-checks: name: CI - Required Checks