Releases: github/accessibility-scanner
v2.7.0
v2.6.0
v2.5.0
v2.4.0
What's Changed
Features
- Log the actual page being scanned by @smockle
- Use relative paths to reference sub-actions in composite actions by @smockle
Fixes
Full Changelog: v2.3.0...v2.4.0
v2.3.0
v2.2.0
v1.6.0
What's Changed
Note
This is the final planned release in the v1 series. Consider migrating to v2 (or later) to leverage the latest scanner features. The v2.0.0 release notes include a list of breaking changes and migration instructions.
Fixes
Full Changelog: v1.5.0...v1.6.0
v2.1.0
What's Changed
Fixes
Note
This release fixes a bug that caused duplicate issues to be opened after re-running the action.
- Prevent duplicate issues from
jqerrors in the “normalize_cache” step by @smockle - Output compact (one-line) JSON by @smockle
- File: Read the
cached_filingsinput, notcached_resultby @smockle
Full Changelog: v2.0.0...v2.1.0
v1.5.0
What's Changed
Important
The Accessibility Scanner action is now referenced with:
uses: github/accessibility-scanner@v1Details in the README.
Fixes
- Update references after transferring the repository by @smockle
- fix: Replace relative paths in
usesby @smockle
Documentation
Full Changelog: v1.4.0...v1.5.0
v2.0.0
What's Changed
Important
The Accessibility Scanner action is now referenced with:
uses: github/accessibility-scanner@v2Details 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_keyinput by @smockle - File: Add
filingsoutput 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