File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
actions/azure-trusted-signing Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 2323 "actions/get-latest-workflow-artifact" : " 0.2.0" ,
2424 "actions/create-github-app-token" : " 0.2.0" ,
2525 "actions/run-capslock" : " 0.2.0" ,
26- "actions/azure-trusted-signing" : " 1.0.0 "
26+ "actions/azure-trusted-signing" : " 1.0.1 "
2727}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.0.1] ( https://github.com/grafana/shared-workflows/compare/azure-trusted-signing/v1.0.0...azure-trusted-signing/v1.0.1 ) (2025-09-23)
4+
5+
6+ ### 🔧 Miscellaneous Chores
7+
8+ * ** deps:** update actions/setup-dotnet action to v5 ([ #1303 ] ( https://github.com/grafana/shared-workflows/issues/1303 ) ) ([ e2b2855] ( https://github.com/grafana/shared-workflows/commit/e2b2855c2f7e5dfb9cfe551773495cce69c5dd42 ) )
9+ * ** deps:** update dependency dotnet-sdk to v8.0.414 ([ #1323 ] ( https://github.com/grafana/shared-workflows/issues/1323 ) ) ([ d2db509] ( https://github.com/grafana/shared-workflows/commit/d2db509c45f0d0e75e26fe03c276225d6bbc3e0d ) )
10+
311## 1.0.0 (2025-09-04)
412
513
Original file line number Diff line number Diff line change 5353
5454 steps :
5555 - name : Get secrets for Azure Trusted Signing
56- uses : grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0
56+ uses : grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.0.1
5757 id : get-signing-secrets
5858 with :
5959 export_env : false
6363 tenant-id=azure-trusted-signing:tenant-id
6464
6565 - name : Sign artifacts
66- uses : grafana/shared-workflows/actions/azure-trusted-signing@azure-trusted-signing/v1.0.0
66+ uses : grafana/shared-workflows/actions/azure-trusted-signing@azure-trusted-signing/v1.0.1
6767 id : sign-artifacts
6868 with :
6969 application-description : " My Awesome application"
You can’t perform that action at this time.
0 commit comments