Skip to content

Commit 241de62

Browse files
committed
ci: Set BUILDER_VERSION during codeql
1 parent 0520c16 commit 241de62

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ permissions: # least privileges, see https://docs.github.com/en/actions/using-wo
2222
# merging the results for all processed files to a YAML file. Finally clang-tidy.py converts the YAML output to GitHub annotations
2323
# (GitHub only supports 10 of these per job, the rest are not displayed) and to GitHub markdown step summary (which has no such limits).
2424

25+
env:
26+
BUILDER_VERSION: '0.0.0-git1'
27+
2528
jobs:
2629
analyze:
2730
name: Analyze

0 commit comments

Comments
 (0)