Skip to content

Commit 65c7160

Browse files
authored
dep: bump a bunch of dependencies and set some as workspace-wide
2 parents 979e637 + de08615 commit 65c7160

File tree

35 files changed

+594
-333
lines changed

35 files changed

+594
-333
lines changed

.clusterfuzzlite/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gcr.io/oss-fuzz-base/base-builder-rust:v1@sha256:ac9054c9c1b969aeb40d26b9bd2a792c2d1dc23f54954d271ddb62c4cc1c8e29
1+
FROM gcr.io/oss-fuzz-base/base-builder-rust:v1@sha256:e155522ceab10af0de09331bb56acf6e0534b95d290de5a8b97539260c3908a9
22
RUN apt-get update && apt-get install -y make autoconf automake libtool
33
COPY . $SRC/rsonpath
44
WORKDIR $SRC/rsonpath

.clusterfuzzlite/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -eu
22

3-
cargo +nightly fuzz build -O --debug-assertions
3+
cargo fuzz build -O --debug-assertions
44

55
FUZZ_TARGET_OUTPUT_DIR=fuzz/target/x86_64-unknown-linux-gnu/release
66

.github/workflows/dependency-review.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
allowed-endpoints: >
2525
github.com:443
2626
api.github.com:443
27+
api.securityscorecards.dev:443
28+
api.deps.dev:443
2729
2830
- name: "Checkout Repository"
2931
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)