Skip to content

Commit 09ae1ef

Browse files
fix(deps): update all non-major dependencies (#674)
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent e6c58d7 commit 09ae1ef

19 files changed

Lines changed: 300 additions & 397 deletions

.github/workflows/auto-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Generate GitHub App token
2121
id: app-token
22-
uses: grafana/shared-workflows/actions/create-github-app-token@580590a644e82e79bb2598bdaba0be245a14dda0 # create-github-app-token/v0.2.2
22+
uses: grafana/shared-workflows/actions/create-github-app-token@ae92934a14a48b94494dbc06d74a81d47fe08a40 # create-github-app-token/v0.2.2
2323
with:
2424
github_app: grafana-mcp-delivery-bot
2525

.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@7f983a8135eb58eaec83c96d8b842b2092e110e3
68+
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@f02682926bde2aa45a1a8b74409c94508d8952ec
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@7f983a8135eb58eaec83c96d8b842b2092e110e3
88+
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@f02682926bde2aa45a1a8b74409c94508d8952ec
8989
with:
9090
context: .
9191
file: ./Dockerfile.alpine

.github/workflows/e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131

3232
- name: Install uv
33-
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
33+
uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0
3434

3535
- name: Set up Go
36-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
36+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
3737
with:
3838
go-version: "1.26"
3939
cache: true
@@ -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@b160464f2ea59d4c7be918e457514639ad7c7f9f
55+
uses: hoverkraft-tech/compose-action@de5c13d9d8cb4c5f95340189bc1cf9677ae869c2
5656
with:
5757
compose-file: "docker-compose.yaml"
5858

.github/workflows/integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ 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@b160464f2ea59d4c7be918e457514639ad7c7f9f
27+
uses: hoverkraft-tech/compose-action@de5c13d9d8cb4c5f95340189bc1cf9677ae869c2
2828
with:
2929
compose-file: "docker-compose.yaml"
3030

3131
- name: Set up Go
32-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
32+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
3333
with:
3434
go-version: "1.26"
3535
cache: true
@@ -54,7 +54,7 @@ jobs:
5454
persist-credentials: false
5555

5656
- name: Set up Go
57-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
57+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
5858
with:
5959
go-version: "1.26"
6060
cache: true

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ jobs:
4242
fi
4343
4444
- name: Set up Go
45-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
45+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
4646
with:
4747
go-version: stable
4848
# Do not use any caches when creating a release.
4949
cache: false
5050

5151
- name: Run GoReleaser
52-
uses: goreleaser/goreleaser-action@4247c53b304edb39a4e6a0808f415d3eebad450a
52+
uses: goreleaser/goreleaser-action@fdcf0b9df926c8dd93d4e7f15c508dd346e09eb1
5353
with:
5454
distribution: goreleaser
5555
# 'latest', 'nightly', or a semver
@@ -71,13 +71,13 @@ jobs:
7171
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7272

7373
- name: Set up Go
74-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
74+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
7575
with:
7676
go-version: stable
7777
cache: false
7878

7979
- name: Set up uv
80-
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
80+
uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0
8181
with:
8282
enable-cache: false
8383

.github/workflows/test-install-scripts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2727

2828
- name: Setup Node.js
29-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
29+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
3030
with:
3131
node-version: ${{ matrix.node-version }}
3232

@@ -85,7 +85,7 @@ jobs:
8585
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
8686

8787
- name: Setup Node.js
88-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
88+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
8989
with:
9090
node-version: '22'
9191

@@ -119,7 +119,7 @@ jobs:
119119
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
120120

121121
- name: Setup Node.js
122-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
122+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
123123
with:
124124
node-version: '22'
125125

.github/workflows/token-baseline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
persist-credentials: false
2121

2222
- name: Set up Go
23-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
23+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
2424
with:
2525
go-version-file: go.mod
2626

.github/workflows/token-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
persist-credentials: false
1919

2020
- name: Set up Go
21-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
21+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
2222
with:
2323
go-version-file: go.mod
2424

@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Download baseline
2929
id: download-baseline
30-
uses: dawidd6/action-download-artifact@9dde25e7413c6123b6062d4c9fc954d6ff005cfc
30+
uses: dawidd6/action-download-artifact@cdf23fa8e0b0f74767dbcb6b05a2905955a47043
3131
with:
3232
branch: main
3333
name: token-baseline

.github/workflows/unit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
persist-credentials: false
2222

2323
- name: Set up Go
24-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
24+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
2525
with:
2626
go-version: "1.26"
2727
cache: true
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
persist-credentials: false
3939
- name: Set up Go
40-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
40+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
4141
with:
4242
go-version: "1.26"
4343
cache: true
@@ -56,7 +56,7 @@ jobs:
5656
persist-credentials: false
5757

5858
- name: Set up Go
59-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
59+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
6060
with:
6161
go-version: "1.26"
6262
cache: true

cmd/mcp-grafana/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
mcpgrafana "github.com/grafana/mcp-grafana"
2121
"github.com/grafana/mcp-grafana/observability"
2222
"github.com/grafana/mcp-grafana/tools"
23-
"go.opentelemetry.io/otel/semconv/v1.39.0/mcpconv"
23+
"go.opentelemetry.io/otel/semconv/v1.40.0/mcpconv"
2424
)
2525

2626
func maybeAddTools(s *server.MCPServer, tf func(*server.MCPServer), enabledTools []string, disable bool, category string) {

0 commit comments

Comments
 (0)