Skip to content

v2.0.0

Compare
Choose a tag to compare
@smockle smockle released this 11 Oct 00:50
· 4 commits to v2 since this release
Immutable release. Only release title and notes can be modified.
c262469

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.

Features

Full Changelog: v1.5.0...v2.0.0