File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
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 : |
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments