diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 493ae28aa..1dc3132a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -269,7 +269,7 @@ jobs: # Run this step even when the tests fail. Skip if the workflow is cancelled. if: ${{ !cancelled() }} continue-on-error: true - uses: trunk-io/analytics-uploader@95a0fb8b29e45b6068304261fb518644b426a803 # v2.0.8 + uses: trunk-io/analytics-uploader@385f1ccdf345b4532dc4b6c665dd432b702b8e28 # v2.1.2 with: junit-paths: target/nextest/ci/junit.xml cli-version: 0.12.5 @@ -294,7 +294,7 @@ jobs: # Run this step even when the tests fail. Skip if the workflow is cancelled. if: ${{ matrix.os != 'windows' && !cancelled() }} continue-on-error: true - uses: trunk-io/analytics-uploader@95a0fb8b29e45b6068304261fb518644b426a803 # v2.0.8 + uses: trunk-io/analytics-uploader@385f1ccdf345b4532dc4b6c665dd432b702b8e28 # v2.1.2 with: junit-paths: target/nextest/ci/junit.xml cli-version: 0.12.5 @@ -317,7 +317,7 @@ jobs: # Run this step even when the tests fail. Skip if the workflow is cancelled. if: ${{ matrix.os != 'windows' && !cancelled() }} continue-on-error: true - uses: trunk-io/analytics-uploader@95a0fb8b29e45b6068304261fb518644b426a803 # v2.0.8 + uses: trunk-io/analytics-uploader@385f1ccdf345b4532dc4b6c665dd432b702b8e28 # v2.1.2 with: junit-paths: target/nextest/ci/junit.xml cli-version: 0.12.5 @@ -343,7 +343,7 @@ jobs: # Run this step even when the tests fail. Skip if the workflow is cancelled. if: ${{ matrix.os != 'windows' && !cancelled() }} continue-on-error: true - uses: trunk-io/analytics-uploader@95a0fb8b29e45b6068304261fb518644b426a803 # v2.0.8 + uses: trunk-io/analytics-uploader@385f1ccdf345b4532dc4b6c665dd432b702b8e28 # v2.1.2 with: junit-paths: target/nextest/ci/junit.xml cli-version: 0.12.5 @@ -366,7 +366,7 @@ jobs: # Run this step even when the tests fail. Skip if the workflow is cancelled. if: ${{ matrix.os != 'windows' && !cancelled() }} continue-on-error: true - uses: trunk-io/analytics-uploader@95a0fb8b29e45b6068304261fb518644b426a803 # v2.0.8 + uses: trunk-io/analytics-uploader@385f1ccdf345b4532dc4b6c665dd432b702b8e28 # v2.1.2 with: junit-paths: target/nextest/ci/junit.xml cli-version: 0.12.5 @@ -389,7 +389,7 @@ jobs: # Run this step even when the tests fail. Skip if the workflow is cancelled. if: ${{ matrix.os != 'windows' && !cancelled() }} continue-on-error: true - uses: trunk-io/analytics-uploader@95a0fb8b29e45b6068304261fb518644b426a803 # v2.0.8 + uses: trunk-io/analytics-uploader@385f1ccdf345b4532dc4b6c665dd432b702b8e28 # v2.1.2 with: junit-paths: target/nextest/ci/junit.xml cli-version: 0.12.5 @@ -412,7 +412,7 @@ jobs: # Run this step even when the tests fail. Skip if the workflow is cancelled. if: ${{ matrix.os != 'windows' && !cancelled() }} continue-on-error: true - uses: trunk-io/analytics-uploader@95a0fb8b29e45b6068304261fb518644b426a803 # v2.0.8 + uses: trunk-io/analytics-uploader@385f1ccdf345b4532dc4b6c665dd432b702b8e28 # v2.1.2 with: junit-paths: target/nextest/ci/junit.xml cli-version: 0.12.5 @@ -530,7 +530,7 @@ jobs: - name: Upload results of remote-server integration tests to trunk.io if: ${{ !cancelled() }} continue-on-error: true - uses: trunk-io/analytics-uploader@95a0fb8b29e45b6068304261fb518644b426a803 # v2.0.8 + uses: trunk-io/analytics-uploader@385f1ccdf345b4532dc4b6c665dd432b702b8e28 # v2.1.2 with: junit-paths: target/nextest/ci/junit.xml cli-version: 0.12.5