@cryptotaxi247 / netdata / commits / cdc208232

build(deps): bump azure/artifact-signing-action from 1.2.0 to 2.0.0 (#22498)

Signed-off-by: dependabot[bot] <support@github.com>

dependabot[bot] committed May 18, 2026 at 23:12 UTC cdc2082325ab035e86618dc3b8e9d8c6e6d83389
1 file changed +2 -2
.github/workflows/build.yml
+2 -2
@@ -382,7 +382,7 @@ jobs:
382 - name: Sign Agent Code
383 id: sign-agent
384 if: needs.file-check.outputs.run == 'true' && github.event_name != 'pull_request'
385 - uses: azure/artifact-signing-action@v1.2.0
385 + uses: azure/artifact-signing-action@v2.0.0
386 with:
387 azure-tenant-id: ${{ secrets.CODE_SIGNING_TENNANT_ID }}
388 azure-client-id: ${{ secrets.CODE_SIGNING_CLIENT_ID }}
@@ -405,7 +405,7 @@ jobs:
405 - name: Sign Installer
406 id: sign-installer
407 if: needs.file-check.outputs.run == 'true' && github.event_name != 'pull_request'
408 - uses: azure/artifact-signing-action@v1.2.0
408 + uses: azure/artifact-signing-action@v2.0.0
409 with:
410 azure-tenant-id: ${{ secrets.CODE_SIGNING_TENNANT_ID }}
411 azure-client-id: ${{ secrets.CODE_SIGNING_CLIENT_ID }}