Skip to content

Releases: github/accessibility-scanner

v2.7.0

11 Dec 18:25
Immutable release. Only release title and notes can be modified.
f5fe7fd

Choose a tag to compare

v2.6.0

04 Dec 16:53
Immutable release. Only release title and notes can be modified.
9a6726b

Choose a tag to compare

v2.5.0

03 Dec 20:23
Immutable release. Only release title and notes can be modified.
d3a68db

Choose a tag to compare

v2.4.0

04 Nov 16:23
Immutable release. Only release title and notes can be modified.
ef29f6f

Choose a tag to compare

v2.3.0

28 Oct 19:58
Immutable release. Only release title and notes can be modified.
dab8a8a

Choose a tag to compare

v2.2.0

22 Oct 20:57
Immutable release. Only release title and notes can be modified.
6da63ef

Choose a tag to compare

v1.6.0

22 Oct 20:55
Immutable release. Only release title and notes can be modified.
f7523d4

Choose a tag to compare

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

13 Oct 16:57
Immutable release. Only release title and notes can be modified.
9260974

Choose a tag to compare

What's Changed

Fixes

Note

This release fixes a bug that caused duplicate issues to be opened after re-running the action.

Full Changelog: v2.0.0...v2.1.0

v1.5.0

11 Oct 00:28
Immutable release. Only release title and notes can be modified.
cfea416

Choose a tag to compare

What's Changed

Important

The Accessibility Scanner action is now referenced with:

uses: github/accessibility-scanner@v1

Details in the README.

Fixes

Documentation

Full Changelog: v1.4.0...v1.5.0

v2.0.0

11 Oct 00:50
Immutable release. Only release title and notes can be modified.
c262469

Choose a tag to compare

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