diff --git a/.github/workflows/bindings_ci.yml b/.github/workflows/bindings_ci.yml index 4c4f39c267d..35e1d904360 100644 --- a/.github/workflows/bindings_ci.yml +++ b/.github/workflows/bindings_ci.yml @@ -38,7 +38,7 @@ jobs: persist-credentials: false - name: Install protoc - uses: taiki-e/install-action@9e1e5806d4a4822de933115878265be9aaa786d9 # v2.82.2 + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 # v2.82.7 with: tool: protoc@3.20.3 @@ -153,7 +153,7 @@ jobs: # install protoc in case we end up rebuilding opentelemetry-proto - name: Install protoc - uses: taiki-e/install-action@9e1e5806d4a4822de933115878265be9aaa786d9 # v2.82.2 + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 # v2.82.7 with: tool: protoc@3.20.3 @@ -212,7 +212,7 @@ jobs: # install protoc in case we end up rebuilding opentelemetry-proto - name: Install protoc - uses: taiki-e/install-action@9e1e5806d4a4822de933115878265be9aaa786d9 # v2.82.2 + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 # v2.82.7 with: tool: protoc@3.20.3 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 689d5a236e6..1b1ac39a8f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: save-if: ${{ github.ref == 'refs/heads/main' }} - name: Install nextest - uses: taiki-e/install-action@9e1e5806d4a4822de933115878265be9aaa786d9 # v 2.82.2 + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 # v 2.82.7 with: tool: nextest @@ -107,7 +107,7 @@ jobs: save-if: ${{ github.ref == 'refs/heads/main' }} - name: Install nextest - uses: taiki-e/install-action@9e1e5806d4a4822de933115878265be9aaa786d9 # v 2.82.2 + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 # v 2.82.7 with: tool: nextest @@ -150,7 +150,7 @@ jobs: save-if: ${{ github.ref == 'refs/heads/main' }} - name: Install nextest - uses: taiki-e/install-action@9e1e5806d4a4822de933115878265be9aaa786d9 # v 2.82.2 + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 # v 2.82.7 with: tool: nextest @@ -192,7 +192,7 @@ jobs: persist-credentials: false - name: Install protoc - uses: taiki-e/install-action@9e1e5806d4a4822de933115878265be9aaa786d9 # v2.82.2 + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 # v2.82.7 with: tool: protoc@3.20.3 @@ -213,7 +213,7 @@ jobs: save-if: ${{ github.ref == 'refs/heads/main' }} - name: Install nextest - uses: taiki-e/install-action@9e1e5806d4a4822de933115878265be9aaa786d9 # v 2.82.2 + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 # v 2.82.7 with: tool: nextest @@ -292,7 +292,7 @@ jobs: save-if: ${{ github.ref == 'refs/heads/main' }} - name: Install nextest - uses: taiki-e/install-action@9e1e5806d4a4822de933115878265be9aaa786d9 # v 2.82.2 + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 # v 2.82.7 with: tool: nextest @@ -337,7 +337,7 @@ jobs: persist-credentials: false - name: Install protoc - uses: taiki-e/install-action@9e1e5806d4a4822de933115878265be9aaa786d9 # v2.82.2 + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 # v2.82.7 with: tool: protoc@3.20.3 @@ -413,7 +413,7 @@ jobs: save-if: ${{ github.ref == 'refs/heads/main' }} - name: Install nextest - uses: taiki-e/install-action@9e1e5806d4a4822de933115878265be9aaa786d9 # v 2.82.2 + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 # v 2.82.7 with: tool: nextest diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 6d7dacefff3..323d7dd192f 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -131,7 +131,7 @@ jobs: save-if: ${{ github.ref == 'refs/heads/main' }} - name: Install nextest and llvm-cov - uses: taiki-e/install-action@9e1e5806d4a4822de933115878265be9aaa786d9 # v 2.82.2 + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 # v 2.82.7 with: tool: nextest,cargo-llvm-cov diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index c8b17fc0905..97656e3ae5f 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -26,7 +26,7 @@ jobs: persist-credentials: false - name: Install protoc - uses: taiki-e/install-action@9e1e5806d4a4822de933115878265be9aaa786d9 # v2.82.2 + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 # v2.82.7 with: tool: protoc@3.20.3 diff --git a/.github/workflows/msrv.yaml b/.github/workflows/msrv.yaml index fe9e8017d63..681228c0ebf 100644 --- a/.github/workflows/msrv.yaml +++ b/.github/workflows/msrv.yaml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - - uses: taiki-e/install-action@9e1e5806d4a4822de933115878265be9aaa786d9 # cargo-hack + - uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 # cargo-hack with: tool: cargo-hack - run: cargo hack check --rust-version --workspace --all-targets