Skip to content

Commit f5cab6d

Browse files
dependabot[bot]davidv1992
authored andcommitted
Bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain), [taiki-e/install-action](https://github.com/taiki-e/install-action) and [github/codeql-action](https://github.com/github/codeql-action). Updates `dtolnay/rust-toolchain` from 56f84321dbccf38fb67ce29ab63e4754056677e0 to b3b07ba8b418998c39fb20f53e8b695cdcc8de1b - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](dtolnay/rust-toolchain@56f8432...b3b07ba) Updates `taiki-e/install-action` from 2.50.3 to 2.50.7 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/install-action@ab3728c...86c23ee) Updates `github/codeql-action` from 3.28.16 to 3.28.17 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@28deaed...60168ef) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-version: b3b07ba8b418998c39fb20f53e8b695cdcc8de1b dependency-type: direct:production dependency-group: github-actions - dependency-name: taiki-e/install-action dependency-version: 2.50.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 3.28.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 05930d8 commit f5cab6d

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.github/workflows/checks.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ jobs:
6767
- name: Set target rust version
6868
run: echo "TARGET_RUST_VERSION=$(if [ "${{matrix.rust}}" = "msrv" ]; then grep rust-version Cargo.toml | grep MSRV | cut -d'"' -f2; else echo "${{matrix.rust}}"; fi)" >> $GITHUB_ENV
6969
- name: Install nightly toolchain for direct-minimal-versions
70-
uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0
70+
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
7171
with:
7272
toolchain: nightly
7373
targets: "${{ matrix.target }}"
7474
if: ${{ matrix.rust == 'msrv' }}
7575
- name: Install toolchain
76-
uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0
76+
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
7777
with:
7878
toolchain: "${TARGET_RUST_VERSION}"
7979
targets: "${{ matrix.target }}"
@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
target: ${{ matrix.target }}
8787
- name: Install cargo-llvm-cov
88-
uses: taiki-e/install-action@ab3728c7ba6948b9b429627f4d55a68842b27f18
88+
uses: taiki-e/install-action@86c23eed46c17b80677df6d8151545ce3e236c61
8989
with:
9090
tool: cargo-llvm-cov
9191
- name: Rust cache
@@ -114,11 +114,11 @@ jobs:
114114
with:
115115
persist-credentials: false
116116
- name: Install nightly toolchain
117-
uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0
117+
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
118118
with:
119119
toolchain: nightly
120120
- name: Install udeps
121-
uses: taiki-e/install-action@ab3728c7ba6948b9b429627f4d55a68842b27f18
121+
uses: taiki-e/install-action@86c23eed46c17b80677df6d8151545ce3e236c61
122122
with:
123123
tool: cargo-udeps
124124
- name: cargo udeps
@@ -170,7 +170,7 @@ jobs:
170170
with:
171171
persist-credentials: false
172172
- name: Install rust toolchain
173-
uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0
173+
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
174174
with:
175175
toolchain: stable
176176
components: rustfmt
@@ -205,7 +205,7 @@ jobs:
205205
with:
206206
persist-credentials: false
207207
- name: Install rust toolchain
208-
uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0
208+
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
209209
with:
210210
toolchain: stable
211211
components: clippy
@@ -219,7 +219,7 @@ jobs:
219219
if: ${{matrix.runs_on == 'ubuntu-latest'}}
220220

221221
- name: Install bindgen-cli
222-
uses: taiki-e/install-action@ab3728c7ba6948b9b429627f4d55a68842b27f18
222+
uses: taiki-e/install-action@86c23eed46c17b80677df6d8151545ce3e236c61
223223
with:
224224
tool: bindgen-cli
225225
if: ${{matrix.runs_on == 'ubuntu-latest'}}
@@ -252,7 +252,7 @@ jobs:
252252
with:
253253
persist-credentials: false
254254
- name: Install nightly toolchain
255-
uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0
255+
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
256256
with:
257257
toolchain: nightly
258258
- name: Install cargo fuzz

.github/workflows/packaging-v5.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
version: 1
2828

2929
- name: Install toolchain
30-
uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0
30+
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
3131
with:
3232
toolchain: "stable"
3333
components: "llvm-tools"
3434

3535
- name: Install cross, cargo-deb and cargo-generate-rpm
36-
uses: taiki-e/install-action@ab3728c7ba6948b9b429627f4d55a68842b27f18
36+
uses: taiki-e/install-action@86c23eed46c17b80677df6d8151545ce3e236c61
3737
with:
3838
tool: cross, cargo-deb, [email protected]
3939

.github/workflows/packaging.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
version: 1
2828

2929
- name: Install toolchain
30-
uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0
30+
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
3131
with:
3232
toolchain: "stable"
3333
components: "llvm-tools"
3434

3535
- name: Install cross, cargo-deb and cargo-generate-rpm
36-
uses: taiki-e/install-action@ab3728c7ba6948b9b429627f4d55a68842b27f18
36+
uses: taiki-e/install-action@86c23eed46c17b80677df6d8151545ce3e236c61
3737
with:
3838
tool: cross, cargo-deb, [email protected]
3939

@@ -93,7 +93,7 @@ jobs:
9393
path: target/pkg/
9494

9595
- name: Install toolchain
96-
uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0
96+
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
9797
with:
9898
toolchain: "stable"
9999
components: "llvm-tools"

.github/workflows/scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060

6161
# Upload the results to GitHub's code scanning dashboard.
6262
- name: "Upload to code-scanning"
63-
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
63+
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
6464
with:
6565
sarif_file: results.sarif

0 commit comments

Comments
 (0)