GitHub plugin v1.10.0 - Added github_actions_cache table

Aug 06, 2026steampipe

What's new?

Enhancements

  • Added optional quals for head_sha, actor_login, and created_at (with range support) to github_actions_repository_workflow_run table. (#558) (Thanks @WallyGuzman for the contribution!)

Bug fixes

  • Fixed the workflow_id column type of github_actions_repository_workflow_run table to be INT instead of STRING. (#558)
  • Fixed nil pointer panics on nullable timestamp columns in github_actions_cache, github_actions_repository_workflow_job, and github_actions_repository_workflow_run tables. (#558)