Skip to content

Commit ad6ef92

Browse files
chore(deps): update grafana/shared-workflows/get-vault-secrets action to v1.3.1 (#638)
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 43f7416 commit ad6ef92

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uv sync --all-groups
4545
4646
- id: get-secrets
47-
uses: grafana/shared-workflows/actions/get-vault-secrets@a37de51f3d713a30a9e4b21bcdfbd38170020593 # get-vault-secrets/v1.3.0
47+
uses: grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1
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@a37de51f3d713a30a9e4b21bcdfbd38170020593 # get-vault-secrets/v1.3.0
63+
uses: grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1
6464
with:
6565
# Secrets placed in the ci/repo/grafana/mcp-grafana/<path> path in Vault
6666
repo_secrets: |

.github/workflows/token-baseline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: make build
2929

3030
- id: get-secrets
31-
uses: grafana/shared-workflows/actions/get-vault-secrets@a37de51f3d713a30a9e4b21bcdfbd38170020593 # get-vault-secrets/v1.3.0
31+
uses: grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1
3232
with:
3333
# Secrets placed in the ci/repo/grafana/mcp-grafana/<path> path in Vault
3434
repo_secrets: |

.github/workflows/token-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Get secrets
3939
id: get-secrets
4040
if: github.event.pull_request.head.repo.full_name == github.repository
41-
uses: grafana/shared-workflows/actions/get-vault-secrets@a37de51f3d713a30a9e4b21bcdfbd38170020593 # get-vault-secrets/v1.3.0
41+
uses: grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1
4242
with:
4343
# Secrets placed in the ci/repo/grafana/mcp-grafana/<path> path in Vault
4444
repo_secrets: |

0 commit comments

Comments
 (0)