Skip to content

Commit 3e6cd7c

Browse files
chore: update grafana/shared-workflows/ action to (#1359)
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 9bd7a7e commit 3e6cd7c

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/call_build-sign-upload-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
echo "environment: $ENVIRONMENT"
4242
4343
- name: Get signing token from Vault
44-
uses: grafana/shared-workflows/actions/get-vault-secrets@fdb6afaadd82c078cd2b29a3476b4c1365244cea
44+
uses: grafana/shared-workflows/actions/get-vault-secrets@828a377eed7ee1bc58ab4c0242440368812bdc02
4545
with:
4646
common_secrets: |
4747
GRAFANA_ACCESS_POLICY_TOKEN=plugins/sign-plugin-access-policy-token:token

.github/workflows/call_deploy-plugin.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
persist-credentials: false
6868

6969
- name: Get prod catalog token from Vault
70-
uses: grafana/shared-workflows/actions/get-vault-secrets@fdb6afaadd82c078cd2b29a3476b4c1365244cea
70+
uses: grafana/shared-workflows/actions/get-vault-secrets@828a377eed7ee1bc58ab4c0242440368812bdc02
7171
with:
7272
common_secrets: |
7373
GCOM_PUBLISH_TOKEN_PROD=plugins/gcom-publish-token:prod
@@ -115,7 +115,7 @@ jobs:
115115
persist-credentials: false
116116

117117
- name: Get dev catalog token from Vault
118-
uses: grafana/shared-workflows/actions/get-vault-secrets@fdb6afaadd82c078cd2b29a3476b4c1365244cea
118+
uses: grafana/shared-workflows/actions/get-vault-secrets@828a377eed7ee1bc58ab4c0242440368812bdc02
119119
with:
120120
common_secrets: |
121121
GCOM_PUBLISH_TOKEN_DEV=plugins/gcom-publish-token:dev
@@ -163,7 +163,7 @@ jobs:
163163
persist-credentials: false
164164

165165
- name: Get ops catalog token from Vault
166-
uses: grafana/shared-workflows/actions/get-vault-secrets@fdb6afaadd82c078cd2b29a3476b4c1365244cea
166+
uses: grafana/shared-workflows/actions/get-vault-secrets@828a377eed7ee1bc58ab4c0242440368812bdc02
167167
with:
168168
common_secrets: |
169169
GCOM_PUBLISH_TOKEN_OPS=plugins/gcom-publish-token:ops

.github/workflows/call_update-deployment-tools.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Get Vault secrets
31-
uses: grafana/shared-workflows/actions/get-vault-secrets@fdb6afaadd82c078cd2b29a3476b4c1365244cea
31+
uses: grafana/shared-workflows/actions/get-vault-secrets@828a377eed7ee1bc58ab4c0242440368812bdc02
3232
with:
3333
common_secrets: |
3434
GITHUB_APP_ID=updater-app:app-id
@@ -42,7 +42,7 @@ jobs:
4242
persist-credentials: false
4343

4444
- name: Authenticate with GCS
45-
uses: grafana/shared-workflows/actions/login-to-gcs@fdb6afaadd82c078cd2b29a3476b4c1365244cea
45+
uses: grafana/shared-workflows/actions/login-to-gcs@828a377eed7ee1bc58ab4c0242440368812bdc02
4646

4747
# Configure the GCloud SDK using authentication from the previous step,
4848
# enabling the next step to execute authenticated GCloud commands.

0 commit comments

Comments
 (0)