Skip to content

Commit 8c0555d

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/dot-github/actions/fix/types/node-24.7.1
2 parents a623066 + 803de08 commit 8c0555d

File tree

16 files changed

+36
-36
lines changed

16 files changed

+36
-36
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/auth/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/auth/package.json

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

.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

0 commit comments

Comments
 (0)