Skip to content

Choose a tag to compare

@lindseywild lindseywild released this 01 Apr 18:57
· 27 commits to v3 since this release
Immutable release. Only release title and notes can be modified.
b30e7f3

What's Changed

Important

Reference the Accessibility Scanner action using:

uses: github/accessibility-scanner@v3

See 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