Skip to content

Commit b9c3ee3

Browse files
fix(deps): update all non-major dependencies
1 parent b64999a commit b9c3ee3

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
6666

6767
- name: Build and Push to Docker Hub
68-
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@e7a3275d4c4978a3514801ec55708f1c599a6906
68+
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@e5b7989c92b55fe3ac6dd006d6de49082ba8c507
6969
with:
7070
context: .
7171
file: ./Dockerfile
@@ -85,7 +85,7 @@ jobs:
8585
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
8686

8787
- name: Build and Push Alpine to Docker Hub
88-
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@e7a3275d4c4978a3514801ec55708f1c599a6906
88+
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@e5b7989c92b55fe3ac6dd006d6de49082ba8c507
8989
with:
9090
context: .
9191
file: ./Dockerfile.alpine

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
OPENAI_API_KEY=openai:api-key
5353
5454
- name: Start docker-compose services
55-
uses: hoverkraft-tech/compose-action@3c795f9eb1db588146398cd8e4ab0fe98e0f92db
55+
uses: hoverkraft-tech/compose-action@b542f028fa67c0648ff170542be21647d0c35c53
5656
with:
5757
compose-file: "docker-compose.yaml"
5858

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Do this early so that it can start up in time for the tests to run.
2525
# We may need to add a wait here.
2626
- name: Start docker-compose services
27-
uses: hoverkraft-tech/compose-action@3c795f9eb1db588146398cd8e4ab0fe98e0f92db
27+
uses: hoverkraft-tech/compose-action@b542f028fa67c0648ff170542be21647d0c35c53
2828
with:
2929
compose-file: "docker-compose.yaml"
3030

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
- ./testdata/prometheus-entrypoint.sh:/etc/prometheus/entrypoint.sh
3333

3434
loki:
35-
image: grafana/loki:3.6.8@sha256:9db961170b729dc38277963cbb4a79941626388562cc455db61bf85564aa8945
35+
image: grafana/loki:3.7.1@sha256:73e905b51a7f917f7a1075e4be68759df30226e03dcb3cd2213b989cc0dc8eb4
3636
ports:
3737
- "3100:3100"
3838
command: -config.file=/etc/loki/loki-config.yml

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/go-openapi/strfmt v0.26.1
1111
github.com/google/uuid v1.6.0
1212
github.com/grafana/amixr-api-go-client v0.0.28
13-
github.com/grafana/grafana-openapi-client-go v0.0.0-20260330113218-ee77c4f6f90e
13+
github.com/grafana/grafana-openapi-client-go v0.0.0-20260413221349-81de049f2230
1414
github.com/grafana/grafana-plugin-sdk-go v0.290.1
1515
github.com/grafana/incident-go v0.0.0-20251003115753-d71681611ddd
1616
github.com/grafana/pyroscope/api v1.3.2

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ github.com/grafana/amixr-api-go-client v0.0.28 h1:wh4aeEFVVJPv68YpxJAoP03BTUkLk6
161161
github.com/grafana/amixr-api-go-client v0.0.28/go.mod h1:hU0Hq74HITX7RfcP0uZ7+F0/L+TL3N6JSzofBm2vzco=
162162
github.com/grafana/grafana-openapi-client-go v0.0.0-20260330113218-ee77c4f6f90e h1:P/SerquhsX/4a3kreHR5mrJmohlWRqaxei/ZUSA6zkA=
163163
github.com/grafana/grafana-openapi-client-go v0.0.0-20260330113218-ee77c4f6f90e/go.mod h1:sMcpxegie6TcvI6eVm+MbNneNC249GGWRcEO1M+UfSE=
164+
github.com/grafana/grafana-openapi-client-go v0.0.0-20260413221349-81de049f2230 h1:lvk7ZvDR2C9qj0GBjKxYeA52h1CdkgREbMFQD8OWfvU=
165+
github.com/grafana/grafana-openapi-client-go v0.0.0-20260413221349-81de049f2230/go.mod h1:4WkWL9W7QMnRgRA1XrrSbZRg/UIoTx4x5ynx5RjJldU=
164166
github.com/grafana/grafana-plugin-sdk-go v0.290.1 h1:wNX4R8sHxEAmtmFhmV05IsLGznzdMKvN94v+2Pz8Wkw=
165167
github.com/grafana/grafana-plugin-sdk-go v0.290.1/go.mod h1:KDkcxp1XqbKz0WD/q9p98Cf5Wp50LG0NkoPlVlptSWs=
166168
github.com/grafana/incident-go v0.0.0-20251003115753-d71681611ddd h1:y8uJA/UmFHjwNWAvppxDRq+w9zIQmb0z79YVV2vS96g=

0 commit comments

Comments
 (0)