Skip to content

Releases: github/accessibility-scanner

v2.1.0

13 Oct 16:57
Immutable release. Only release title and notes can be modified.
9260974
Compare
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
Compare
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
Compare
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

v1.4.0

10 Oct 21:33
Immutable release. Only release title and notes can be modified.
ba75365
Compare
Choose a tag to compare

v1.3.0

10 Oct 21:32
Immutable release. Only release title and notes can be modified.
8d96292
Compare
Choose a tag to compare

What's Changed

Important

Due to a recent GitHub API update, both classic PATs and fine-grained PATs are now supported. If you are using a fine-grained PAT, ensure it has the now-required actions: write permission. Details in the README.

Note

The File action’s closed_issue_urls, opened_issue_urls, and repeated_issue_urls outputs are deprecated and will be removed in v2. If you use these outputs, please migrate to the new closed_issues, opened_issues, and repeated_issues outputs, respectively.

Note

The Fix action’s issue_urls input is deprecated and will be removed in v2. If you use this input, please migrate to the new issues input.

Features

Fixes

Documentation

Full Changelog: github-community-projects/continuous-ai-for-accessibility-scanner@v1.2.0...v1.3.0

v1.2.0

10 Oct 21:31
Immutable release. Only release title and notes can be modified.
628ae98
Compare
Choose a tag to compare

What's Changed

Important

Due to a recent GitHub API update, if you are using a fine-grained PAT for this action’s token input (e.g. a GH_TOKEN secret), you must change to a classic PAT with the repo scope or assigning to Copilot will fail. Details in the README.

Features

Documentation

Full Changelog: github-community-projects/continuous-ai-for-accessibility-scanner@v1.1.0...v1.2.0

v1.1.0

10 Oct 21:31
Immutable release. Only release title and notes can be modified.
ecd51c8
Compare
Choose a tag to compare

v1.0.0

10 Oct 21:29
Immutable release. Only release title and notes can be modified.
3188221
Compare
Choose a tag to compare