Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

Commit 819136b

Browse files
chore(ci): bump evalops/service-runtime from 0.1.0 to 0.1.48 (#23)
Bumps [evalops/service-runtime](https://github.com/evalops/service-runtime) from 0.1.0 to 0.1.48. - [Release notes](https://github.com/evalops/service-runtime/releases) - [Commits](evalops/service-runtime@d348819...e9e24df) --- updated-dependencies: - dependency-name: evalops/service-runtime dependency-version: 0.1.48 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3a57b4d commit 819136b

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@v6
4747

4848
- name: Setup Go
49-
uses: evalops/service-runtime/.github/actions/setup-go-service@d348819979602be3a2b8349b5dccd41488bb7cd2
49+
uses: evalops/service-runtime/.github/actions/setup-go-service@e9e24df11fe3162fba91fbc7d138ca43496bbd27
5050
with:
5151
go-version: "1.26.2"
5252
download: "false"
@@ -87,7 +87,7 @@ jobs:
8787
uses: actions/checkout@v6
8888

8989
- name: Setup Go
90-
uses: evalops/service-runtime/.github/actions/setup-go-service@d348819979602be3a2b8349b5dccd41488bb7cd2
90+
uses: evalops/service-runtime/.github/actions/setup-go-service@e9e24df11fe3162fba91fbc7d138ca43496bbd27
9191
with:
9292
go-version: "1.26.2"
9393
download: "false"
@@ -106,7 +106,7 @@ jobs:
106106
uses: actions/checkout@v6
107107

108108
- name: Setup Go
109-
uses: evalops/service-runtime/.github/actions/setup-go-service@d348819979602be3a2b8349b5dccd41488bb7cd2
109+
uses: evalops/service-runtime/.github/actions/setup-go-service@e9e24df11fe3162fba91fbc7d138ca43496bbd27
110110
with:
111111
go-version: "1.26.2"
112112
download: "false"
@@ -142,7 +142,7 @@ jobs:
142142
uses: actions/checkout@v6
143143

144144
- name: Setup Go
145-
uses: evalops/service-runtime/.github/actions/setup-go-service@d348819979602be3a2b8349b5dccd41488bb7cd2
145+
uses: evalops/service-runtime/.github/actions/setup-go-service@e9e24df11fe3162fba91fbc7d138ca43496bbd27
146146
with:
147147
go-version: "1.26.2"
148148
download: "false"
@@ -158,7 +158,7 @@ jobs:
158158
uses: actions/checkout@v6
159159

160160
- name: Setup Go
161-
uses: evalops/service-runtime/.github/actions/setup-go-service@d348819979602be3a2b8349b5dccd41488bb7cd2
161+
uses: evalops/service-runtime/.github/actions/setup-go-service@e9e24df11fe3162fba91fbc7d138ca43496bbd27
162162
with:
163163
go-version: "1.26.2"
164164
download: "false"
@@ -188,7 +188,7 @@ jobs:
188188
uses: actions/checkout@v6
189189

190190
- name: Build image
191-
uses: evalops/service-runtime/.github/actions/build-docker-image@d348819979602be3a2b8349b5dccd41488bb7cd2
191+
uses: evalops/service-runtime/.github/actions/build-docker-image@e9e24df11fe3162fba91fbc7d138ca43496bbd27
192192
with:
193193
dockerfile: ./Dockerfile
194194
tags: siphon:ci
@@ -216,7 +216,7 @@ jobs:
216216
uses: actions/checkout@v6
217217

218218
- name: Setup Go
219-
uses: evalops/service-runtime/.github/actions/setup-go-service@d348819979602be3a2b8349b5dccd41488bb7cd2
219+
uses: evalops/service-runtime/.github/actions/setup-go-service@e9e24df11fe3162fba91fbc7d138ca43496bbd27
220220
with:
221221
go-version: "1.26.2"
222222
download: "false"
@@ -253,7 +253,7 @@ jobs:
253253
uses: actions/checkout@v6
254254

255255
- name: Setup Go
256-
uses: evalops/service-runtime/.github/actions/setup-go-service@d348819979602be3a2b8349b5dccd41488bb7cd2
256+
uses: evalops/service-runtime/.github/actions/setup-go-service@e9e24df11fe3162fba91fbc7d138ca43496bbd27
257257
with:
258258
go-version: "1.26.2"
259259
download: "false"
@@ -332,7 +332,7 @@ jobs:
332332
uses: actions/checkout@v6
333333

334334
- name: Setup Go
335-
uses: evalops/service-runtime/.github/actions/setup-go-service@d348819979602be3a2b8349b5dccd41488bb7cd2
335+
uses: evalops/service-runtime/.github/actions/setup-go-service@e9e24df11fe3162fba91fbc7d138ca43496bbd27
336336
with:
337337
go-version: "1.26.2"
338338
download: "false"
@@ -409,7 +409,7 @@ jobs:
409409
uses: actions/checkout@v6
410410

411411
- name: Setup Go
412-
uses: evalops/service-runtime/.github/actions/setup-go-service@d348819979602be3a2b8349b5dccd41488bb7cd2
412+
uses: evalops/service-runtime/.github/actions/setup-go-service@e9e24df11fe3162fba91fbc7d138ca43496bbd27
413413
with:
414414
go-version: "1.26.2"
415415
download: "false"

.github/workflows/release-candidate-smoke.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
ref: ${{ inputs.ref }}
3636

3737
- name: Setup Go
38-
uses: evalops/service-runtime/.github/actions/setup-go-service@d348819979602be3a2b8349b5dccd41488bb7cd2
38+
uses: evalops/service-runtime/.github/actions/setup-go-service@e9e24df11fe3162fba91fbc7d138ca43496bbd27
3939
with:
4040
go-version: "1.26.2"
4141
download: "false"
@@ -52,7 +52,7 @@ jobs:
5252
run: echo "IMAGE_TAG=rc-${{ github.run_id }}-${{ github.run_attempt }}" >> "$GITHUB_ENV"
5353

5454
- name: Build release-candidate image
55-
uses: evalops/service-runtime/.github/actions/build-docker-image@d348819979602be3a2b8349b5dccd41488bb7cd2
55+
uses: evalops/service-runtime/.github/actions/build-docker-image@e9e24df11fe3162fba91fbc7d138ca43496bbd27
5656
with:
5757
dockerfile: ./Dockerfile
5858
tags: ${{ env.TAP_IMAGE_REPO }}:${{ env.IMAGE_TAG }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v6
2020

2121
- name: Setup Go
22-
uses: evalops/service-runtime/.github/actions/setup-go-service@d348819979602be3a2b8349b5dccd41488bb7cd2
22+
uses: evalops/service-runtime/.github/actions/setup-go-service@e9e24df11fe3162fba91fbc7d138ca43496bbd27
2323
with:
2424
go-version: "1.26.2"
2525
download: "false"
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Build and push image
3131
id: build
32-
uses: evalops/service-runtime/.github/actions/publish-ghcr-image@d348819979602be3a2b8349b5dccd41488bb7cd2
32+
uses: evalops/service-runtime/.github/actions/publish-ghcr-image@e9e24df11fe3162fba91fbc7d138ca43496bbd27
3333
with:
3434
image_name: ghcr.io/${{ github.repository }}
3535
github_actor: ${{ github.actor }}

0 commit comments

Comments
 (0)