Skip to content

Commit ee6bc40

Browse files
build(deps-dev): bump the all group across 1 directory with 3 updates
Bumps the all group with 3 updates in the / directory: [minitest](https://github.com/minitest/minitest), [json](https://github.com/ruby/json) and [rubocop-ast](https://github.com/rubocop/rubocop-ast). Updates `minitest` from 5.26.0 to 5.26.1 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v5.26.0...v5.26.1) Updates `json` from 2.15.2 to 2.16.0 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.15.2...v2.16.0) Updates `rubocop-ast` from 1.47.1 to 1.48.0 - [Release notes](https://github.com/rubocop/rubocop-ast/releases) - [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-ast@v1.47.1...v1.48.0) build(deps): bump github/codeql-action in the all group Bumps the all group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.31.2 to 4.31.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@0499de3...014f16e) --- updated-dependencies: - dependency-name: minitest dependency-version: 5.26.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: json dependency-version: 2.16.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all - dependency-name: rubocop-ast dependency-version: 1.48.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all - dependency-name: github/codeql-action dependency-version: 4.31.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 16082ae commit ee6bc40

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
path: results.sarif
9393

9494
- name: Upload SARIF file
95-
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
95+
uses: github/codeql-action/upload-sarif@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
9696
with:
9797
sarif_file: results.sarif
9898
category: zizmor

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ GEM
77
logger (~> 1.5)
88
docile (1.4.1)
99
iniparse (1.5.0)
10-
json (2.15.2)
10+
json (2.16.0)
1111
language_server-protocol (3.17.0.5)
1212
lint_roller (1.1.0)
1313
logger (1.7.0)
14-
minitest (5.26.0)
14+
minitest (5.26.1)
1515
overcommit (0.68.0)
1616
childprocess (>= 0.6.3, < 6)
1717
iniparse (~> 1.4)
@@ -37,7 +37,7 @@ GEM
3737
rubocop-ast (>= 1.47.1, < 2.0)
3838
ruby-progressbar (~> 1.7)
3939
unicode-display_width (>= 2.4.0, < 4.0)
40-
rubocop-ast (1.47.1)
40+
rubocop-ast (1.48.0)
4141
parser (>= 3.3.7.2)
4242
prism (~> 1.4)
4343
ruby-progressbar (1.13.0)

0 commit comments

Comments
 (0)