Skip to content

Commit 935d308

Browse files
chore(deps): bump the github-actions group across 1 directory with 4 updates (#386)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 48a5979 commit 935d308

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fi
3232
3333
- name: Build and Push to Docker Hub
34-
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@60fadd1458bb20b97f00618568c22ed1c7d485bd
34+
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@2dd0b0349e130ca5ccf86b3a61250589a840bdb2
3535
with:
3636
context: .
3737
file: ./Dockerfile

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ jobs:
4444
uv sync --all-groups
4545
4646
- id: get-secrets
47-
uses: grafana/shared-workflows/actions/get-vault-secrets@5d7e361bc7e0a183cde8afe9899fb7b596d2659b # get-vault-secrets-v1.2.0
47+
uses: grafana/shared-workflows/actions/get-vault-secrets@2dd0b0349e130ca5ccf86b3a61250589a840bdb2 # get-vault-secrets-v1.2.0
4848
with:
4949
# Secrets placed in the ci/repo/grafana/mcp-grafana/<path> path in Vault
5050
repo_secrets: |
5151
ANTHROPIC_API_KEY=anthropic:api-key
5252
OPENAI_API_KEY=openai:api-key
5353
5454
- name: Start docker-compose services
55-
uses: hoverkraft-tech/compose-action@ccd64b05f85e42d4fa426d34ecb5884c99537eb4
55+
uses: hoverkraft-tech/compose-action@2c655a3602eeee00c12d1f4edd41f7af43baf2e9
5656
with:
5757
compose-file: "docker-compose.yaml"
5858

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
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@ccd64b05f85e42d4fa426d34ecb5884c99537eb4
27+
uses: hoverkraft-tech/compose-action@2c655a3602eeee00c12d1f4edd41f7af43baf2e9
2828
with:
2929
compose-file: "docker-compose.yaml"
3030

@@ -60,7 +60,7 @@ jobs:
6060
cache: true
6161

6262
- id: get-secrets
63-
uses: grafana/shared-workflows/actions/get-vault-secrets@5d7e361bc7e0a183cde8afe9899fb7b596d2659b # get-vault-secrets-v1.2.0
63+
uses: grafana/shared-workflows/actions/get-vault-secrets@2dd0b0349e130ca5ccf86b3a61250589a840bdb2 # get-vault-secrets-v1.2.0
6464
with:
6565
# Secrets placed in the ci/repo/grafana/mcp-grafana/<path> path in Vault
6666
repo_secrets: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cache: false
2828

2929
- name: Run GoReleaser
30-
uses: goreleaser/goreleaser-action@a08664b80c0ab417b1babcbf750274aed2018fef
30+
uses: goreleaser/goreleaser-action@9cf36111e7ea38bea30119371229bf9ad8028289
3131
with:
3232
distribution: goreleaser
3333
# 'latest', 'nightly', or a semver

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
go-version: "1.24"
4343
cache: true
4444
- name: Run golangci-lint
45-
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
45+
uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0
4646
with:
4747
version: v2.3.0
4848

0 commit comments

Comments
 (0)