Skip to content

Commit 46f3015

Browse files
authored
Merge pull request #891 from Homebrew/dependabot/all-c9fd1be0e8
2 parents 6294810 + 9228fe6 commit 46f3015

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

.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@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
96+
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
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@bb6434c747fa7022e12fa1cae2a0951fcffcff26 # v1.253.0
27+
uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.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@bb6434c747fa7022e12fa1cae2a0951fcffcff26 # v1.253.0
26+
uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0
2727
with:
2828
ruby-version: ${{ matrix.ruby }}
2929
bundler-cache: true

Gemfile.lock

Lines changed: 5 additions & 3 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.13.1)
10+
json (2.13.2)
1111
language_server-protocol (3.17.0.5)
1212
lint_roller (1.1.0)
1313
logger (1.7.0)
@@ -26,16 +26,17 @@ GEM
2626
rake (13.3.0)
2727
regexp_parser (2.10.0)
2828
rexml (3.4.1)
29-
rubocop (1.78.0)
29+
rubocop (1.79.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.45.1, < 2.0)
37+
rubocop-ast (>= 1.46.0, < 2.0)
3838
ruby-progressbar (~> 1.7)
39+
tsort (>= 0.2.0)
3940
unicode-display_width (>= 2.4.0, < 4.0)
4041
rubocop-ast (1.46.0)
4142
parser (>= 3.3.7.2)
@@ -50,6 +51,7 @@ GEM
5051
simplecov (~> 0.19)
5152
simplecov-html (0.13.2)
5253
simplecov_json_formatter (0.1.4)
54+
tsort (0.2.0)
5355
unicode-display_width (3.1.4)
5456
unicode-emoji (~> 4.0, >= 4.0.4)
5557
unicode-emoji (4.0.4)

0 commit comments

Comments
 (0)