Skip to content
Open
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
12 changes: 6 additions & 6 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
with:
target: ${{ matrix.target }}
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c
uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853
with:
tool: cargo-llvm-cov
- name: Rust cache
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
with:
toolchain: nightly
- name: Install udeps
uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c
uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853
with:
tool: cargo-udeps
- name: cargo udeps
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
if: ${{matrix.runs_on == 'ubuntu-latest'}}

- name: Install bindgen-cli
uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c
uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853
with:
tool: bindgen-cli
if: ${{matrix.runs_on == 'ubuntu-latest'}}
Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:
toolchain: nightly
components: llvm-tools-preview
- name: Install cargo fuzz & rustfilt
uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c
uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853
with:
tool: cargo-fuzz,rustfilt
- name: Run `cargo fuzz`
Expand Down Expand Up @@ -348,10 +348,10 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
with:
persist-credentials: false
- uses: EmbarkStudios/cargo-deny-action@bb137d7af7e4fb67e5f82a49c4fce4fad40782fe
- uses: EmbarkStudios/cargo-deny-action@3c6349835b2b7b196a839186cb8b78e02f7b5f25
with:
arguments: --workspace --all-features
- uses: EmbarkStudios/cargo-deny-action@bb137d7af7e4fb67e5f82a49c4fce4fad40782fe
- uses: EmbarkStudios/cargo-deny-action@3c6349835b2b7b196a839186cb8b78e02f7b5f25
with:
manifest-path: ./fuzz/Cargo.toml
arguments: --all-features
2 changes: 1 addition & 1 deletion .github/workflows/packaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
components: "llvm-tools"

- name: Install cross, cargo-deb and cargo-generate-rpm
uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c
uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853
with:
tool: cross, cargo-deb, cargo-generate-rpm

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
uses: github/codeql-action/upload-sarif@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
with:
sarif_file: results.sarif