Merged
Conversation
Updated output description to clarify that findings are now output as a JSON file.
Updated parameter names and descriptions for clarity.
Updated input and output parameter names to reflect file paths for issues and fixings.
Agent-Logs-Url: https://github.com/github/accessibility-scanner/sessions/b0cb0e0c-0e54-4d95-94ff-e51a544599c0 Co-authored-by: lindseywild <35239154+lindseywild@users.noreply.github.com>
For inputs: explicitly state that paths can be absolute or relative to the working directory (GITHUB_WORKSPACE). For outputs: clarify that the action generates an absolute path in RUNNER_TEMP automatically. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates documentation for the find, file, and fix GitHub Actions to reflect the v3 interface that passes data via JSON files (inputs/outputs) rather than stringified JSON values.
Changes:
- Document input migrations to
*_file(e.g.,issues_file,findings_file,cached_filings_file) with JSON file format examples. - Document output migrations to
*_file(e.g.,findings_file,filings_file,fixings_file) describing the temp-file behavior and example file contents. - Standardize examples to show JSON arrays as file contents (using
jsoncode fences).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/actions/fix/README.md | Updates docs to use issues_file input and fixings_file output, with file-content examples. |
| .github/actions/find/README.md | Updates docs to describe findings_file output as a temp JSON file and shows example JSON contents. |
| .github/actions/file/README.md | Updates docs to use findings_file / cached_filings_file inputs and filings_file output with JSON file format examples. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.