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 }}