build(deps): bump azure/azure-code-signing-action from 0.2.22 to 0.3.0

Bumps [azure/azure-code-signing-action](https://github.com/azure/azure-code-signing-action) from 0.2.22 to 0.3.0.
- [Release notes](https://github.com/azure/azure-code-signing-action/releases)
- [Commits](https://github.com/azure/azure-code-signing-action/compare/v0.2.22...v0.3.0)

---
updated-dependencies:
- dependency-name: azure/azure-code-signing-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-01 04:03:43 +00:00 committed by GitHub
parent d892c5fc6c
commit ea0acde95a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -58,7 +58,7 @@ jobs:
shell: bash
env:
FORCE_LOCALIZE: true
- uses: azure/azure-code-signing-action@v0.2.22
- uses: azure/azure-code-signing-action@v0.3.0
with:
azure-tenant-id: ${{ secrets.SPN_GIT_LFS_SIGNING_TENANT_ID }}
azure-client-id: ${{ secrets.SPN_GIT_LFS_SIGNING_CLIENT_ID }}
@ -73,7 +73,7 @@ jobs:
timestamp-digest: SHA256
- run: env -u TMPDIR make release-windows-stage-2
shell: bash
- uses: azure/azure-code-signing-action@v0.2.22
- uses: azure/azure-code-signing-action@v0.3.0
with:
azure-tenant-id: ${{ secrets.SPN_GIT_LFS_SIGNING_TENANT_ID }}
azure-client-id: ${{ secrets.SPN_GIT_LFS_SIGNING_CLIENT_ID }}