Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
1346613
Fix translation errors in best-practices.md
7Xme Apr 4, 2026
158ba36
initial draft of Accessibility Best Practices for Your Project
mlama007 Apr 24, 2026
79981fb
mgifford feedback
mlama007 Apr 24, 2026
8be6cd5
added resource to statement
mlama007 Apr 24, 2026
3f9bc3f
added resources and explanation for accessibility issues
mlama007 Apr 24, 2026
b5e685d
Merge branch 'main' into patch-1
ahpook Apr 24, 2026
9272004
Merge branch 'main' into patch-1
ahpook Apr 24, 2026
5f80edc
Merge branch 'main' into accessibility-best-practices
ahpook Apr 24, 2026
67c957b
Merge branch 'main' into patch-1
ahpook Apr 24, 2026
74b0b89
chore(deps): bump ruby/setup-ruby in the dependencies group
dependabot[bot] Apr 27, 2026
aa206e5
chore(deps): bump actions/upload-pages-artifact from 4.0.0 to 5.0.0
dependabot[bot] Apr 27, 2026
d082852
chore(deps): bump actions/deploy-pages from 4.0.5 to 5.0.0
dependabot[bot] Apr 27, 2026
15ed643
chore(deps): bump actions/configure-pages from 5.0.0 to 6.0.0
dependabot[bot] Apr 27, 2026
d858d2a
chore(deps): bump nokogiri in the dependencies group
dependabot[bot] Apr 28, 2026
5cccbb4
editorial updates
mlama007 Apr 29, 2026
053bf48
add contributors
mlama007 Apr 29, 2026
541b568
update files
mlama007 Apr 29, 2026
aa005ab
Add examples from Accessibility toolkit
mlama007 Apr 29, 2026
57b8e78
editiorial: ASCII, emphasis, bullets
mlama007 Apr 29, 2026
51387f8
added temp image
mlama007 Apr 29, 2026
b24ce86
Add CodeQL analysis workflow configuration
ahpook Apr 29, 2026
3cc87d5
Update codeql and tests
ahpook Apr 29, 2026
78e719e
Merge pull request #3654 from github/ahpook/add-codeql-config
ahpook Apr 29, 2026
8f8e9bb
Merge branch 'main' into accessibility-best-practices
ahpook Apr 29, 2026
97b6e90
Merge pull request #3641 from mlama007/accessibility-best-practices
ahpook Apr 29, 2026
63fbc0c
Merge branch 'main' into patch-1
ahpook Apr 29, 2026
4e9ce1e
Merge pull request #3626 from 7Xme/patch-1
ahpook Apr 29, 2026
00d8d37
Merge branch 'main' into dependabot/bundler/dependencies-c700c4fcbe
ahpook Apr 29, 2026
de2a19f
Merge pull request #3653 from github/dependabot/bundler/dependencies-…
ahpook Apr 29, 2026
3a56aaf
Merge branch 'main' into dependabot/github_actions/actions/upload-pag…
ahpook Apr 29, 2026
19c44cd
Merge branch 'main' into dependabot/github_actions/actions/configure-…
ahpook Apr 29, 2026
5af87e2
Merge pull request #3650 from github/dependabot/github_actions/action…
ahpook Apr 29, 2026
79bcddc
Merge pull request #3652 from github/dependabot/github_actions/action…
ahpook Apr 29, 2026
4f8891a
Merge branch 'main' into dependabot/github_actions/dependencies-4a0b9…
ahpook Apr 29, 2026
1f2c125
Merge pull request #3649 from github/dependabot/github_actions/depend…
ahpook Apr 29, 2026
7d1f872
Merge branch 'main' into dependabot/github_actions/actions/deploy-pag…
ahpook Apr 29, 2026
f2828ff
Merge pull request #3651 from github/dependabot/github_actions/action…
ahpook Apr 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
77 changes: 77 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL Advanced"

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '35 9 * * 0'

jobs:
analyze:
name: Analyze (${{ matrix.language }})
# Runner size impacts CodeQL analysis time. To learn more, please see:
# - https://gh.io/recommended-hardware-resources-for-running-codeql
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners (GitHub.com only)
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
permissions:
# required for all workflows
security-events: write

# required to fetch internal or private CodeQL packs
packages: read

# only required for workflows in private repositories
actions: read
contents: read

strategy:
fail-fast: false
matrix:
include:
- language: actions
build-mode: none
- language: javascript-typescript
build-mode: none
- language: ruby
build-mode: none

steps:
- name: Checkout repository
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}

- name: Run manual build steps
if: matrix.build-mode == 'manual'
shell: bash
run: |
echo 'If you are using a "manual" build mode for one or more of the' \
'languages you are analyzing, replace this with the commands to build' \
'your code, for example:'
echo ' make bootstrap'
echo ' make release'
exit 1

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: "/language:${{matrix.language}}"
6 changes: 3 additions & 3 deletions .github/workflows/jekyll-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Setup Pages
uses: actions/configure-pages@v5.0.0
uses: actions/configure-pages@v6.0.0
- name: Build with Jekyll
uses: actions/jekyll-build-pages@44a6e6beabd48582f863aeeb6cb2151cc1716697 # v1
with:
source: ./
destination: ./_site
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v4.0.0
uses: actions/upload-pages-artifact@v5.0.0
# Deployment job
deploy:
environment:
Expand All @@ -60,6 +60,6 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4.0.5
uses: actions/deploy-pages@v5.0.0
with:
preview: "true"
6 changes: 3 additions & 3 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v6.0.2
- name: Setup Pages
uses: actions/configure-pages@v5.0.0
uses: actions/configure-pages@v6.0.0
- name: Build with Jekyll
uses: actions/jekyll-build-pages@44a6e6beabd48582f863aeeb6cb2151cc1716697 # v1
with:
source: ./
destination: ./_site
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v4.0.0
uses: actions/upload-pages-artifact@v5.0.0
# Deployment job
deploy:
environment:
Expand All @@ -48,4 +48,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4.0.5
uses: actions/deploy-pages@v5.0.0
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: GitHub Actions CI
on:
push:
branches: master
branches: main
pull_request:
merge_group:
permissions:
Expand All @@ -13,7 +13,7 @@ jobs:
- name: Set up Git repository
uses: actions/checkout@v6.0.2
- name: Set up Ruby
uses: ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # v1
uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1
with:
bundler-cache: true
- name: Set up Node
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -273,26 +273,26 @@ GEM
minitest (5.27.0)
net-http (0.9.1)
uri (>= 0.11.1)
nokogiri (1.19.2)
nokogiri (1.19.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.19.2-aarch64-linux-gnu)
nokogiri (1.19.3-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.19.2-aarch64-linux-musl)
nokogiri (1.19.3-aarch64-linux-musl)
racc (~> 1.4)
nokogiri (1.19.2-arm-linux-gnu)
nokogiri (1.19.3-arm-linux-gnu)
racc (~> 1.4)
nokogiri (1.19.2-arm-linux-musl)
nokogiri (1.19.3-arm-linux-musl)
racc (~> 1.4)
nokogiri (1.19.2-arm64-darwin)
nokogiri (1.19.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.19.2-x64-mingw-ucrt)
nokogiri (1.19.3-x64-mingw-ucrt)
racc (~> 1.4)
nokogiri (1.19.2-x86_64-darwin)
nokogiri (1.19.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.19.2-x86_64-linux-gnu)
nokogiri (1.19.3-x86_64-linux-gnu)
racc (~> 1.4)
nokogiri (1.19.2-x86_64-linux-musl)
nokogiri (1.19.3-x86_64-linux-musl)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
Expand Down
Loading
Loading