Skip to content

Commit 8f1bbdc

Browse files
chore(deps): bump the github-actions group with 2 updates (#359)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 65bc858 commit 8f1bbdc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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@4101b7ff332a47ef03b59a554624800a61668090
34+
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@c8ac4a279df46ebd1f85064119a0835098b88092
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
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3131

3232
- name: Install uv
33-
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
33+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
3434

3535
- name: Set up Go
3636
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
@@ -44,7 +44,7 @@ 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@c8ac4a279df46ebd1f85064119a0835098b88092 # 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: |

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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@c8ac4a279df46ebd1f85064119a0835098b88092 # 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: |

0 commit comments

Comments
 (0)