Skip to content

Commit b39471a

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/dot-github/actions/auth/types/node-24.7.1
2 parents b480f68 + 005bca8 commit b39471a

File tree

14 files changed

+31
-31
lines changed

14 files changed

+31
-31
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @github-community-projects/a11y
1+
* @github/accessibility-reviewers

.github/actions/file/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@octokit/plugin-throttling": "^11.0.2"
1919
},
2020
"devDependencies": {
21-
"@types/node": "^24.7.0",
21+
"@types/node": "^24.7.1",
2222
"typescript": "^5.9.3"
2323
}
2424
}

.github/actions/find/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/find/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"playwright": "^1.56.0"
1919
},
2020
"devDependencies": {
21-
"@types/node": "^24.7.0",
21+
"@types/node": "^24.7.1",
2222
"typescript": "^5.9.3"
2323
}
2424
}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v5
3232

3333
- name: Setup Ruby
34-
uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a
34+
uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0
3535
with:
3636
ruby-version: "3.4"
3737
bundler-cache: true
@@ -74,7 +74,7 @@ jobs:
7474
login_url: http://127.0.0.1:4000/
7575
username: ${{ secrets.TEST_USERNAME }}
7676
password: ${{ secrets.TEST_PASSWORD }}
77-
repository: github-community-projects/continuous-ai-for-accessibility-scanner-testing
77+
repository: github/accessibility-scanner-testing
7878
token: ${{ secrets.GH_TOKEN }}
7979
cache_key: ${{ steps.cache_key.outputs.cache_key }}
8080

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Contributing
22

3-
[fork]: https://github.com/github-community-projects/continuous-ai-for-accessibility-scanner/fork
4-
[pr]: https://github.com/github-community-projects/continuous-ai-for-accessibility-scanner/compare
3+
[fork]: https://github.com/github/accessibility-scanner/fork
4+
[pr]: https://github.com/github/accessibility-scanner/compare
55

66
Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
77

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
accessibility_scanner:
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: github-community-projects/continuous-ai-for-accessibility-scanner@v1
34+
- uses: github/accessibility-scanner@v2
3535
with:
3636
urls: | # Provide a newline-delimited list of URLs to scan; more information below.
3737
REPLACE_THIS

SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For help or questions about using this project, please open an issue for support
88

99
## Project Maintenance Status
1010

11-
This repo `continuous-ai-for-accessibility-scanner` is under active development and maintained by GitHub staff during the public preview state. We will do our best to respond to support, feature requests, and community questions in a timely manner.
11+
This repo `github/accessibility-scanner` is under active development and maintained by GitHub staff during the public preview state. We will do our best to respond to support, feature requests, and community questions in a timely manner.
1212

1313
## Important Notice
1414

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "continuous-ai-for-accessibility-scanner"
1+
name: "accessibility-scanner"
22
description: "Finds potential accessibility gaps, files GitHub issues to track them, and attempts to fix them with Copilot."
33

44
inputs:

0 commit comments

Comments
 (0)