diff --git a/.github/workflows/bindings_ci.yml b/.github/workflows/bindings_ci.yml index 62e6e2d725a..4ac1c7a0473 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@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v2.75.23 + uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 # v2.76.0 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@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v2.75.23 + uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 # v2.76.0 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@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v2.75.23 + uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 # v2.76.0 with: tool: protoc@3.20.3 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f4f60ad666..6a51b348891 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@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v 2.75.23 + uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 # v 2.76.0 with: tool: nextest @@ -107,7 +107,7 @@ jobs: save-if: ${{ github.ref == 'refs/heads/main' }} - name: Install nextest - uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v 2.75.23 + uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 # v 2.76.0 with: tool: nextest @@ -150,7 +150,7 @@ jobs: save-if: ${{ github.ref == 'refs/heads/main' }} - name: Install nextest - uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v 2.75.23 + uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 # v 2.76.0 with: tool: nextest @@ -192,7 +192,7 @@ jobs: persist-credentials: false - name: Install protoc - uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v2.75.23 + uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 # v2.76.0 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@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v 2.75.23 + uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 # v 2.76.0 with: tool: nextest @@ -292,7 +292,7 @@ jobs: save-if: ${{ github.ref == 'refs/heads/main' }} - name: Install nextest - uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v 2.75.23 + uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 # v 2.76.0 with: tool: nextest @@ -337,7 +337,7 @@ jobs: persist-credentials: false - name: Install protoc - uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v2.75.23 + uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 # v2.76.0 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@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v 2.75.23 + uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 # v 2.76.0 with: tool: nextest diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index c4ed09026ed..c01f43a654f 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@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v 2.75.23 + uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 # v 2.76.0 with: tool: nextest,cargo-llvm-cov diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index db3d8fbb4c2..efbad93e75a 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@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v2.75.23 + uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 # v2.76.0 with: tool: protoc@3.20.3 diff --git a/.github/workflows/msrv.yaml b/.github/workflows/msrv.yaml index e7cae88d389..ff9046c24a2 100644 --- a/.github/workflows/msrv.yaml +++ b/.github/workflows/msrv.yaml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: persist-credentials: false - - uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # cargo-hack + - uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 # cargo-hack with: tool: cargo-hack - run: cargo hack check --rust-version --workspace --all-targets