Skip to content

Commit a45dc13

Browse files
build(deps): bump the all group with 2 updates
Bumps the all group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `github/codeql-action` from 3.30.3 to 3.30.4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@192325c...303c0ae) Updates `ruby/setup-ruby` from 1.259.0 to 1.263.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@866b91c...0481980) build(deps): bump the all group across 1 directory with 3 updates Bumps the all group with 1 update in the / directory: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.80.2 to 1.81.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.80.2...v1.81.0) Updates `json` from 2.14.1 to 2.15.0 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.14.1...v2.15.0) Updates `rubocop-ast` from 1.46.0 to 1.47.1 - [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.46.0...v1.47.1) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.30.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: ruby/setup-ruby dependency-version: 1.263.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: rubocop dependency-version: 1.81.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: json dependency-version: 2.15.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all - dependency-name: rubocop-ast dependency-version: 1.47.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f0c5c25 commit a45dc13

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/actionlint.yml

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

9595
- name: Upload SARIF file
96-
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
96+
uses: github/codeql-action/upload-sarif@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3.30.4
9797
with:
9898
sarif_file: results.sarif
9999
category: zizmor

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
persist-credentials: false
2525

2626
- name: Set up Ruby
27-
uses: ruby/setup-ruby@866b91cc020931c510d42e43e498a7f07d335f60 # v1.259.0
27+
uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263.0
2828
with:
2929
ruby-version: ruby
3030

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
persist-credentials: false
2424

2525
- name: Set up Ruby
26-
uses: ruby/setup-ruby@866b91cc020931c510d42e43e498a7f07d335f60 # v1.259.0
26+
uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263.0
2727
with:
2828
ruby-version: ${{ matrix.ruby }}
2929
bundler-cache: true

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GEM
77
logger (~> 1.5)
88
docile (1.4.1)
99
iniparse (1.5.0)
10-
json (2.14.1)
10+
json (2.15.0)
1111
language_server-protocol (3.17.0.5)
1212
lint_roller (1.1.0)
1313
logger (1.7.0)
@@ -26,18 +26,18 @@ GEM
2626
rake (13.3.0)
2727
regexp_parser (2.11.3)
2828
rexml (3.4.4)
29-
rubocop (1.80.2)
29+
rubocop (1.81.0)
3030
json (~> 2.3)
3131
language_server-protocol (~> 3.17.0.2)
3232
lint_roller (~> 1.1.0)
3333
parallel (~> 1.10)
3434
parser (>= 3.3.0.2)
3535
rainbow (>= 2.2.2, < 4.0)
3636
regexp_parser (>= 2.9.3, < 3.0)
37-
rubocop-ast (>= 1.46.0, < 2.0)
37+
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.46.0)
40+
rubocop-ast (1.47.1)
4141
parser (>= 3.3.7.2)
4242
prism (~> 1.4)
4343
ruby-progressbar (1.13.0)

0 commit comments

Comments
 (0)