]> git.ipfire.org Git - thirdparty/suricata.git/commit
github-ci: set checkout directory as safe before running git commands 10767/head
authorJason Ish <jason.ish@oisf.net>
Tue, 2 Apr 2024 17:04:08 +0000 (11:04 -0600)
committerVictor Julien <victor@inliniac.net>
Thu, 4 Apr 2024 13:50:25 +0000 (15:50 +0200)
commit6035a8a2b63c7f84a5c0d89060e0c4f1a523b170
tree8c595d9f661f758a7244b2f83673eb4f5047c699
parentb58dd5e5855864217fe898b43a3e8f9aaff47ae9
github-ci: set checkout directory as safe before running git commands

While the checkout job appears to do this, it is done with a different
version of git which seems to be the cause for it not having an effect
when doing manual git operations from within a job.

Also removes duplicate checkout statements in Windows builds.
.github/workflows/builds.yml
.github/workflows/scan-build.yml