Skip to content

Commit ca6dac8

Browse files
chore(deps): update grafana/shared-workflows/ action to (#1131)
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 448bbe2 commit ca6dac8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/java-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
devbox-version: ${{ env.DEVBOX_VERSION }}
3333

3434
- name: Get secrets
35-
uses: grafana/shared-workflows/actions/get-vault-secrets@438c8d6321147607b3f6f0e922508e78e746af9b
35+
uses: grafana/shared-workflows/actions/get-vault-secrets@c2f1df59dba624b3fd509e5181aa8da5217120c0
3636
with:
3737
repo_secrets: |
3838
MAVEN_USERNAME=secrets:maven_username

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
devbox-version: ${{ env.DEVBOX_VERSION }}
4444

4545
- name: Get secrets
46-
uses: grafana/shared-workflows/actions/get-vault-secrets@438c8d6321147607b3f6f0e922508e78e746af9b
46+
uses: grafana/shared-workflows/actions/get-vault-secrets@c2f1df59dba624b3fd509e5181aa8da5217120c0
4747
with:
4848
repo_secrets: |
4949
GITHUB_APP_ID=github_app:app-id

.github/workflows/sdk-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
persist-credentials: false
2727

2828
- name: Get secrets
29-
uses: grafana/shared-workflows/actions/get-vault-secrets@438c8d6321147607b3f6f0e922508e78e746af9b
29+
uses: grafana/shared-workflows/actions/get-vault-secrets@c2f1df59dba624b3fd509e5181aa8da5217120c0
3030
with:
3131
repo_secrets: |
3232
SCHEMA_READER_APP_ID=schema_reader:app-id
@@ -88,7 +88,7 @@ jobs:
8888
devbox-version: ${{ env.DEVBOX_VERSION }}
8989

9090
- name: Get secrets
91-
uses: grafana/shared-workflows/actions/get-vault-secrets@438c8d6321147607b3f6f0e922508e78e746af9b
91+
uses: grafana/shared-workflows/actions/get-vault-secrets@c2f1df59dba624b3fd509e5181aa8da5217120c0
9292
with:
9393
repo_secrets: |
9494
SCHEMA_READER_APP_ID=schema_reader:app-id

0 commit comments

Comments
 (0)