Skip to content

Commit 6276d6e

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/dot-github/actions/file/types/node-24.7.1
2 parents 42f14a2 + c4ca2c0 commit 6276d6e

File tree

12 files changed

+26
-26
lines changed

12 files changed

+26
-26
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/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:

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"name": "continuous-ai-for-accessibility-scanner",
2+
"name": "accessibility-scanner",
33
"version": "0.0.0-development",
44
"description": "Finds potential accessibility gaps, files GitHub issues to track them, and attempts to fix them with Copilot",
55
"scripts": {
66
"test": "vitest run tests/*.test.ts"
77
},
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/github-community-projects/continuous-ai-for-accessibility-scanner.git"
10+
"url": "git+https://github.com/github/accessibility-scanner.git"
1111
},
1212
"author": "GitHub Inc.",
1313
"license": "MIT",
1414
"bugs": {
15-
"url": "https://github.com/github-community-projects/continuous-ai-for-accessibility-scanner/issues"
15+
"url": "https://github.com/github/accessibility-scanner/issues"
1616
},
17-
"homepage": "https://github.com/github-community-projects/continuous-ai-for-accessibility-scanner#readme",
17+
"homepage": "https://github.com/github/accessibility-scanner#readme",
1818
"devDependencies": {
1919
"@actions/core": "^1.11.1",
2020
"@octokit/core": "^7.0.5",
2121
"@octokit/plugin-throttling": "^11.0.2",
2222
"@octokit/types": "^15.0.0",
23-
"@types/node": "^24.7.0",
23+
"@types/node": "^24.7.1",
2424
"vitest": "^3.2.4"
2525
}
2626
}

0 commit comments

Comments
 (0)