GitHub plugin v1.1.0 - Added run_attempt and previous_attempt_url columns to github_actions_repository_workflow_run table
Apr 04, 2025•steampipe
Breaking changes
- Removed the projects_total_count column from the github_organization and github_my_organization tables. This property was removed from the GitHub GraphQL API as of April 1, 2025, which caused queries using it to fail. We recommend using projects_v2_total_count column instead. Please check GitHub GraphQL API changelog for additional details. (#488)
Enhancements
- Added run_attempt column as an optional qual to the GetConfig of github_actions_repository_workflow_run table. (#464) (Thanks @tsibley for the contribution!!)
- Added run_attempt and previous_attempt_url columns to github_actions_repository_workflow_run table. (#463) (Thanks @tsibley for the contribution!!)
- Added workflow_id column as an optional qual to the ListConfig of github_actions_repository_workflow_run table. (#465) (Thanks @tsibley for the contribution!!)
Dependencies
- Recompiled plugin with Go version 1.23.1. (#486)
- Recompiled plugin with steampipe-plugin-sdk v5.11.5. (#486)