File tree Expand file tree Collapse file tree
actions/generate-openapi-clients Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 "actions/argo-lint" : " 1.1.1" ,
1010 "actions/setup-conftest" : " 1.0.4" ,
1111 "actions/setup-argo" : " 1.2.1" ,
12- "actions/generate-openapi-clients" : " 1.1.1 " ,
12+ "actions/generate-openapi-clients" : " 1.1.2 " ,
1313 "actions/push-to-gcs" : " 0.3.2" ,
1414 "actions/techdocs-rewrite-relative-links" : " 1.0.5" ,
1515 "actions/validate-policy-bot-config" : " 1.1.2" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.1.2] ( https://github.com/grafana/shared-workflows/compare/generate-openapi-clients/v1.1.1...generate-openapi-clients/v1.1.2 ) (2026-07-31)
4+
5+
6+ ### 🔧 Miscellaneous Chores
7+
8+ * ** deps:** update actions/cache action to v6 ([ #2227 ] ( https://github.com/grafana/shared-workflows/issues/2227 ) ) ([ ddc2a23] ( https://github.com/grafana/shared-workflows/commit/ddc2a23ec2ab41811bb9ba72e26afc7ed72466b0 ) )
9+ * ** deps:** update stefanzweifel/git-auto-commit-action action to v7.2.0 ([ #2194 ] ( https://github.com/grafana/shared-workflows/issues/2194 ) ) ([ 87f28f1] ( https://github.com/grafana/shared-workflows/commit/87f28f11dadb56791da38d3f05b15377f948d951 ) )
10+
311## [ 1.1.1] ( https://github.com/grafana/shared-workflows/compare/generate-openapi-clients/v1.1.0...generate-openapi-clients/v1.1.1 ) (2026-06-10)
412
513
Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ jobs:
3737 permissions :
3838 contents : write # Only needed if `commit-changes` is set to true
3939 steps :
40- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v1.1.1
40+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v1.1.2
4141 with :
4242 persist-credentials : false
4343
44- - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v1.1.1
44+ - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v1.1.2
4545 with :
4646 go-version : 1.18
4747 - name : Generate clients
48- uses : grafana/shared-workflows/actions/generate-openapi-clients@generate-openapi-clients/v1.1.1
48+ uses : grafana/shared-workflows/actions/generate-openapi-clients@generate-openapi-clients/v1.1.2
4949 with :
5050 package-name : slo
5151 spec-path : openapi.yaml
You can’t perform that action at this time.
0 commit comments