Skip to content

Bump the github-actions group with 3 updates #1876

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 1, 2025
Merged
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/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
with:
target: ${{ matrix.target }}
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@09dc018eee06ae1c9e0409786563f534210ceb83
uses: taiki-e/install-action@ab3728c7ba6948b9b429627f4d55a68842b27f18
with:
tool: cargo-llvm-cov
- name: Rust cache
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
with:
toolchain: nightly
- name: Install udeps
uses: taiki-e/install-action@09dc018eee06ae1c9e0409786563f534210ceb83
uses: taiki-e/install-action@ab3728c7ba6948b9b429627f4d55a68842b27f18
with:
tool: cargo-udeps
- name: cargo udeps
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
if: ${{matrix.runs_on == 'ubuntu-latest'}}

- name: Install bindgen-cli
uses: taiki-e/install-action@09dc018eee06ae1c9e0409786563f534210ceb83
uses: taiki-e/install-action@ab3728c7ba6948b9b429627f4d55a68842b27f18
with:
tool: bindgen-cli
if: ${{matrix.runs_on == 'ubuntu-latest'}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packaging-v5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
components: "llvm-tools"

- name: Install cross, cargo-deb and cargo-generate-rpm
uses: taiki-e/install-action@09dc018eee06ae1c9e0409786563f534210ceb83
uses: taiki-e/install-action@ab3728c7ba6948b9b429627f4d55a68842b27f18
with:
tool: cross, cargo-deb, cargo-generate-rpm@0.14.0

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/packaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
components: "llvm-tools"

- name: Install cross, cargo-deb and cargo-generate-rpm
uses: taiki-e/install-action@09dc018eee06ae1c9e0409786563f534210ceb83
uses: taiki-e/install-action@ab3728c7ba6948b9b429627f4d55a68842b27f18
with:
tool: cross, cargo-deb, cargo-generate-rpm@0.14.0

Expand All @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download artifacts
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
with:
pattern: release-binaries-*
path: target/pkg/
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Download artifacts
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
with:
name: release-binaries
path: target/pkg/
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@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
with:
sarif_file: results.sarif
Loading