Skip to content

Commit 6169cd5

Browse files
authored
Merge branch 'master' into dependabot/bundler/Library/Homebrew/rubocop-1.75.5
2 parents c6a2fa3 + 2af5eab commit 6169cd5

File tree

93 files changed

+20
-20
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+20
-20
lines changed

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
path: results.sarif
7878

7979
- name: Upload SARIF file
80-
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
80+
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
8181
with:
8282
sarif_file: results.sarif
8383
category: zizmor

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
persist-credentials: false
2929

3030
- name: Initialize CodeQL
31-
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
31+
uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
3232
with:
3333
languages: ruby
3434
config: |
3535
paths-ignore:
3636
- Library/Homebrew/vendor
3737
3838
- name: Perform CodeQL Analysis
39-
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
39+
uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17

.github/workflows/vendor-gems.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
fi
9292
9393
- name: Generate push token
94-
uses: actions/create-github-app-token@30bf6253fa41bdc8d1501d202ad15287582246b4 # v2.0.3
94+
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
9595
id: app-token
9696
if: github.event_name == 'workflow_dispatch'
9797
with:

Library/Homebrew/Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,15 @@ GEM
122122
simplecov-html (0.13.1)
123123
simplecov_json_formatter (0.1.4)
124124
simpleidn (0.2.3)
125-
sorbet (0.5.12053)
126-
sorbet-static (= 0.5.12053)
127-
sorbet-runtime (0.5.12053)
128-
sorbet-static (0.5.12053-aarch64-linux)
129-
sorbet-static (0.5.12053-universal-darwin)
130-
sorbet-static (0.5.12053-x86_64-linux)
131-
sorbet-static-and-runtime (0.5.12053)
132-
sorbet (= 0.5.12053)
133-
sorbet-runtime (= 0.5.12053)
125+
sorbet (0.5.12060)
126+
sorbet-static (= 0.5.12060)
127+
sorbet-runtime (0.5.12060)
128+
sorbet-static (0.5.12060-aarch64-linux)
129+
sorbet-static (0.5.12060-universal-darwin)
130+
sorbet-static (0.5.12060-x86_64-linux)
131+
sorbet-static-and-runtime (0.5.12060)
132+
sorbet (= 0.5.12060)
133+
sorbet-runtime (= 0.5.12060)
134134
spoom (1.6.1)
135135
erubi (>= 1.10.0)
136136
prism (>= 0.28.0)

Library/Homebrew/formula-analytics/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ urllib3==2.4.0 \
9191
# via influxdb3-python
9292

9393
# The following packages are considered to be unsafe in a requirements file:
94-
setuptools==80.1.0 \
95-
--hash=sha256:2e308396e1d83de287ada2c2fd6e64286008fe6aca5008e0b6a8cb0e2c86eedd \
96-
--hash=sha256:ea0e7655c05b74819f82e76e11a85b31779fee7c4969e82f72bab0664e8317e4
94+
setuptools==80.3.1 \
95+
--hash=sha256:31e2c58dbb67c99c289f51c16d899afedae292b978f8051efaf6262d8212f927 \
96+
--hash=sha256:ea8e00d7992054c4c592aeb892f6ad51fe1b4d90cc6947cc45c45717c40ec537
9797
# via influxdb3-python

Library/Homebrew/vendor/bundle/bundler/setup.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def self.extension_api_version
7878
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rainbow-3.1.1/lib")
7979
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/rbs-3.9.2")
8080
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rbs-3.9.2/lib")
81-
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-runtime-0.5.12053/lib")
81+
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-runtime-0.5.12060/lib")
8282
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rbi-0.3.2/lib")
8383
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/redcarpet-3.6.1")
8484
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/redcarpet-3.6.1/lib")
@@ -108,9 +108,9 @@ def self.extension_api_version
108108
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov_json_formatter-0.1.4/lib")
109109
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov-0.22.0/lib")
110110
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov-cobertura-2.1.0/lib")
111-
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-static-0.5.12053-universal-darwin/lib")
112-
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-0.5.12053/lib")
113-
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-static-and-runtime-0.5.12053/lib")
111+
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-static-0.5.12060-universal-darwin/lib")
112+
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-0.5.12060/lib")
113+
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-static-and-runtime-0.5.12060/lib")
114114
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/thor-1.3.2/lib")
115115
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/spoom-1.6.1/lib")
116116
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/stackprof-0.2.27")

Library/Homebrew/vendor/bundle/ruby/3.4.0/gems/sorbet-runtime-0.5.12053/lib/sorbet-runtime.rb renamed to Library/Homebrew/vendor/bundle/ruby/3.4.0/gems/sorbet-runtime-0.5.12060/lib/sorbet-runtime.rb

File renamed without changes.

Library/Homebrew/vendor/bundle/ruby/3.4.0/gems/sorbet-runtime-0.5.12053/lib/types/_types.rb renamed to Library/Homebrew/vendor/bundle/ruby/3.4.0/gems/sorbet-runtime-0.5.12060/lib/types/_types.rb

File renamed without changes.

Library/Homebrew/vendor/bundle/ruby/3.4.0/gems/sorbet-runtime-0.5.12053/lib/types/abstract_utils.rb renamed to Library/Homebrew/vendor/bundle/ruby/3.4.0/gems/sorbet-runtime-0.5.12060/lib/types/abstract_utils.rb

File renamed without changes.

Library/Homebrew/vendor/bundle/ruby/3.4.0/gems/sorbet-runtime-0.5.12053/lib/types/boolean.rb renamed to Library/Homebrew/vendor/bundle/ruby/3.4.0/gems/sorbet-runtime-0.5.12060/lib/types/boolean.rb

File renamed without changes.

0 commit comments

Comments
 (0)