Skip to content

Commit 41f4f2d

Browse files
chore(deps): bump grafana/shared-workflows (#2402)
Bumps [grafana/shared-workflows](https://github.com/grafana/shared-workflows) from bca48b60029f80d2ea7c1a6bd1a49ffa7915a9e3 to c8ac4a279df46ebd1f85064119a0835098b88092. - [Release notes](https://github.com/grafana/shared-workflows/releases) - [Changelog](https://github.com/grafana/shared-workflows/blob/main/release-please-config.json) - [Commits](grafana/shared-workflows@bca48b6...c8ac4a2) --- updated-dependencies: - dependency-name: grafana/shared-workflows dependency-version: c8ac4a279df46ebd1f85064119a0835098b88092 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stephan Rayner <[email protected]>
1 parent 2bd427f commit 41f4f2d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/acc-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
go-version-file: go.mod
4444
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
4545
- name: Get Secrets
46-
uses: grafana/shared-workflows/actions/get-vault-secrets@bca48b60029f80d2ea7c1a6bd1a49ffa7915a9e3
46+
uses: grafana/shared-workflows/actions/get-vault-secrets@c8ac4a279df46ebd1f85064119a0835098b88092
4747
with:
4848
repo_secrets: |
4949
GRAFANA_AUTH=cloud-instance-tests:auth
@@ -142,7 +142,7 @@ jobs:
142142
go-version-file: go.mod
143143
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
144144
- name: Get Enterprise License
145-
uses: grafana/shared-workflows/actions/get-vault-secrets@bca48b60029f80d2ea7c1a6bd1a49ffa7915a9e3
145+
uses: grafana/shared-workflows/actions/get-vault-secrets@c8ac4a279df46ebd1f85064119a0835098b88092
146146
if: matrix.type == 'enterprise'
147147
with:
148148
repo_secrets: |

.github/workflows/cloud-acc-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
go-version-file: go.mod
3232
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
3333
- name: Get Secrets
34-
uses: grafana/shared-workflows/actions/get-vault-secrets@bca48b60029f80d2ea7c1a6bd1a49ffa7915a9e3
34+
uses: grafana/shared-workflows/actions/get-vault-secrets@c8ac4a279df46ebd1f85064119a0835098b88092
3535
with:
3636
repo_secrets: |
3737
GRAFANA_CLOUD_ACCESS_POLICY_TOKEN=cloud-tests:api-key

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
go-version-file: go.mod
4343
cache: false
4444
- name: Get secrets
45-
uses: grafana/shared-workflows/actions/get-vault-secrets@bca48b60029f80d2ea7c1a6bd1a49ffa7915a9e3
45+
uses: grafana/shared-workflows/actions/get-vault-secrets@c8ac4a279df46ebd1f85064119a0835098b88092
4646
with:
4747
repo_secrets: |
4848
GPG_PRIVATE_KEY=gpg:private-key

0 commit comments

Comments
 (0)