[us-commits] [ehb54/ultrascan3] a204ed: Declare build-mode: manual to silence overlay-data...
emre brookes
noreply at github.com
Fri Jun 19 21:24:48 MDT 2026
Branch: refs/heads/ehb54-issue-913
Home: https://github.com/ehb54/ultrascan3
Commit: a204ed6a53def647d3bea07b71b1a869f6d49117
https://github.com/ehb54/ultrascan3/commit/a204ed6a53def647d3bea07b71b1a869f6d49117
Author: ehb54 <brookes at uthscsa.edu>
Date: 2026-06-19 (Fri, 19 Jun 2026)
Changed paths:
M .github/workflows/codeql-analysis.yml
Log Message:
-----------
Declare build-mode: manual to silence overlay-database warning
These CodeQL jobs perform manual build steps, not autobuild. Leaving
build-mode unset caused CodeQL to optimistically attempt an
overlay-base database (which requires build-mode: none) and then fall
back each run:
Cannot build an overlay database because build-mode is set to
"undefined" instead of "none". Falling back to creating a normal
full database instead.
Declaring build-mode: manual upfront avoids the failed attempt.
Refs ehb54/ultrascan-tickets#913
To unsubscribe from these emails, change your notification settings at https://github.com/ehb54/ultrascan3/settings/notifications
More information about the us-commits
mailing list