Skip to content

Commit cbc90c8

Browse files
chore(deps): pin dependencies (#1814)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0de81fd commit cbc90c8

21 files changed

+68
-68
lines changed

.github/actions/test_gem/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ runs:
8484
# ...but not for appraisals, sadly.
8585
- name: Install Ruby ${{ inputs.ruby }} with dependencies
8686
if: "${{ steps.setup.outputs.appraisals == 'false' }}"
87-
uses: ruby/[email protected]
87+
uses: ruby/setup-ruby@3fee6763234110473bd57dd4595c5199fce2c510 # v1.258.0
8888
with:
8989
ruby-version: "${{ inputs.ruby }}"
9090
working-directory: "${{ steps.setup.outputs.gem_dir }}"
@@ -95,7 +95,7 @@ runs:
9595
# If we're using appraisals, do it all manually.
9696
- name: Install Ruby ${{ inputs.ruby }} without dependencies
9797
if: "${{ steps.setup.outputs.appraisals == 'true' }}"
98-
uses: ruby/[email protected]
98+
uses: ruby/setup-ruby@3fee6763234110473bd57dd4595c5199fce2c510 # v1.258.0
9999
with:
100100
ruby-version: "${{ inputs.ruby }}"
101101
bundler: "latest"

.github/workflows/ci-contrib.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
name: "helpers-${{ matrix.gem }} / ${{ matrix.os }}"
4747
runs-on: ${{ matrix.os }}
4848
steps:
49-
- uses: actions/[email protected]
49+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
5050
- name: "Test Ruby 3.4"
5151
uses: ./.github/actions/test_gem
5252
with:
@@ -87,7 +87,7 @@ jobs:
8787
name: "propagator-${{ matrix.gem }} / ${{ matrix.os }}"
8888
runs-on: ${{ matrix.os }}
8989
steps:
90-
- uses: actions/[email protected]
90+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
9191
- name: "Test Ruby 3.4"
9292
uses: ./.github/actions/test_gem
9393
with:
@@ -127,7 +127,7 @@ jobs:
127127
name: "opentelemetry-${{ matrix.gem }} / ${{ matrix.os }}"
128128
runs-on: ${{ matrix.os }}
129129
steps:
130-
- uses: actions/[email protected]
130+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
131131
- name: "Test Ruby 3.4"
132132
uses: ./.github/actions/test_gem
133133
with:
@@ -165,7 +165,7 @@ jobs:
165165
name: "processors-${{ matrix.gem }} / ${{ matrix.os }}"
166166
runs-on: ${{ matrix.os }}
167167
steps:
168-
- uses: actions/[email protected]
168+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
169169
- name: "Test Ruby 3.4"
170170
uses: ./.github/actions/test_gem
171171
with:
@@ -203,7 +203,7 @@ jobs:
203203
name: "samplers-${{ matrix.gem }} / ${{ matrix.os }}"
204204
runs-on: ${{ matrix.os }}
205205
steps:
206-
- uses: actions/[email protected]
206+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
207207
- name: "Test Ruby 3.4"
208208
uses: ./.github/actions/test_gem
209209
with:

.github/workflows/ci-instrumentation-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
name: ${{ matrix.gem }} / ${{ matrix.os }}
106106
runs-on: ${{ matrix.os }}
107107
steps:
108-
- uses: actions/[email protected]
108+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
109109
- name: "Test Ruby 3.4"
110110
uses: ./.github/actions/test_gem
111111
with:

.github/workflows/ci-instrumentation-with-services.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
name: other / ${{ matrix.gem }} / ${{ matrix.os }}
5555
runs-on: ${{ matrix.os }}
5656
steps:
57-
- uses: actions/[email protected]
57+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
5858
- name: "Test Ruby 3.4"
5959
uses: ./.github/actions/test_gem
6060
with:
@@ -76,11 +76,11 @@ jobs:
7676
build: true
7777
services:
7878
memcached:
79-
image: memcached:alpine
79+
image: memcached:alpine@sha256:7b45203a99eb1419c95b875c7e48c5a9eebc0a305eeb09eefc9f3a2cff758a46
8080
ports:
8181
- 11211:11211
8282
mongodb:
83-
image: mongo:4.4
83+
image: mongo:4.4@sha256:52c42cbab240b3c5b1748582cc13ef46d521ddacae002bbbda645cebed270ec0
8484
ports:
8585
- 27017:27017
8686

@@ -96,7 +96,7 @@ jobs:
9696
name: mysql / ${{ matrix.gem }} / ${{ matrix.os }}
9797
runs-on: ${{ matrix.os }}
9898
steps:
99-
- uses: actions/[email protected]
99+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
100100
- name: "Test Ruby 3.4"
101101
uses: ./.github/actions/test_gem
102102
with:
@@ -118,7 +118,7 @@ jobs:
118118
build: true
119119
services:
120120
mysql:
121-
image: mysql:8.0.31
121+
image: mysql:8.0.31@sha256:3d7ae561cf6095f6aca8eb7830e1d14734227b1fb4748092f2be2cfbccf7d614
122122
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3 -e MYSQL_DATABASE=mysql -e MYSQL_ROOT_PASSWORD=root -e MYSQL_PASSWORD=mysql -e MYSQL_USER=mysql -p 3306:3306 --entrypoint sh mysql:8.0.31 -c "exec docker-entrypoint.sh mysqld --default-authentication-plugin=mysql_native_password"
123123

124124
instrumentation_kafka:
@@ -134,7 +134,7 @@ jobs:
134134
name: kafka / ${{ matrix.gem }} / ${{ matrix.os }}
135135
runs-on: ${{ matrix.os }}
136136
steps:
137-
- uses: actions/[email protected]
137+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
138138
- name: "Test Ruby 3.4"
139139
uses: ./.github/actions/test_gem
140140
with:
@@ -156,14 +156,14 @@ jobs:
156156
build: true
157157
services:
158158
zookeeper:
159-
image: confluentinc/cp-zookeeper:latest
159+
image: confluentinc/cp-zookeeper:latest@sha256:7610a50b13e7e9f6dc0dd00585ffdcb0bbed27392bef6b45791ef4087b2a746c
160160
ports:
161161
- 2181:2181
162162
env:
163163
ZOOKEEPER_CLIENT_PORT: 2181
164164
ZOOKEEPER_TICK_TIME: 2000
165165
kafka:
166-
image: confluentinc/cp-kafka:7.9.1
166+
image: confluentinc/cp-kafka:7.9.1@sha256:632e5f09affa3fe2a044da044ec4b40542a7aea5c48ac6eb13d42bc78ec9c9b5
167167
ports:
168168
- 9092:9092
169169
- 29092:29092
@@ -188,7 +188,7 @@ jobs:
188188
name: redis / ${{ matrix.gem }} / ${{ matrix.os }}
189189
runs-on: ${{ matrix.os }}
190190
steps:
191-
- uses: actions/[email protected]
191+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
192192
- name: "Test Ruby 3.4"
193193
uses: ./.github/actions/test_gem
194194
with:
@@ -210,7 +210,7 @@ jobs:
210210
build: true
211211
services:
212212
redis:
213-
image: bitnamilegacy/redis:6.2
213+
image: bitnamilegacy/redis:6.2@sha256:116419dc09f37b2c37e47e1a2cef258620ca1a30bae379b3660cf78fc0e7fc99
214214
ports:
215215
- 6379:6379
216216
options: >-
@@ -233,7 +233,7 @@ jobs:
233233
name: postgresql / ${{ matrix.gem }} / ${{ matrix.os }}
234234
runs-on: ${{ matrix.os }}
235235
steps:
236-
- uses: actions/[email protected]
236+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
237237
- name: "Test Ruby 3.4"
238238
uses: ./.github/actions/test_gem
239239
with:
@@ -255,7 +255,7 @@ jobs:
255255
build: true
256256
services:
257257
postgres:
258-
image: postgres:13
258+
image: postgres:13@sha256:4689940c683801b4ab839ab3b0a0a3555a5fe425371422310944e89eca7d8068
259259
env:
260260
POSTGRES_PASSWORD: postgres
261261
ports:
@@ -275,7 +275,7 @@ jobs:
275275
name: rabbitmq / ${{ matrix.gem }} / ${{ matrix.os }}
276276
runs-on: ${{ matrix.os }}
277277
steps:
278-
- uses: actions/[email protected]
278+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
279279
- name: "Test Ruby 3.4"
280280
uses: ./.github/actions/test_gem
281281
with:
@@ -297,6 +297,6 @@ jobs:
297297
build: true
298298
services:
299299
rabbitmq:
300-
image: rabbitmq:3.8-alpine
300+
image: rabbitmq:3.8-alpine@sha256:711d76bc8d9822adf32fd9bdbe33f53645a77e2bbd0675f8011eed397919f7a4
301301
ports:
302302
- "5672:5672"

.github/workflows/ci-instrumentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
name: ${{ matrix.gem }} / ${{ matrix.os }}
3232
runs-on: ${{ matrix.os }}
3333
steps:
34-
- uses: actions/[email protected]
34+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3535
- name: "Test Ruby 3.4"
3636
uses: ./.github/actions/test_gem
3737
with:

.github/workflows/ci-markdown-checks.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
name: Markdown Lint Check
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/[email protected]
18+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1919

2020
# equivalent cli: markdownlint-cli2 "**/*.md" "#**/CHANGELOG.md" --config .markdownlint.json
2121
- name: "Markdown Lint Check"
22-
uses: DavidAnson/markdownlint-cli2-action@v21
22+
uses: DavidAnson/markdownlint-cli2-action@30a0e04f1870d58f8d717450cc6134995f993c63 # v21
2323
with:
2424
config: .markdownlint.json
2525
fix: false
@@ -31,11 +31,11 @@ jobs:
3131
name: Markdown Link Check
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/[email protected]
34+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3535

3636
# equivalent cli: linkspector check
3737
- name: Run linkspector
38-
uses: umbrelladocs/action-linkspector@v1
38+
uses: umbrelladocs/action-linkspector@652f85bc57bb1e7d4327260decc10aa68f7694c3 # v1
3939
with:
4040
github_token: ${{ secrets.GITHUB_TOKEN }}
4141
reporter: github-pr-review
@@ -45,8 +45,8 @@ jobs:
4545
name: Spelling Check
4646
runs-on: ubuntu-latest
4747
steps:
48-
- uses: actions/[email protected]
49-
- uses: streetsidesoftware/cspell-action@v8
48+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
49+
- uses: streetsidesoftware/cspell-action@3294df585d3d639e30f3bc019cb11940b9866e95 # v8
5050
with:
5151
# Files should be consistent with check:spelling files
5252
files: |

.github/workflows/component-owners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
name: Auto Assign Owners
1414
steps:
15-
- uses: dyladan/[email protected]
15+
- uses: dyladan/component-owners@58bd86e9814d23f1525d0a970682cead459fa783 # v0.1.0
1616
with:
1717
config-file: .github/component_owners.yml
1818
repo-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/conventional-commits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Conventional Commits Validation
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: dev-build-deploy/[email protected]
24+
- uses: dev-build-deploy/commit-me@27d14296ec218488c543616d9128d7e75ab7463a # v1.5.3
2525
env:
2626
FORCE_COLOR: 3
2727
with:

.github/workflows/fossa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v4.2.2
1717

1818
- name: Install Ruby 3.4
19-
uses: ruby/[email protected]
19+
uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268.0
2020
with:
2121
ruby-version: 3.4
2222
- name: Generate Gemfile.lock

.github/workflows/installation-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
name: ${{ matrix.ruby-version }}
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/[email protected]
27+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2828
# ATTENTION: Dependabot does not know how to update shared actions file.
2929
# If you see it update setup-ruby here also update it as part of actions/test_gem/action.yml
30-
- uses: ruby/[email protected]
30+
- uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268.0
3131
with:
3232
ruby-version: ${{ matrix.ruby-version }}
3333
- name: "Install Latest Gem Versions on ${{ matrix.ruby-version }}"

0 commit comments

Comments
 (0)