File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
actions/azure-trusted-signing Expand file tree Collapse file tree 3 files changed +14
-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 "actions/validate-renovate-config" : " 0.1.0" ,
2828 "actions/cleanup-branches" : " 0.2.1" ,
2929 "actions/docker-build-push-image" : " 0.1.0" ,
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-10-31)
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+ * ** deps:** update dependency dotnet-sdk to v8.0.415 ([ #1429 ] ( https://github.com/grafana/shared-workflows/issues/1429 ) ) ([ 0f55fdf] ( https://github.com/grafana/shared-workflows/commit/0f55fdf6c11ffae5d84b4c243e443591836b98e8 ) )
11+ * ** deps:** update github artifact actions ([ ebaf11d] ( https://github.com/grafana/shared-workflows/commit/ebaf11d9a28ba8617d6c1db41ca7ecb97005e4b4 ) )
12+ * ** deps:** update github artifact actions (major) ([ #1463 ] ( https://github.com/grafana/shared-workflows/issues/1463 ) ) ([ ebaf11d] ( https://github.com/grafana/shared-workflows/commit/ebaf11d9a28ba8617d6c1db41ca7ecb97005e4b4 ) )
13+
314## 1.0.0 (2025-09-04)
415
516
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