From 6889311fe7927b22b4a6204bbfbed43d6223ed85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 07:48:43 +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.0 to 7.1.3. - [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/e182f2207fb386ef827f48b3cc9b7deac873046a...6a2f24aa5a859f7d0de66f9d0bde52254adba641) --- updated-dependencies: - dependency-name: devantler-tech/actions/diagnose-flux dependency-version: 7.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 94fa254..8efd0ee 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@e182f2207fb386ef827f48b3cc9b7deac873046a # v7.1.0 + uses: devantler-tech/actions/diagnose-flux@6a2f24aa5a859f7d0de66f9d0bde52254adba641 # v7.1.3 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4e3cc88..ae53a45 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@e182f2207fb386ef827f48b3cc9b7deac873046a # v7.1.0 + uses: devantler-tech/actions/diagnose-flux@6a2f24aa5a859f7d0de66f9d0bde52254adba641 # v7.1.3 - 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@e182f2207fb386ef827f48b3cc9b7deac873046a # v7.1.0 + uses: devantler-tech/actions/diagnose-flux@6a2f24aa5a859f7d0de66f9d0bde52254adba641 # v7.1.3 ci-required-checks: name: CI - Required Checks