Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.05 KB

File metadata and controls

28 lines (19 loc) · 1.05 KB

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

1.0.0 (2026-02-28)

Bug Fixes

  • append route to default api url (923023c)
  • separate base url and endpoint path (4abc573)

Pre-release history

Added

  • Initial composite action: fetches SBOM from GitHub Dependency Graph API and submits to PG Atlas via GitHub OIDC authentication.
  • api-url input with production default (current dev API).
  • dry-run input for testing setup without submitting.
  • Clear early-failure messages for missing id-token: write permission and disabled dependency graph.
  • Self-test CI workflow (.github/workflows/ci.yml).