Releases: github/accessibility-scanner
v3.0.0
What's Changed
Important
Reference the Accessibility Scanner action using:
uses: github/accessibility-scanner@v3See the README for further details and examples.
BREAKING CHANGES
Warning
The Find action’s findings output was replaced with findings_file in v3.0.0. If you use the findings output, please migrate to the new findings_file output.
The File action’s findings and cached_filings inputs were replaced with findings_file and cached_filings_file. The filings output was replaced with filings_file in v3.0.0. If you use those inputs or outputs, please migrate to the new file action's inputs/output.
The Fix action’s issues input was replaced with issues_file. The fixings output was replaced with fixings_file in v3.0.0. If you use that input or output, please migrate to the new fix action's input/output.
Writing to and reading from file content instead of directly passing a findings string (which can be a large JSON object) prevents maximium system argument size errors.
- Replace github-script with file-based approach to avoid large JSON output max limit by @lindseywild in #177
- Replace JSON string I/O with file-based approach in find, file, fix actions by @lindseywild in #179
Full Changelog: v2.12.0...v3.0.0
v2.12.0
What's Changed
Features
- Adds reflow scan plugin by @lindseywild in #173
Full Changelog: v2.11.0...v2.12.0
v2.11.0
What's Changed
Features
- Adds an option for grouping related issues by @JoyceZhu in #118
- Add plugins by @abdulahmad307 in #133
New Contributors
- @abdulahmad307 made their first contribution in #133
Full Changelog: v2.10.0...v2.11.0
v2.10.0
What's Changed
New features
- Add more error logging to Actions by @JoyceZhu in #143
- More fine-grained error messages if something goes wrong before packages get installed/build steps finish
- Add workflow input options for
reducedMotionandcolorSchemeby @Copilot in #145- These options can now be passed to Playwright when running the
findAction
- These options can now be passed to Playwright when running the
Version bumps
- chore(deps): Bump actions/setup-node from 4 to 6 in the github-actions group across 1 directory by @dependabot[bot] in #139
- chore(deps): Bump @actions/core from 2.0.1 to 3.0.0 in /.github/actions/auth by @dependabot[bot] in #114
- chore(deps): Bump @actions/core from 2.0.1 to 3.0.0 in /.github/actions/file by @dependabot[bot] in #115
- chore(deps): Bump @actions/core from 2.0.1 to 3.0.0 in /.github/actions/find by @dependabot[bot] in #116
- chore(deps): Bump @actions/core from 2.0.1 to 3.0.0 in /.github/actions/fix by @dependabot[bot] in #117
- chore(deps): Bump the npm-minor-and-patch group across 5 directories with 5 updates by @dependabot[bot] in #140
- chore(deps-dev): Bump minimatch from 10.2.2 to 10.2.4 by @dependabot[bot] in #147
- chore(deps-dev): Bump the npm-minor-and-patch group across 5 directories with 1 update by @dependabot[bot] in #149
Full Changelog: v2.9.0...v2.10.0
v2.9.0
What's Changed
Features
- Adds links to screenshots when
include_screenshotsis true by @lindseywild in #137
New: support for an include_screenshots option (off by default). When enabled, it captures screenshots of scanned pages and will link to them in issues filed.
Dependency updates and other housekeeping
- Adds prettier and eslint by @lindseywild in #138
- chore(deps): Bump puma from 7.1.0 to 7.2.0 in /sites/site-with-errors in the bundler-minor-and-patch group by @dependabot[bot] in #104
- chore(deps): Bump the npm-minor-and-patch group across 5 directories with 3 updates by @dependabot[bot] in #109
- chore(deps): Bump ruby/setup-ruby from 1.275.0 to 1.281.0 in the github-actions group across 1 directory by @dependabot[bot] in #101
- chore(deps): Bump ruby/setup-ruby from 1.281.0 to 1.288.0 in the github-actions group across 1 directory by @dependabot[bot] in #111
- chore(deps-dev): Bump @actions/core from 2.0.1 to 3.0.0 by @dependabot[bot] in #113
- Revert "chore(deps): Bump puma from 7.1.0 to 7.2.0 in /sites/site-with-errors in the bundler-minor-and-patch group" by @JoyceZhu in #128
- chore(deps): Bump rack from 3.2.4 to 3.2.5 in /sites/site-with-errors by @dependabot[bot] in #131
- chore(deps): Bump puma from 7.1.0 to 7.2.0 in /sites/site-with-errors in the bundler-minor-and-patch group across 1 directory by @dependabot[bot] in #132
New Contributors
Full Changelog: v2.8.0...v2.9.0
v2.8.0
What's Changed
- chore(deps): Bump @actions/core from 1.11.1 to 2.0.1 in /.github/actions/fix by @dependabot[bot] in #95
- chore(deps): Bump @actions/core from 1.11.1 to 2.0.1 in /.github/actions/file by @dependabot[bot] in #91
- chore(deps): Bump @actions/core from 1.11.1 to 2.0.1 in /.github/actions/auth by @dependabot[bot] in #89
- chore(deps-dev): Bump @actions/core from 1.11.1 to 2.0.1 by @dependabot[bot] in #87
- chore(deps): Bump @actions/core from 1.11.1 to 2.0.1 in /.github/actions/find by @dependabot[bot] in #93
- chore(deps-dev): Bump @types/node from 24.10.1 to 25.0.2 in /.github/actions/find by @dependabot[bot] in #92
- chore(deps-dev): Bump @types/node from 24.10.1 to 25.0.2 in /.github/actions/file by @dependabot[bot] in #90
- chore(deps-dev): Bump @types/node from 24.10.1 to 25.0.2 in /.github/actions/auth by @dependabot[bot] in #88
- chore(deps-dev): Bump @types/node from 24.10.1 to 25.0.2 by @dependabot[bot] in #86
- chore(deps): Bump ruby/setup-ruby from 1.269.0 to 1.270.0 in the github-actions group across 1 directory by @dependabot[bot] in #85
- chore(deps-dev): Bump @types/node from 24.10.1 to 25.0.2 in /.github/actions/fix by @dependabot[bot] in #94
- chore(deps-dev): Bump the npm-minor-and-patch group across 5 directories with 2 updates by @dependabot[bot] in #99
- chore(deps): Bump ruby/setup-ruby from 1.270.0 to 1.275.0 in the github-actions group across 1 directory by @dependabot[bot] in #98
- Prepare v2.8.0 release by @lindseywild in #100
New Contributors
- @lindseywild made their first contribution in #100
Full Changelog: v2.7.0...v2.8.0
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