From 484acf427be842b3d24575e76e3b2f79979e3fa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 18:22:25 +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 75db5eca194691d128457ee220e80e07b1d23db8 to ce51626d72330aacbc138d65f00bd0a533258fdd. - [Commits](https://github.com/petry-projects/.github-private/compare/75db5eca194691d128457ee220e80e07b1d23db8...ce51626d72330aacbc138d65f00bd0a533258fdd) --- updated-dependencies: - dependency-name: petry-projects/.github-private/.github/workflows/ci-failure-analyst-reusable.yml dependency-version: ce51626d72330aacbc138d65f00bd0a533258fdd 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 c5e91e2..9c208d3 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@75db5eca194691d128457ee220e80e07b1d23db8 # main + uses: petry-projects/.github-private/.github/workflows/ci-failure-analyst-reusable.yml@ce51626d72330aacbc138d65f00bd0a533258fdd # main secrets: CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}