Skip to content

chore(deps): Bump ruby/setup-ruby from 1.314.0 to 1.316.0 in the github-actions group across 1 directory - #246

Merged
JoyceZhu merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-059448b906
Jul 7, 2026
Merged

chore(deps): Bump ruby/setup-ruby from 1.314.0 to 1.316.0 in the github-actions group across 1 directory#246
JoyceZhu merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-059448b906

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 1 update in the / directory: ruby/setup-ruby.

Updates ruby/setup-ruby from 1.314.0 to 1.316.0

Release notes

Sourced from ruby/setup-ruby's releases.

v1.316.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.315.0...v1.316.0

v1.315.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.314.0...v1.315.0

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 1 update in the / directory: [ruby/setup-ruby](https://github.com/ruby/setup-ruby).


Updates `ruby/setup-ruby` from 1.314.0 to 1.316.0
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](ruby/setup-ruby@9eb537c...d45b1a4)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-version: 1.316.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 6, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 6, 2026 20:04
@dependabot
dependabot Bot requested a review from accessibility-bot July 6, 2026 20:04
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 6, 2026
@JoyceZhu
JoyceZhu merged commit 21949eb into main Jul 7, 2026
3 checks passed
@JoyceZhu
JoyceZhu deleted the dependabot/github_actions/github-actions-059448b906 branch July 7, 2026 04:52
@taarikashenafi taarikashenafi mentioned this pull request Jul 24, 2026
taarikashenafi added a commit that referenced this pull request Jul 24, 2026
## Summary

Cuts the v3.4.0 minor release by merging the reviewed changes on `main`
since immutable release `v3.3.0` into the stable `v3` action branch.

### What's new

- **NPM scanner plugins** — object entries in `scans` can install and
load allowlisted first-party packages at runtime, including a pinned
version
([#242](#242)).
- **AccessLint engine** — `accesslint` is available as a built-in
alternative or complement to Axe, with comparison and selection guidance
([#241](#241)).
- **Alt-text plugin documentation** — documents
`@github/accessibility-scanner-alt-text-plugin` and the object `scans`
configuration
([#247](#247)).

### Maintenance

- Update `ruby/setup-ruby`
([#246](#246),
[#248](#248)).
- Update `actions/setup-node` and patched `brace-expansion`
([#248](#248),
[#249](#249)).

## Upgrade notes

This is additive and backward-compatible. Existing workflows using
`github/accessibility-scanner@v3` need no configuration changes. Axe
remains the default when `scans` is omitted.

To pin the currently published alt-text plugin:

```yaml
scans: |
  ["axe", {"name": "alt-text-scan", "package": "@github/accessibility-scanner-alt-text-plugin", "version": "1.0.0"}]
```

Only allowlisted first-party NPM plugins are loaded. Package lifecycle
scripts are disabled during installation.

## Validation

- `npm run lint` — passed on `main` at `096ac67`
- `npm run format:check` — passed
- Action unit tests — 81 passed
- `.github/actions/find` TypeScript build — passed
- Repository `Test` workflow — passed:
https://github.com/github/accessibility-scanner/actions/runs/30118540795
- Manual local integration using
`@github/accessibility-scanner-alt-text-plugin@1.0.0` with object
`scans` syntax — package installed and loaded through the scanner plugin
manager; a local page with `alt="image.jpg"` produced the expected
`filename-alt-text` finding
- Root production dependency audit — 0 vulnerabilities

## Release procedure after approval

1. Merge this PR using a merge commit, preserving the established `main`
→ `v3` release history.
2. Validate the resulting `v3` commit.
3. Publish immutable GitHub release/tag `v3.4.0` from `v3` and verify
`github/accessibility-scanner@v3` and `v3.4.0` contain #242 and the
intended release delta.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant