Skip to content

Commit cc91688

Browse files
chore(ci): update auto-merged gitHub actions to v2.0.0
1 parent 834fb05 commit cc91688

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- id: get-secrets
2626
if: ${{ github.event.pull_request.head.repo.fork != true }}
27-
uses: grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1
27+
uses: grafana/shared-workflows/actions/get-vault-secrets@e46fe1e9a2bf9e618bcf8d8d32f3a7381b45c06d # get-vault-secrets/v2.0.0
2828
with:
2929
# Secrets placed in the ci/repo/grafana/plugin-tools in vault
3030
repo_secrets: |
@@ -91,7 +91,7 @@ jobs:
9191
steps:
9292
- id: get-secrets
9393
if: ${{ github.event.pull_request.head.repo.fork != true }}
94-
uses: grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1
94+
uses: grafana/shared-workflows/actions/get-vault-secrets@e46fe1e9a2bf9e618bcf8d8d32f3a7381b45c06d # get-vault-secrets/v2.0.0
9595
with:
9696
# Secrets placed in the ci/repo/grafana/plugin-tools in vault
9797
repo_secrets: |
@@ -283,7 +283,7 @@ jobs:
283283
steps:
284284
- id: get-secrets
285285
if: ${{ github.event.pull_request.head.repo.fork != true }}
286-
uses: grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1
286+
uses: grafana/shared-workflows/actions/get-vault-secrets@e46fe1e9a2bf9e618bcf8d8d32f3a7381b45c06d # get-vault-secrets/v2.0.0
287287
with:
288288
# Secrets placed in the ci/repo/grafana/plugin-tools in vault
289289
repo_secrets: |
@@ -292,7 +292,7 @@ jobs:
292292

293293
- name: Get secrets for DockerHub login
294294
if: ${{ github.event.pull_request.head.repo.fork != true }}
295-
uses: grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1
295+
uses: grafana/shared-workflows/actions/get-vault-secrets@e46fe1e9a2bf9e618bcf8d8d32f3a7381b45c06d # get-vault-secrets/v2.0.0
296296
with:
297297
common_secrets: |
298298
DOCKERHUB_USERNAME=dockerhub:username
@@ -532,7 +532,7 @@ jobs:
532532
id-token: write
533533
steps:
534534
- id: get-secrets
535-
uses: grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1
535+
uses: grafana/shared-workflows/actions/get-vault-secrets@e46fe1e9a2bf9e618bcf8d8d32f3a7381b45c06d # get-vault-secrets/v2.0.0
536536
with:
537537
# Secrets placed in the ci/repo/grafana/plugin-tools in vault
538538
repo_secrets: |

.github/workflows/deploy-to-developer-portal-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
NX_BRANCH: ${{ github.event.number || github.ref_name }}
2222
steps:
2323
- id: get-secrets
24-
uses: grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1
24+
uses: grafana/shared-workflows/actions/get-vault-secrets@e46fe1e9a2bf9e618bcf8d8d32f3a7381b45c06d # get-vault-secrets/v2.0.0
2525
with:
2626
# Secrets placed in the ci/repo/grafana/plugin-tools in vault
2727
repo_secrets: |

.github/workflows/deploy-to-developer-portal-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
NX_BRANCH: ${{ github.event.number || github.ref_name }}
2323
steps:
2424
- id: get-secrets
25-
uses: grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1
25+
uses: grafana/shared-workflows/actions/get-vault-secrets@e46fe1e9a2bf9e618bcf8d8d32f3a7381b45c06d # get-vault-secrets/v2.0.0
2626
with:
2727
# Secrets placed in the ci/repo/grafana/plugin-tools in vault
2828
repo_secrets: |

0 commit comments

Comments
 (0)