Skip to content

Commit f95a866

Browse files
chore(ci): bump the ci-deps group with 4 updates (#486)
Bumps the ci-deps group with 4 updates: [actions/cache](https://github.com/actions/cache), [actions/download-artifact](https://github.com/actions/download-artifact), [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 4.0.0 to 4.0.1 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@13aacd8...ab5e6d0) Updates `actions/download-artifact` from 4.1.3 to 4.1.4 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@87c5514...c850b93) Updates `EmbarkStudios/cargo-deny-action` from 1.5.15 to 1.6.0 - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](EmbarkStudios/cargo-deny-action@68cd9c5...c3a7e67) Updates `github/codeql-action` from 3.24.5 to 3.24.6 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@47b3d88...8a470fd) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-deps - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-deps - dependency-name: EmbarkStudios/cargo-deny-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-deps - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 199278e commit f95a866

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.github/workflows/book.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: rustup override set stable
5656
- name: Cache restore (Cargo)
5757
id: cache-restore-cargo
58-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
58+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
5959
with:
6060
path: |
6161
~/.cargo/bin/

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: Cache restore (MinGW)
9898
id: cache-restore-mingw
9999
if: matrix.needs-mingw != ''
100-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
100+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
101101
with:
102102
path: |
103103
C:\ProgramData\chocolatey\lib\mingw
@@ -127,7 +127,7 @@ jobs:
127127
run: rustup override set stable
128128
- name: Cache restore
129129
id: cache-restore-cargo
130-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
130+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
131131
with:
132132
path: |
133133
~/.cargo/bin/
@@ -169,7 +169,7 @@ jobs:
169169
egress-policy: audit
170170

171171
- name: Download artifacts from build
172-
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
172+
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
173173
with:
174174
path: release/
175175
- name: Generate provenance subjects

.github/workflows/rust.yml

+8-8
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@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
98+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
9999
with:
100100
path: |
101101
C:\ProgramData\chocolatey\lib\mingw
@@ -128,7 +128,7 @@ jobs:
128128
run: rustup override set ${{ matrix.toolchain }}
129129
- name: Cache restore (Cargo)
130130
id: cache-restore-cargo
131-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
131+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
132132
with:
133133
path: |
134134
~/.cargo/bin/
@@ -147,7 +147,7 @@ jobs:
147147
env:
148148
RUSTFLAGS: ${{ matrix.rustflags }}
149149
- name: Download rsonpath-test artifact
150-
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
150+
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
151151
with:
152152
name: ${{ needs.test-gen.outputs.artifact-name }}
153153
path: ${{ needs.test-gen.outputs.artifact-path }}
@@ -196,7 +196,7 @@ jobs:
196196
target: ${{ matrix.target_triple }}
197197
- name: Cache restore (Cargo)
198198
id: cache-restore-cargo
199-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
199+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
200200
with:
201201
path: |
202202
~/.cargo/bin/
@@ -210,7 +210,7 @@ jobs:
210210
env:
211211
RUSTFLAGS: "-C link-arg=-fuse-ld=lld --deny warnings"
212212
- name: Download rsonpath-test artifact
213-
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
213+
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
214214
with:
215215
name: ${{ needs.test-gen.outputs.artifact-name }}
216216
path: ${{ needs.test-gen.outputs.artifact-path }}
@@ -251,7 +251,7 @@ jobs:
251251
run: rustup override set ${{ matrix.toolchain }}
252252
- name: Cache restore
253253
id: cache-restore
254-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
254+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
255255
with:
256256
path: |
257257
~/.cargo/bin/
@@ -295,7 +295,7 @@ jobs:
295295
run: sudo apt install lld
296296
- name: Cache restore
297297
id: cache-restore
298-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
298+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
299299
with:
300300
path: |
301301
~/.cargo/bin/
@@ -345,7 +345,7 @@ jobs:
345345
egress-policy: audit
346346

347347
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
348-
- uses: EmbarkStudios/cargo-deny-action@68cd9c5e3e16328a430a37c743167572e3243e7e # v1.5.15
348+
- uses: EmbarkStudios/cargo-deny-action@c3a7e6783975aaac423f9ee43b4818f51debc638 # v1.6.0
349349

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

.github/workflows/scorecards.yml

+1-1
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@47b3d888fe66b639e431abf22ebca059152f1eea # v3.24.5
74+
uses: github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
7575
with:
7676
sarif_file: results.sarif

.github/workflows/test-codegen.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: rustup override set stable
5454
- name: Cache restore (Cargo)
5555
id: cache-restore-cargo
56-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
56+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
5757
with:
5858
path: |
5959
~/.cargo/bin/

0 commit comments

Comments
 (0)