Skip to content

Commit f415bdd

Browse files
chore(main): release azure-trusted-signing 1.0.1
1 parent 47da0d2 commit f415bdd

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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",

actions/azure-trusted-signing/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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

actions/azure-trusted-signing/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
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
@@ -63,7 +63,7 @@ jobs:
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"

0 commit comments

Comments
 (0)