Skip to content

Commit 3d33ed2

Browse files
authored
chore(deps): update osv-schema digest to 5e05f9d (#4276)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | osv-schema | digest | `35f4686` -> `5e05f9d` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone Australia/Sydney, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/google/osv.dev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
1 parent 2588704 commit 3d33ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcp/workers/linter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apk add --no-cache git
2020
WORKDIR /src
2121

2222
# Using osv-schema v1.7.3+
23-
RUN git clone https://github.com/ossf/osv-schema.git osv-schema && cd osv-schema && git checkout 35f46861449085fe92183bf8802ee6796c0e204c
23+
RUN git clone https://github.com/ossf/osv-schema.git osv-schema && cd osv-schema && git checkout 5e05f9d00d92c3d1dae7e90e4511c533a2c561d9
2424

2525
WORKDIR /src/osv-schema/tools/osv-linter
2626

0 commit comments

Comments
 (0)