Skip to content

Commit 85e228e

Browse files
chore(deps): update grafana/shared-workflows/get-vault-secrets action to v1.3.0 (#4956)
| datasource | package | from | to | | ----------- | ------------------------ | ------------------------ | ------------------------ | | github-tags | grafana/shared-workflows | get-vault-secrets-v1.1.0 | get-vault-secrets/v1.3.0 | | github-tags | grafana/shared-workflows | get-vault-secrets-v1.2.0 | get-vault-secrets/v1.3.0 | 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 f47c6c4 commit 85e228e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ai-dependency-review.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

3333
- id: get-secrets
34-
uses: grafana/shared-workflows/actions/get-vault-secrets@5d7e361bc7e0a183cde8afe9899fb7b596d2659b # get-vault-secrets-v1.2.0
34+
uses: grafana/shared-workflows/actions/get-vault-secrets@a37de51f3d713a30a9e4b21bcdfbd38170020593 # get-vault-secrets/v1.3.0
3535
with:
3636
repo_secrets: |
3737
OPENAI_API_KEY=openai:api-key

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install Actions
3131
run: npm install --production --prefix ./actions
3232
- id: get-secrets
33-
uses: grafana/shared-workflows/actions/get-vault-secrets@5d7e361bc7e0a183cde8afe9899fb7b596d2659b # get-vault-secrets-v1.2.0
33+
uses: grafana/shared-workflows/actions/get-vault-secrets@a37de51f3d713a30a9e4b21bcdfbd38170020593 # get-vault-secrets/v1.3.0
3434
with:
3535
repo_secrets: |
3636
ALLOYBOT_APP_ID=alloybot:app_id

.github/workflows/bump-formula-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
persist-credentials: false
2323

2424
- id: get-secrets
25-
uses: grafana/shared-workflows/actions/get-vault-secrets@5d7e361bc7e0a183cde8afe9899fb7b596d2659b # get-vault-secrets-v1.2.0
25+
uses: grafana/shared-workflows/actions/get-vault-secrets@a37de51f3d713a30a9e4b21bcdfbd38170020593 # get-vault-secrets/v1.3.0
2626
with:
2727
repo_secrets: |
2828
ALLOYBOT_APP_ID=alloybot:app_id

.github/workflows/helm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
id-token: write # Needed to generate app token
7575
steps:
7676
- id: get-secrets
77-
uses: grafana/shared-workflows/actions/get-vault-secrets@5d7e361bc7e0a183cde8afe9899fb7b596d2659b # get-vault-secrets-v1.2.0
77+
uses: grafana/shared-workflows/actions/get-vault-secrets@a37de51f3d713a30a9e4b21bcdfbd38170020593 # get-vault-secrets/v1.3.0
7878
with:
7979
repo_secrets: |
8080
ALLOYBOT_APP_ID=alloybot:app_id

.github/workflows/publish-alloy-devel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848

4949
- name: Get Vault secrets
50-
uses: grafana/shared-workflows/actions/get-vault-secrets@28361cdb22223e5f1e34358c86c20908e7248760 # get-vault-secrets-v1.1.0
50+
uses: grafana/shared-workflows/actions/get-vault-secrets@a37de51f3d713a30a9e4b21bcdfbd38170020593 # get-vault-secrets/v1.3.0
5151
with:
5252
common_secrets: |
5353
GITHUB_APP_ID=updater-app:app-id

0 commit comments

Comments
 (0)