Skip to content
Open
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
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- uses: taiki-e/install-action@e0eafa9a0d485c37f97c0f7beb930a58a2facbac # v2
- uses: taiki-e/install-action@d9be7d8cda89035c9c843f78bd44d4f72d8403d4 # v2

Check warning

Code scanning / zizmor

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

action's hash pin has mismatched or missing version comment: points to commit 3d832235cb30
with: { tool: cargo-deny }
- run: cargo deny check

Expand All @@ -118,7 +118,7 @@
submodules: true
persist-credentials: false
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: taiki-e/install-action@e0eafa9a0d485c37f97c0f7beb930a58a2facbac # v2
- uses: taiki-e/install-action@d9be7d8cda89035c9c843f78bd44d4f72d8403d4 # v2

Check warning

Code scanning / zizmor

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

action's hash pin has mismatched or missing version comment: points to commit 3d832235cb30
with: { tool: cargo-semver-checks }
- run: cargo semver-checks check-release

Expand All @@ -128,7 +128,7 @@
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- uses: taiki-e/install-action@e0eafa9a0d485c37f97c0f7beb930a58a2facbac # v2
- uses: taiki-e/install-action@d9be7d8cda89035c9c843f78bd44d4f72d8403d4 # v2

Check warning

Code scanning / zizmor

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

action's hash pin has mismatched or missing version comment: points to commit 3d832235cb30
with: { tool: typos-cli }
- run: typos

Expand All @@ -142,7 +142,7 @@
submodules: true
persist-credentials: false
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: taiki-e/install-action@e0eafa9a0d485c37f97c0f7beb930a58a2facbac # v2
- uses: taiki-e/install-action@d9be7d8cda89035c9c843f78bd44d4f72d8403d4 # v2

Check warning

Code scanning / zizmor

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

action's hash pin has mismatched or missing version comment: points to commit 3d832235cb30
with: { tool: cargo-llvm-cov }
- run: |
source <(cargo llvm-cov show-env --export-prefix)
Expand All @@ -169,7 +169,7 @@
with:
persist-credentials: false
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: taiki-e/install-action@e0eafa9a0d485c37f97c0f7beb930a58a2facbac # v2
- uses: taiki-e/install-action@d9be7d8cda89035c9c843f78bd44d4f72d8403d4 # v2

Check warning

Code scanning / zizmor

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

action's hash pin has mismatched or missing version comment: points to commit 3d832235cb30
with: { tool: cargo-codspeed }
- run: cargo codspeed build
- uses: CodSpeedHQ/action@3194d9a39c4d46684cb44bf7207fc56626aad8fd # v4
Expand Down
Loading