Skip to content

Commit cba5706

Browse files
chore(ci): bump the ci-deps group with 9 updates
Bumps the ci-deps group with 9 updates: | Package | From | To | | --- | --- | --- | | [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.7.0` | `2.10.1` | | [baptiste0928/cargo-install](https://github.com/baptiste0928/cargo-install) | `3.0.1` | `3.1.1` | | [actions/deploy-pages](https://github.com/actions/deploy-pages) | `4.0.4` | `4.0.5` | | [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `4.1.3` | `4.3.5` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.3.1` | `4.4.3` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.1.4` | `4.1.8` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.0.3` | `2.0.8` | | [ossf/scorecard-action](https://github.com/ossf/scorecard-action) | `2.3.1` | `2.4.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.24.6` | `3.27.0` | Updates `step-security/harden-runner` from 2.7.0 to 2.10.1 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@63c24ba...91182cc) Updates `baptiste0928/cargo-install` from 3.0.1 to 3.1.1 - [Release notes](https://github.com/baptiste0928/cargo-install/releases) - [Changelog](https://github.com/baptiste0928/cargo-install/blob/main/CHANGELOG.md) - [Commits](baptiste0928/cargo-install@94e1849...904927d) Updates `actions/deploy-pages` from 4.0.4 to 4.0.5 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](actions/deploy-pages@decdde0...d6db901) Updates `actions/dependency-review-action` from 4.1.3 to 4.3.5 - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@9129d7d...a6993e2) Updates `actions/upload-artifact` from 4.3.1 to 4.4.3 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@5d5d22a...b4b15b8) Updates `actions/download-artifact` from 4.1.4 to 4.1.8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@c850b93...fa0a91b) Updates `softprops/action-gh-release` from 2.0.3 to 2.0.8 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@3198ee1...c062e08) Updates `ossf/scorecard-action` from 2.3.1 to 2.4.0 - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@0864cf1...62b2cac) Updates `github/codeql-action` from 3.24.6 to 3.27.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@8a470fd...6624720) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-deps - dependency-name: baptiste0928/cargo-install dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-deps - dependency-name: actions/deploy-pages dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-deps - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-deps - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor 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: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-deps - dependency-name: ossf/scorecard-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-minor dependency-group: ci-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ac85aee commit cba5706

13 files changed

+39
-39
lines changed

.github/workflows/book.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Harden Runner
33-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
33+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
3434
with:
3535
disable-sudo: true
3636
egress-policy: block
@@ -65,14 +65,14 @@ jobs:
6565
target/
6666
key: book-cargo-${{ hashFiles('**/Cargo.toml') }}
6767
- name: cargo install mdbook
68-
uses: baptiste0928/cargo-install@94e1849646e5797d0c8b34d8e525124ae9ae1d86 # v3.0.1
68+
uses: baptiste0928/cargo-install@904927dbe77864e0f2281519fe9d5bd097a220b3 # v3.1.1
6969
with:
7070
# Name of the crate to install
7171
crate: mdbook
7272
env:
7373
CARGO_TARGET_DIR: target/
7474
- name: cargo install mdbook-katex
75-
uses: baptiste0928/cargo-install@94e1849646e5797d0c8b34d8e525124ae9ae1d86 # v3.0.1
75+
uses: baptiste0928/cargo-install@904927dbe77864e0f2281519fe9d5bd097a220b3 # v3.1.1
7676
with:
7777
# Name of the crate to install
7878
crate: mdbook-katex
@@ -88,4 +88,4 @@ jobs:
8888
path: "./book/wwwroot"
8989
- name: Deploy to GitHub Pages
9090
id: deployment
91-
uses: actions/deploy-pages@decdde0ac072f6dcbe43649d82d9c635fff5b4e4 # v4.0.4
91+
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5

.github/workflows/closed-issue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
issues: write
1414
steps:
1515
- name: Harden Runner
16-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
16+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
1717
with:
1818
disable-sudo: true
1919
egress-policy: block

.github/workflows/clusterfuzzlite-batch.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- address
2424
steps:
2525
- name: Harden Runner
26-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
26+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
2727
with:
2828
disable-sudo: true
2929
egress-policy: block
@@ -64,7 +64,7 @@ jobs:
6464
if: ${{ always() && needs.BatchFuzzing.result == 'failure' }}
6565
steps:
6666
- name: Harden Runner
67-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
67+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
6868
with:
6969
egress-policy: audit
7070
- name: Checkout sources

.github/workflows/clusterfuzzlite-cron.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Harden Runner
16-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
16+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
1717
with:
1818
disable-sudo: true
1919
egress-policy: block
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- name: Harden Runner
52-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
52+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
5353
with:
5454
egress-policy: audit
5555

.github/workflows/clusterfuzzlite-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- address
2424
steps:
2525
- name: Harden Runner
26-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
26+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
2727
with:
2828
disable-sudo: true
2929
egress-policy: block

.github/workflows/dependency-review.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Harden Runner
20-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
20+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
2121
with:
2222
disable-sudo: true
2323
egress-policy: block
@@ -28,4 +28,4 @@ jobs:
2828
- name: "Checkout Repository"
2929
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3030
- name: "Dependency Review"
31-
uses: actions/dependency-review-action@9129d7d40b8c12c1ed0f60400d00c92d437adcce # v4.1.3
31+
uses: actions/dependency-review-action@a6993e2c61fd5dc440b409aa1d6904921c5e1894 # v4.3.5

.github/workflows/new-issue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
repository-projects: write
1515
steps:
1616
- name: Harden Runner
17-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
17+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
1818
with:
1919
egress-policy: audit
2020

.github/workflows/nix-shell.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Harden Runner
16-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
16+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
1717
with:
1818
egress-policy: block
1919
allowed-endpoints: >

.github/workflows/release.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Harden Runner
23-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
23+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
2424
with:
2525
egress-policy: audit
2626

@@ -87,7 +87,7 @@ jobs:
8787
rustflags: "-C link-arg=-fuse-ld=lld --deny warnings"
8888
steps:
8989
- name: Harden Runner
90-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
90+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
9191
with:
9292
egress-policy: audit
9393

@@ -147,7 +147,7 @@ jobs:
147147
if: matrix.os == 'windows-latest'
148148
run: mv -Force "target/${{ matrix.target_triple }}/distribution/rq.exe" target/distribution/rq-${{ matrix.target_triple }}.exe
149149
- name: Upload the binary as artifact
150-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
150+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
151151
with:
152152
name: rq-${{ matrix.target_triple }}
153153
# The * matches .exe if on windows and nothing otherwise.
@@ -164,12 +164,12 @@ jobs:
164164
contents: write
165165
steps:
166166
- name: Harden Runner
167-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
167+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
168168
with:
169169
egress-policy: audit
170170

171171
- name: Download artifacts from build
172-
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
172+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
173173
with:
174174
path: release/
175175
- name: Generate provenance subjects
@@ -179,7 +179,7 @@ jobs:
179179
id: hash-sanity
180180
run: echo "$(sha256sum release/**/* | base64 -w0)"
181181
- name: Create GitHub Release
182-
uses: softprops/action-gh-release@3198ee18f814cdf787321b4a32a26ddbf37acc52 # v2.0.3
182+
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
183183
with:
184184
name: ${{ github.ref_name }}
185185
files: release/**/*
@@ -206,7 +206,7 @@ jobs:
206206
runs-on: ubuntu-latest
207207
steps:
208208
- name: Harden Runner
209-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
209+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
210210
with:
211211
egress-policy: audit
212212

.github/workflows/rust.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
rustflags: "-C link-arg=-fuse-ld=lld --deny warnings"
7777
steps:
7878
- name: Harden Runner
79-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
79+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
8080
with:
8181
egress-policy: block
8282
allowed-endpoints: >
@@ -138,7 +138,7 @@ jobs:
138138
target/
139139
key: ${{ matrix.toolchain }}-${{ matrix.target_triple }}-cargo-${{ hashFiles('**/Cargo.toml') }}
140140
- name: cargo install cargo-hack
141-
uses: baptiste0928/cargo-install@94e1849646e5797d0c8b34d8e525124ae9ae1d86 # v3.0.1
141+
uses: baptiste0928/cargo-install@904927dbe77864e0f2281519fe9d5bd097a220b3 # v3.1.1
142142
with:
143143
# Name of the crate to install
144144
crate: cargo-hack
@@ -149,7 +149,7 @@ jobs:
149149
env:
150150
RUSTFLAGS: ${{ matrix.rustflags }}
151151
- name: Download rsonpath-test artifact
152-
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
152+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
153153
with:
154154
name: ${{ needs.test-gen.outputs.artifact-name }}
155155
path: ${{ needs.test-gen.outputs.artifact-path }}
@@ -181,7 +181,7 @@ jobs:
181181
- nosimd;slow_quotes;slow_popcnt
182182
steps:
183183
- name: Harden Runner
184-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
184+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
185185
with:
186186
egress-policy: audit
187187

@@ -212,7 +212,7 @@ jobs:
212212
env:
213213
RUSTFLAGS: "-C link-arg=-fuse-ld=lld --deny warnings"
214214
- name: Download rsonpath-test artifact
215-
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
215+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
216216
with:
217217
name: ${{ needs.test-gen.outputs.artifact-name }}
218218
path: ${{ needs.test-gen.outputs.artifact-path }}
@@ -235,7 +235,7 @@ jobs:
235235
runs-on: ubuntu-latest
236236
steps:
237237
- name: Harden Runner
238-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
238+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
239239
with:
240240
egress-policy: audit
241241

@@ -280,7 +280,7 @@ jobs:
280280
runs-on: ubuntu-latest
281281
steps:
282282
- name: Harden Runner
283-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
283+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
284284
with:
285285
egress-policy: audit
286286

@@ -320,7 +320,7 @@ jobs:
320320
runs-on: ubuntu-latest
321321
steps:
322322
- name: Harden Runner
323-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
323+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
324324
with:
325325
egress-policy: audit
326326

@@ -342,7 +342,7 @@ jobs:
342342
runs-on: ubuntu-latest
343343
steps:
344344
- name: Harden Runner
345-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
345+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
346346
with:
347347
egress-policy: audit
348348

@@ -354,14 +354,14 @@ jobs:
354354
runs-on: ubuntu-latest
355355
steps:
356356
- name: Harden Runner
357-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
357+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
358358
with:
359359
egress-policy: audit
360360
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
361361
with:
362362
submodules: true
363363
- name: cargo install cargo-msrv
364-
uses: baptiste0928/cargo-install@94e1849646e5797d0c8b34d8e525124ae9ae1d86 # v3.0.1
364+
uses: baptiste0928/cargo-install@904927dbe77864e0f2281519fe9d5bd097a220b3 # v3.1.1
365365
with:
366366
# Name of the crate to install
367367
crate: cargo-msrv

.github/workflows/scorecards.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Harden Runner
34-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
34+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
3535
with:
3636
egress-policy: audit
3737

@@ -41,7 +41,7 @@ jobs:
4141
persist-credentials: false
4242

4343
- name: "Run analysis"
44-
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
44+
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
4545
with:
4646
results_file: results.sarif
4747
results_format: sarif
@@ -63,14 +63,14 @@ jobs:
6363
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6464
# format to the repository Actions tab.
6565
- name: "Upload artifact"
66-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
66+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
6767
with:
6868
name: SARIF file
6969
path: results.sarif
7070
retention-days: 5
7171

7272
# Upload the results to GitHub's code scanning dashboard.
7373
- name: "Upload to code-scanning"
74-
uses: github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
74+
uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
7575
with:
7676
sarif_file: results.sarif

.github/workflows/test-codegen.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Harden Runner
30-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
30+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
3131
with:
3232
egress-policy: block
3333
allowed-endpoints: >
@@ -66,7 +66,7 @@ jobs:
6666
id: build-test-codegen
6767
run: cargo build -p rsonpath-test -vv
6868
- name: Upload generated tests as artifact
69-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
69+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
7070
with:
7171
name: rsonpath-test-documents
7272
path: |

.github/workflows/triaged-issue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
issues: write
1414
steps:
1515
- name: Harden Runner
16-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
16+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
1717
with:
1818
egress-policy: audit
1919

0 commit comments

Comments
 (0)