Skip to content

Commit 2cec386

Browse files
V0ldek/deps2 (#863)
* chore(ci): bump the ci-deps group across 1 directory with 4 updates Bumps the ci-deps group with 4 updates in the / directory: [actions/cache](https://github.com/actions/cache), [devops-actions/issue-comment-tag](https://github.com/devops-actions/issue-comment-tag), [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/cache` from 5.0.1 to 5.0.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@9255dc7...8b402f5) Updates `devops-actions/issue-comment-tag` from 0.1.8 to 0.1.9 - [Release notes](https://github.com/devops-actions/issue-comment-tag/releases) - [Commits](devops-actions/issue-comment-tag@ec5e2b8...6dbf2b1) Updates `EmbarkStudios/cargo-deny-action` from 2.0.14 to 2.0.15 - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](EmbarkStudios/cargo-deny-action@76cd80e...3fd3802) Updates `github/codeql-action` from 4.31.8 to 4.31.10 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@1b168cd...cdefb33) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-deps - dependency-name: devops-actions/issue-comment-tag dependency-version: 0.1.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-deps - dependency-name: EmbarkStudios/cargo-deny-action dependency-version: 2.0.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-deps - dependency-name: github/codeql-action dependency-version: 4.31.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-deps ... Signed-off-by: dependabot[bot] <support@github.com> * deps: bump a bunch of deps Bump clap from 4.5.50 to 4.5.54 Bump proc-macro2 from 1.0.103 to 1.0.105 Bump quote from 1.0.42 to 1.0.43 Bump thiserror from 2.0.17 to 2.0.18 Bump toml from 0.9.8 to 0.9.11 * chore(ci): bump dtolnay/rust-toolchain Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 0b1efabc08b657293548b77fb76cc02d26091c7e to f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561. - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](dtolnay/rust-toolchain@0b1efab...f7ccc83) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-version: f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * deps: bump MSRV of rq to 1.85 * deps: bump MSRV of rq to 1.88 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c86994c commit 2cec386

File tree

13 files changed

+159
-190
lines changed

13 files changed

+159
-190
lines changed

.github/workflows/benchmarks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
java-version: 17
3535
- name: Cache restore
3636
id: cache-restore
37-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
37+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
3838
with:
3939
path: |
4040
~/.cargo/bin/
@@ -72,7 +72,7 @@ jobs:
7272
java-version: 17
7373
- name: Cache restore
7474
id: cache-restore
75-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
75+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
7676
with:
7777
path: |
7878
~/.cargo/bin/
@@ -117,7 +117,7 @@ jobs:
117117
java-version: 17
118118
- name: Cache restore
119119
id: cache-restore
120-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
120+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
121121
with:
122122
path: |
123123
~/.cargo/bin/

.github/workflows/book.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ jobs:
4747
with:
4848
submodules: true
4949
- name: Install Rust toolchain (${{ matrix.toolchain }})
50-
uses: dtolnay/rust-toolchain@0b1efabc08b657293548b77fb76cc02d26091c7e # master
50+
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # master
5151
with:
5252
toolchain: stable
5353
target: x86_64-unknown-linux-gnu
5454
- name: Override toolchain
5555
run: rustup override set stable
5656
- name: Cache restore (Cargo)
5757
id: cache-restore-cargo
58-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
58+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
5959
with:
6060
path: |
6161
~/.cargo/bin/

.github/workflows/new-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
label-id: "LA_kwDOHodxeM8AAAABA8dlvA"
2727
token: ${{ secrets.GITHUB_TOKEN }}
2828
- name: Issue comment tag
29-
uses: devops-actions/issue-comment-tag@ec5e2b8d5f031330ff19bf4ee5b5252b1176995a # v0.1.8
29+
uses: devops-actions/issue-comment-tag@6dbf2b1d509b1255e744349f7b0d5c1f723b22ef # v0.1.9
3030
with:
3131
# The tag of the team to mention in the issue comment
3232
team: V0ldek

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Remove config
3232
run: rm -rf ./.cargo
3333
- name: Install Rust toolchain (stable)
34-
uses: dtolnay/rust-toolchain@0b1efabc08b657293548b77fb76cc02d26091c7e # stable
34+
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
3535
with:
3636
toolchain: stable
3737
- name: Override toolchain
@@ -97,7 +97,7 @@ jobs:
9797
- name: Cache restore (MinGW)
9898
id: cache-restore-mingw
9999
if: matrix.needs-mingw != ''
100-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
100+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
101101
with:
102102
path: |
103103
C:\ProgramData\chocolatey\lib\mingw
@@ -119,15 +119,15 @@ jobs:
119119
if: matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm'
120120
run: sudo apt install lld
121121
- name: Install Rust toolchain (stable)
122-
uses: dtolnay/rust-toolchain@0b1efabc08b657293548b77fb76cc02d26091c7e # stable
122+
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
123123
with:
124124
toolchain: stable
125125
target: ${{ matrix.target_triple }}
126126
- name: Override toolchain
127127
run: rustup override set stable
128128
- name: Cache restore
129129
id: cache-restore-cargo
130-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
130+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
131131
with:
132132
path: |
133133
~/.cargo/bin/
@@ -213,7 +213,7 @@ jobs:
213213
- name: Checkout sources
214214
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
215215
- name: Install Rust toolchain (stable)
216-
uses: dtolnay/rust-toolchain@0b1efabc08b657293548b77fb76cc02d26091c7e # stable
216+
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
217217
with:
218218
toolchain: stable
219219
- name: Publish rsonpath-syntax

.github/workflows/rust.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: Cache restore (MinGW)
9696
id: cache-restore-mingw
9797
if: matrix.needs-mingw != ''
98-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
98+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
9999
with:
100100
path: |
101101
C:\ProgramData\chocolatey\lib\mingw
@@ -120,15 +120,15 @@ jobs:
120120
with:
121121
submodules: true
122122
- name: Install Rust toolchain (${{ matrix.toolchain }})
123-
uses: dtolnay/rust-toolchain@0b1efabc08b657293548b77fb76cc02d26091c7e # master
123+
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # master
124124
with:
125125
toolchain: ${{ matrix.toolchain }}
126126
target: ${{ matrix.target_triple }}
127127
- name: Override toolchain
128128
run: rustup override set ${{ matrix.toolchain }}
129129
- name: Cache restore (Cargo)
130130
id: cache-restore-cargo
131-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
131+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
132132
with:
133133
path: |
134134
~/.cargo/bin/
@@ -192,13 +192,13 @@ jobs:
192192
with:
193193
submodules: true
194194
- name: Install Rust toolchain (stable)
195-
uses: dtolnay/rust-toolchain@0b1efabc08b657293548b77fb76cc02d26091c7e # master
195+
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # master
196196
with:
197197
toolchain: stable
198198
target: ${{ matrix.target_triple }}
199199
- name: Cache restore (Cargo)
200200
id: cache-restore-cargo
201-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
201+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
202202
with:
203203
path: |
204204
~/.cargo/bin/
@@ -245,15 +245,15 @@ jobs:
245245
- name: Install lld
246246
run: sudo apt update && sudo apt install lld
247247
- name: Install Rust toolchain (${{ matrix.toolchain }})
248-
uses: dtolnay/rust-toolchain@0b1efabc08b657293548b77fb76cc02d26091c7e # master
248+
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # master
249249
with:
250250
toolchain: ${{ matrix.toolchain }}
251251
components: clippy, rustfmt
252252
- name: Override toolchain
253253
run: rustup override set ${{ matrix.toolchain }}
254254
- name: Cache restore
255255
id: cache-restore
256-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
256+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
257257
with:
258258
path: |
259259
~/.cargo/bin/
@@ -288,7 +288,7 @@ jobs:
288288
with:
289289
submodules: true
290290
- name: Install Rust toolchain (nightly)
291-
uses: dtolnay/rust-toolchain@0b1efabc08b657293548b77fb76cc02d26091c7e # master
291+
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # master
292292
with:
293293
toolchain: nightly
294294
- name: Override toolchain
@@ -297,7 +297,7 @@ jobs:
297297
run: sudo apt install lld
298298
- name: Cache restore
299299
id: cache-restore
300-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
300+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
301301
with:
302302
path: |
303303
~/.cargo/bin/
@@ -328,7 +328,7 @@ jobs:
328328
with:
329329
submodules: true
330330
- name: Install Rust toolchain (stable)
331-
uses: dtolnay/rust-toolchain@0b1efabc08b657293548b77fb76cc02d26091c7e # master
331+
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # master
332332
with:
333333
toolchain: stable
334334
components: rustfmt
@@ -346,7 +346,7 @@ jobs:
346346
with:
347347
egress-policy: audit
348348
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
349-
- uses: EmbarkStudios/cargo-deny-action@76cd80eb775d7bbbd2d80292136d74d39e1b4918 # v2.0.14
349+
- uses: EmbarkStudios/cargo-deny-action@3fd3802e88374d3fe9159b834c7714ec57d6c979 # v2.0.15
350350

351351
cargo-msrv:
352352
name: Verify MSRV (cargo-msrv)

.github/workflows/scorecards.yml

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

7272
# Upload the results to GitHub's code scanning dashboard.
7373
- name: "Upload to code-scanning"
74-
uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
74+
uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
7575
with:
7676
sarif_file: results.sarif

.github/workflows/test-codegen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ jobs:
4545
with:
4646
submodules: true
4747
- name: Install Rust toolchain (stable)
48-
uses: dtolnay/rust-toolchain@0b1efabc08b657293548b77fb76cc02d26091c7e # master
48+
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # master
4949
with:
5050
toolchain: stable
5151
target: x86_64-unknown-linux-gnu
5252
- name: Override toolchain
5353
run: rustup override set stable
5454
- name: Cache restore (Cargo)
5555
id: cache-restore-cargo
56-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
56+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
5757
with:
5858
path: |
5959
~/.cargo/bin/

0 commit comments

Comments
 (0)