diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 45734a7c6..9d5103d60 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -23,7 +23,7 @@ "actions/get-latest-workflow-artifact": "0.2.0", "actions/create-github-app-token": "0.2.0", "actions/run-capslock": "0.2.0", - "actions/azure-trusted-signing": "1.0.0", + "actions/azure-trusted-signing": "1.0.1", "actions/validate-renovate-config": "0.1.0", "actions/cleanup-branches": "0.2.1", "actions/docker-build-push-image": "0.1.0", diff --git a/actions/azure-trusted-signing/CHANGELOG.md b/actions/azure-trusted-signing/CHANGELOG.md index 7c3f50f15..11162af7d 100644 --- a/actions/azure-trusted-signing/CHANGELOG.md +++ b/actions/azure-trusted-signing/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.1](https://github.com/grafana/shared-workflows/compare/azure-trusted-signing/v1.0.0...azure-trusted-signing/v1.0.1) (2025-10-24) + + +### 🔧 Miscellaneous Chores + +* **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)) +* **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)) +* **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)) + ## 1.0.0 (2025-09-04) diff --git a/actions/azure-trusted-signing/README.md b/actions/azure-trusted-signing/README.md index 28ca822d9..93a37a251 100644 --- a/actions/azure-trusted-signing/README.md +++ b/actions/azure-trusted-signing/README.md @@ -53,7 +53,7 @@ jobs: steps: - name: Get secrets for Azure Trusted Signing - uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0 + uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.0.1 id: get-signing-secrets with: export_env: false @@ -63,7 +63,7 @@ jobs: tenant-id=azure-trusted-signing:tenant-id - name: Sign artifacts - uses: grafana/shared-workflows/actions/azure-trusted-signing@azure-trusted-signing/v1.0.0 + uses: grafana/shared-workflows/actions/azure-trusted-signing@azure-trusted-signing/v1.0.1 id: sign-artifacts with: application-description: "My Awesome application"