From 33ab28c5686420d48a1ab99dc3c286f0fd8e0fe2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 13:52:47 +0000 Subject: [PATCH] chore(deps): update testglance/action digest to d35dbde --- .github/workflows/dotnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 0fa65df..ecbe656 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -93,7 +93,7 @@ jobs: verbose: true - name: TestGlance if: always() - uses: testglance/action@d8b26bced81bf8778d0454f12724617cfacd4071 # v1 + uses: testglance/action@d35dbdeb3e386b70b257e8ac265889ad5ea91776 # v1 with: github-token: ${{ github.token }} @@ -133,6 +133,6 @@ jobs: RUN_BILLABLE_TESTS: ${{ github.event_name != 'workflow_dispatch' || inputs.run_billable }} - name: TestGlance if: always() - uses: testglance/action@d8b26bced81bf8778d0454f12724617cfacd4071 # v1 + uses: testglance/action@d35dbdeb3e386b70b257e8ac265889ad5ea91776 # v1 with: github-token: ${{ github.token }}