v2.0.0
What's Changed
Important
The Accessibility Scanner action is now referenced with:
uses: github/accessibility-scanner@v2
Details in the README.
BREAKING CHANGES
Warning
The File action’s findings
, closed_issue_urls
, opened_issue_urls
, repeated_issue_urls
, closed_issues
, opened_issues
, and repeated_issues
outputs were removed in v2.0.0. If you use these outputs, please migrate to the new filings
output.
Warning
The Fix action’s issue_urls
input was removed in v2.0.0. If you use this input, please migrate to the issues
input.
Note
The cache’s format changed in v2.0.0 to align with the Accessibility Scanner action’s new results
output. It’s now a list of issues and pull requests filed (and their associated finding(s)), in JSON. Cache files generated by earlier versions of the Accessibility Scanner are automatically migrated to a v2.0.0-compatible format when the action runs.
- Require
cache_key
input by @smockle - File: Add
filings
output and remove deprecated outputs by @smockle - File: Remove deprecated outputs by @smockle
- Fix: Remove deprecated input by @smockle
Features
Full Changelog: v1.5.0...v2.0.0