Skip to content

Commit 2612eb3

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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@2dd0b0349e130ca5ccf86b3a61250589a840bdb2 # get-vault-secrets-v1.2.0
47+
uses: grafana/shared-workflows/actions/get-vault-secrets@a37de51f3d713a30a9e4b21bcdfbd38170020593 # get-vault-secrets/v1.3.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@2dd0b0349e130ca5ccf86b3a61250589a840bdb2 # get-vault-secrets-v1.2.0
63+
uses: grafana/shared-workflows/actions/get-vault-secrets@a37de51f3d713a30a9e4b21bcdfbd38170020593 # get-vault-secrets/v1.3.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)