Skip to content
Closed
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
uses: taiki-e/install-action@750514b48f677a9e52f0eab29937a9027b38a7a7 # cargo-hack

- name: install cargo-nextest
uses: taiki-e/install-action@9fab7e4aa11d2cfc0d3dc3afbae89eb57b046c8b # cargo-nextest
uses: taiki-e/install-action@750514b48f677a9e52f0eab29937a9027b38a7a7 # cargo-nextest

Check warning on line 41 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / GitHub Actions Security

ref-version-mismatch

ci.yml:41: action's hash pin has mismatched or missing version comment: points to commit 9fab7e4aa11d

- name: test
run: cargo hack --feature-powerset nextest run --workspace
Expand Down Expand Up @@ -85,7 +85,7 @@
uses: taiki-e/install-action@750514b48f677a9e52f0eab29937a9027b38a7a7 # cargo-hack

- name: install cargo-minimal-versions
uses: taiki-e/install-action@62a425ee5f4a21cdfb4e8029f93054691c1dc86a # cargo-minimal-versions
uses: taiki-e/install-action@750514b48f677a9e52f0eab29937a9027b38a7a7 # cargo-minimal-versions

Check warning on line 88 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / GitHub Actions Security

ref-version-mismatch

ci.yml:88: action's hash pin has mismatched or missing version comment: points to commit 62a425ee5f4a

- name: minimal version check
run: cargo minimal-versions check --workspace
Expand Down
Loading