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 11{
22 "actions/lint-pr-title" : " 1.2.0" ,
3- "actions/get-vault-secrets" : " 1.3.0 " ,
3+ "actions/get-vault-secrets" : " 1.3.1 " ,
44 "actions/dockerhub-login" : " 1.0.2" ,
55 "actions/send-slack-message" : " 2.0.4" ,
66 "actions/push-to-gar-docker" : " 0.6.1" ,
Original file line number Diff line number Diff line change 11# Changelog
22
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-29)
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+
311## [ 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)
412
513
Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - 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
3232 with :
3333 # Secrets placed in the ci/common/<path> path in Vault
3434 common_secrets : |
6969
7070 steps:
7171 - 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
7373 with:
7474 # Secrets placed in the ci/common/<path> path in Vault
7575 common_secrets: |
You can’t perform that action at this time.
0 commit comments