GitHub Actions Failure Analysis
Version updated for https://github.com/calebevans/gha-failure-analysis to version v0.2.0.
- This action is used across all versions by 3 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the analysis of failed workflows by processing logs, correlating errors with code changes, and generating detailed root cause analysis reports. It leverages AI-driven tools, including large language models (LLMs), to extract relevant failure information, identify causes, and provide actionable insights. Key features include semantic log processing, PR context-aware analysis, secret redaction, and the ability to output findings as professional reports or PR comments.
Release notes
What’s Changed
- Readme fix by @sfiresht in https://github.com/calebevans/gha-failure-analysis/pull/7
- chore(deps)(deps): Bump docker/login-action from 3 to 4 by @dependabot[bot] in https://github.com/calebevans/gha-failure-analysis/pull/13
- chore(deps)(deps): Bump docker/setup-qemu-action from 3 to 4 by @dependabot[bot] in https://github.com/calebevans/gha-failure-analysis/pull/12
- chore(deps)(deps): Bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in https://github.com/calebevans/gha-failure-analysis/pull/11
- Update Cordon to 1.0.0 to avoid potential LiteLLM vulnerability by @calebevans in https://github.com/calebevans/gha-failure-analysis/pull/15
- chore(deps)(deps): Bump docker/build-push-action from 6 to 7 by @dependabot[bot] in https://github.com/calebevans/gha-failure-analysis/pull/14
- chore(deps)(deps): Bump docker/metadata-action from 5 to 6 by @dependabot[bot] in https://github.com/calebevans/gha-failure-analysis/pull/10
- chore(deps)(deps): Bump actions/attest-build-provenance from 3 to 4 by @dependabot[bot] in https://github.com/calebevans/gha-failure-analysis/pull/9
New Contributors
- @sfiresht made their first contribution in https://github.com/calebevans/gha-failure-analysis/pull/7
- @calebevans made their first contribution in https://github.com/calebevans/gha-failure-analysis/pull/15
Full Changelog: https://github.com/calebevans/gha-failure-analysis/compare/v0.1.9...v0.2.0