Skip to content

Commit 7ba2d8e

Browse files
authored
Merge pull request #1994 from Homebrew/dependabot/all-1579745c62
2 parents 81e706b + d86781b commit 7ba2d8e

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@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
96+
uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
9797
with:
9898
sarif_file: results.sarif
9999
category: zizmor

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: vale docs/
5454

5555
- name: Install Ruby
56-
uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1.255.0
56+
uses: ruby/setup-ruby@efbf473cab83af4468e8606cc33eca9281bb213f # v1.256.0
5757
with:
5858
bundler-cache: true
5959
working-directory: docs

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
test-bot: false
113113

114114
- name: Set up Ruby
115-
uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1.255.0
115+
uses: ruby/setup-ruby@efbf473cab83af4468e8606cc33eca9281bb213f # v1.256.0
116116
with:
117117
bundler-cache: true
118118

@@ -165,7 +165,7 @@ jobs:
165165
test-bot: false
166166

167167
- name: Set up Ruby
168-
uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1.255.0
168+
uses: ruby/setup-ruby@efbf473cab83af4468e8606cc33eca9281bb213f # v1.256.0
169169
with:
170170
bundler-cache: true
171171

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GEM
55
addressable (2.8.7)
66
public_suffix (>= 2.0.2, < 7.0)
77
afm (1.0.0)
8-
async (2.27.3)
8+
async (2.27.4)
99
console (~> 1.29)
1010
fiber-annotation
1111
io-event (~> 1.11)
@@ -25,7 +25,7 @@ GEM
2525
em-websocket (0.5.3)
2626
eventmachine (>= 0.12.9)
2727
http_parser.rb (~> 0)
28-
ethon (0.16.0)
28+
ethon (0.17.0)
2929
ffi (>= 1.15.0)
3030
eventmachine (1.2.7)
3131
faraday (2.13.4)
@@ -177,7 +177,7 @@ GEM
177177
terminal-table (3.0.2)
178178
unicode-display_width (>= 1.1.1, < 3)
179179
tomlrb (2.0.3)
180-
traces (0.16.2)
180+
traces (0.17.0)
181181
ttfunk (1.8.0)
182182
bigdecimal (~> 3.1)
183183
typhoeus (1.4.1)

0 commit comments

Comments
 (0)