Skip to content

Release v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Sep 13:35
9c12463

πŸš€ What's New in v1.0.0

✨ Features

πŸ› Bug Fixes

πŸ“š Documentation

⚑ Performance

πŸ”§ Maintenance

πŸ“Š Release Statistics

  • 0 commits since v1.0.0
  • 0 contributor(s) to this release

πŸ”’ Security & Compliance

  • βœ… SBOM (Software Bill of Materials) included
  • βœ… All dependencies scanned for vulnerabilities
  • βœ… License compliance verified
  • βœ… Secret scanning completed
  • πŸ“„ View SBOM

πŸ“– Usage

- uses: santosr2/[email protected]
  with:
    filters: |
      frontend:
        - 'src/frontend/**'
      backend:
        - 'src/backend/**'
      docs:
        - '*.md'
        - 'docs/**'

πŸ”— Links