File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 11#
22# Learn about membership in OpenTelemetry community:
33# https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md
4- #
5- #
6- # Learn about CODEOWNERS file format:
7- # https://help.github.com/en/articles/about-code-owners
84#
95
106* @ open-telemetry/java-instrumentation-approvers
Original file line number Diff line number Diff line change 1+ # Lychee configuration file
2+ # See https://lychee.cli.rs/config/
3+
14timeout = 30
25retry_wait_time = 5
36max_retries = 6
Original file line number Diff line number Diff line change 88 - cron : " 43 6 * * 5" # weekly at 06:43 (UTC) on Friday
99 workflow_dispatch :
1010
11- permissions : read-all
11+ permissions :
12+ contents : read
1213
1314jobs :
1415 analysis :
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ name: OWASP dependency check (daily)
44
55on :
66 schedule :
7- # daily at 1:30 UTC
8- - cron : " 30 1 * * *"
7+ - cron : " 30 1 * * *" # daily at 1:30 UTC
98 workflow_dispatch :
109
1110permissions :
You can’t perform that action at this time.
0 commit comments