Update git submodules

* Update reno from branch 'master'
  to 19d0cece3e96e4110e293fb09134cdac9a09f4e9
  - Merge "Fix scanner tests failing with modern Git"
  - Fix scanner tests failing with modern Git
    
    Git 2.37 is setting the default branch name as `main`, rather than
    `master`. This is without me having set `init.defaultBranch`. So,
    test_scanner.py fails for me because it expects `master`.
    
    For our tests, we don't care which branch name is used. We only
    need consistency, regardless of Git version. So, we can use
    `git init --initial-branch`.
    
    Change-Id: I8690432130bb49063276182926dd0e9003c98cf5
This commit is contained in:
Zuul 2023-03-08 10:07:42 +00:00 committed by Gerrit Code Review
parent a1df69ffa4
commit c7a47a76b1
1 changed files with 1 additions and 1 deletions

2
reno

@ -1 +1 @@
Subproject commit 64f649cd72c3ee34b0af17201e4db1d2e8e3cf8c
Subproject commit 19d0cece3e96e4110e293fb09134cdac9a09f4e9