From ef6a663c707bd8cb5865ae6f6c7937b45c16b414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 05:54:07 +0000 Subject: [PATCH] chore(deps): bump petry-projects/.github-private/.github/workflows/ci-failure-analyst-reusable.yml Bumps [petry-projects/.github-private/.github/workflows/ci-failure-analyst-reusable.yml](https://github.com/petry-projects/.github-private) from ac05d653e05c038bf5f82b1e9612d5015399a675 to 857bb18b8f52978ac4b838bdd07cf901a2497a4e. - [Commits](https://github.com/petry-projects/.github-private/compare/ac05d653e05c038bf5f82b1e9612d5015399a675...857bb18b8f52978ac4b838bdd07cf901a2497a4e) --- updated-dependencies: - dependency-name: petry-projects/.github-private/.github/workflows/ci-failure-analyst-reusable.yml dependency-version: 857bb18b8f52978ac4b838bdd07cf901a2497a4e dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-failure-analyst.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-failure-analyst.yml b/.github/workflows/ci-failure-analyst.yml index 3ab2f095..c8a6c4c9 100644 --- a/.github/workflows/ci-failure-analyst.yml +++ b/.github/workflows/ci-failure-analyst.yml @@ -41,6 +41,6 @@ jobs: if: >- github.event.check_run.conclusion == 'failure' && !startsWith(github.event.check_run.name, 'CI Failure Analyst') - uses: petry-projects/.github-private/.github/workflows/ci-failure-analyst-reusable.yml@ac05d653e05c038bf5f82b1e9612d5015399a675 # main + uses: petry-projects/.github-private/.github/workflows/ci-failure-analyst-reusable.yml@857bb18b8f52978ac4b838bdd07cf901a2497a4e # main secrets: CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}