AI Model Lifecycle Monitor
Version updated for https://github.com/oscarnilsson98/ai-model-end-of-life-action to version v3.1.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the monitoring of AI models referenced in your codebase. It checks for known deprecations and shutdowns from deprecations.info, providing warnings or failures before a model is no longer available. The action reads evidence directly from Git commits, allowing for quick setup and warning-only operations by default. Enforcement can be enabled with policy files to fail jobs when specific conditions are met.
What’s Changed
What’s Changed
- fix: re-qualify the detector rules against openai v7 and azurerm v5 by @oscarnilsson98 in https://github.com/oscarnilsson98/ai-model-end-of-life-action/pull/17
Full Changelog: https://github.com/oscarnilsson98/ai-model-end-of-life-action/compare/v3.1.0...v3.1.1