File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
actions/get-vault-secrets Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"actions/lint-pr-title" : " 1.2.0" ,
3
- "actions/get-vault-secrets" : " 1.3.0 " ,
3
+ "actions/get-vault-secrets" : " 1.3.1 " ,
4
4
"actions/dockerhub-login" : " 1.0.2" ,
5
5
"actions/send-slack-message" : " 2.0.4" ,
6
6
"actions/push-to-gar-docker" : " 0.6.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.3.1] ( https://github.com/grafana/shared-workflows/compare/get-vault-secrets/v1.3.0...get-vault-secrets/v1.3.1 ) (2025-10-06)
4
+
5
+
6
+ ### 🔧 Miscellaneous Chores
7
+
8
+ * ** deps:** update actions/github-script action to v7.1.0 ([ #1306 ] ( https://github.com/grafana/shared-workflows/issues/1306 ) ) ([ 31b0c57] ( https://github.com/grafana/shared-workflows/commit/31b0c573abbbd9b56060318f7327ae8bb3ec041e ) )
9
+ * ** deps:** update actions/github-script action to v8 ([ #1307 ] ( https://github.com/grafana/shared-workflows/issues/1307 ) ) ([ 078c4a8] ( https://github.com/grafana/shared-workflows/commit/078c4a8af09e06d646077550f9e0f68171d5881e ) )
10
+
3
11
## [ 1.3.0] ( https://github.com/grafana/shared-workflows/compare/get-vault-secrets/v1.2.1...get-vault-secrets/v1.3.0 ) (2025-08-19)
4
12
5
13
Original file line number Diff line number Diff line change 28
28
29
29
steps :
30
30
- id : get-secrets
31
- uses : grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0
31
+ uses : grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.1
32
32
with :
33
33
# Secrets placed in the ci/common/<path> path in Vault
34
34
common_secrets : |
69
69
70
70
steps:
71
71
- id: get-secrets
72
- uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0
72
+ uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.1
73
73
with:
74
74
# Secrets placed in the ci/common/<path> path in Vault
75
75
common_secrets: |
You can’t perform that action at this time.
0 commit comments