From 9f70bf2693d1c64ab8ef69e67b979e63a48c6fbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 18:22:21 +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 ce51626d72330aacbc138d65f00bd0a533258fdd to 857bb18b8f52978ac4b838bdd07cf901a2497a4e. - [Commits](https://github.com/petry-projects/.github-private/compare/ce51626d72330aacbc138d65f00bd0a533258fdd...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 9c208d3..d985c7b 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@ce51626d72330aacbc138d65f00bd0a533258fdd # 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 }}