浏览代码

Bump azure/trusted-signing-action from 0.5.0 to 0.5.1 (#1863)

Bumps [azure/trusted-signing-action](https://github.com/azure/trusted-signing-action) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/azure/trusted-signing-action/releases)
- [Commits](https://github.com/azure/trusted-signing-action/compare/v0.5.0...v0.5.1)
dependabot[bot] 8 月之前
父节点
当前提交
0c57c996df
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      .github/workflows/development.yml
  2. 2 2
      .github/workflows/release.yml

+ 2 - 2
.github/workflows/development.yml

@@ -154,7 +154,7 @@ jobs:
 
       - name: Sign binaries
         if: ${{ github.event_name != 'pull_request' }}
-        uses: azure/[email protected].0
+        uses: azure/[email protected].1
         with:
           endpoint: https://eus.codesigning.azure.net/
           trusted-signing-account-name: nicola
@@ -248,7 +248,7 @@ jobs:
 
       - name: Sign installers
         if: ${{ github.event_name != 'pull_request' }}
-        uses: azure/[email protected].0
+        uses: azure/[email protected].1
         with:
           endpoint: https://eus.codesigning.azure.net/
           trusted-signing-account-name: nicola

+ 2 - 2
.github/workflows/release.yml

@@ -91,7 +91,7 @@ jobs:
           SFTPGO_VERSION: ${{ steps.get_version.outputs.VERSION }}
 
       - name: Sign binaries
-        uses: azure/[email protected].0
+        uses: azure/[email protected].1
         with:
           endpoint: https://eus.codesigning.azure.net/
           trusted-signing-account-name: nicola
@@ -153,7 +153,7 @@ jobs:
           SFTPGO_ISS_VERSION: ${{ steps.get_version.outputs.VERSION }}
 
       - name: Sign installers
-        uses: azure/[email protected].0
+        uses: azure/[email protected].1
         with:
           endpoint: https://eus.codesigning.azure.net/
           trusted-signing-account-name: nicola