v1.3.0
·
216 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
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
- File: Output issues (objects including
nodeId), not just issue URLs by @smockle - Fix: Input issues (objects including 'url'), not just issue URLs by @smockle
Fixes
Documentation
- Update “Last updated” date in README.md by @cehfisher
- Restore fine-grained PAT instructions, now that fine-grained PATs are supported again by @smockle
Full Changelog: github-community-projects/continuous-ai-for-accessibility-scanner@v1.2.0...v1.3.0