Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/bindings_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msrv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- 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

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment: points to commit 70a7d054d078 Warning

action's hash pin has mismatched or missing version comment: points to commit 70a7d054d078
with:
tool: cargo-hack
- run: cargo hack check --rust-version --workspace --all-targets
Loading