1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-04-30 12:43:52 +00:00

fix sanitizer CI builds (#840)

* update the sanitizers cmake tag reference and the dependabot.yml to specify branch and update time

* style: pre-commit.ci fixes

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Philip Top 2023-02-05 07:53:01 -08:00 committed by GitHub
parent 740392109b
commit 1ffded5eae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -4,4 +4,6 @@ updates:
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/" directory: "/"
schedule: schedule:
interval: "daily" interval: "weekly"
target-branch: "main"
open-pull-requests-limit: 10

View File

@ -4,7 +4,7 @@ if(CLI11_SANITIZERS)
sanitizers sanitizers
GIT_REPOSITORY https://github.com/arsenm/sanitizers-cmake.git GIT_REPOSITORY https://github.com/arsenm/sanitizers-cmake.git
GIT_SHALLOW 1 GIT_SHALLOW 1
GIT_TAG a6748f4) GIT_TAG c3dc841)
FetchContent_GetProperties(sanitizers) FetchContent_GetProperties(sanitizers)