From 1ae06a3edd9fc4183733675867d5cb1fc8f410d0 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 11:14:19 +0000 Subject: [PATCH] chore(ci): update grafana/shared-workflows/get-vault-secrets action to v2.0.0 --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/deploy-to-developer-portal-dev.yml | 2 +- .github/workflows/deploy-to-developer-portal-prod.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c70c5651d2..a7c10ae5ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: steps: - id: get-secrets if: ${{ github.event.pull_request.head.repo.fork != true }} - uses: grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1 + uses: grafana/shared-workflows/actions/get-vault-secrets@e46fe1e9a2bf9e618bcf8d8d32f3a7381b45c06d # get-vault-secrets/v2.0.0 with: # Secrets placed in the ci/repo/grafana/plugin-tools in vault repo_secrets: | @@ -91,7 +91,7 @@ jobs: steps: - id: get-secrets if: ${{ github.event.pull_request.head.repo.fork != true }} - uses: grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1 + uses: grafana/shared-workflows/actions/get-vault-secrets@e46fe1e9a2bf9e618bcf8d8d32f3a7381b45c06d # get-vault-secrets/v2.0.0 with: # Secrets placed in the ci/repo/grafana/plugin-tools in vault repo_secrets: | @@ -283,7 +283,7 @@ jobs: steps: - id: get-secrets if: ${{ github.event.pull_request.head.repo.fork != true }} - uses: grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1 + uses: grafana/shared-workflows/actions/get-vault-secrets@e46fe1e9a2bf9e618bcf8d8d32f3a7381b45c06d # get-vault-secrets/v2.0.0 with: # Secrets placed in the ci/repo/grafana/plugin-tools in vault repo_secrets: | @@ -292,7 +292,7 @@ jobs: - name: Get secrets for DockerHub login if: ${{ github.event.pull_request.head.repo.fork != true }} - uses: grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1 + uses: grafana/shared-workflows/actions/get-vault-secrets@e46fe1e9a2bf9e618bcf8d8d32f3a7381b45c06d # get-vault-secrets/v2.0.0 with: common_secrets: | DOCKERHUB_USERNAME=dockerhub:username diff --git a/.github/workflows/deploy-to-developer-portal-dev.yml b/.github/workflows/deploy-to-developer-portal-dev.yml index 73612dd1e4..c97d34aa95 100644 --- a/.github/workflows/deploy-to-developer-portal-dev.yml +++ b/.github/workflows/deploy-to-developer-portal-dev.yml @@ -21,7 +21,7 @@ jobs: NX_BRANCH: ${{ github.event.number || github.ref_name }} steps: - id: get-secrets - uses: grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1 + uses: grafana/shared-workflows/actions/get-vault-secrets@e46fe1e9a2bf9e618bcf8d8d32f3a7381b45c06d # get-vault-secrets/v2.0.0 with: # Secrets placed in the ci/repo/grafana/plugin-tools in vault repo_secrets: | diff --git a/.github/workflows/deploy-to-developer-portal-prod.yml b/.github/workflows/deploy-to-developer-portal-prod.yml index ac03e05d84..e1be36333a 100644 --- a/.github/workflows/deploy-to-developer-portal-prod.yml +++ b/.github/workflows/deploy-to-developer-portal-prod.yml @@ -22,7 +22,7 @@ jobs: NX_BRANCH: ${{ github.event.number || github.ref_name }} steps: - id: get-secrets - uses: grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1 + uses: grafana/shared-workflows/actions/get-vault-secrets@e46fe1e9a2bf9e618bcf8d8d32f3a7381b45c06d # get-vault-secrets/v2.0.0 with: # Secrets placed in the ci/repo/grafana/plugin-tools in vault repo_secrets: |