File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- name : " CodeQL"
1
+ nma;ame : " CodeQL"
2
2
3
3
on :
4
4
push :
56
56
# If this step fails, then you should remove it and run the build manually (see below)
57
57
- name : Autobuild
58
58
uses : github/codeql-action/autobuild@v2
59
+ with :
60
+ debug : true
59
61
60
62
# ℹ️ Command-line programs to run using the OS shell.
61
63
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
Original file line number Diff line number Diff line change 15
15
</buildScan >
16
16
<buildCache >
17
17
<local >
18
- <enabled >true </enabled >
18
+ <enabled >false </enabled >
19
19
</local >
20
20
<remote >
21
21
<server >
24
24
<password >${env.DEVELOCITY_CACHE_PASSWORD}</password >
25
25
</credentials >
26
26
</server >
27
- <enabled >true </enabled >
27
+ <enabled >false </enabled >
28
28
<storeEnabled >#{env['DEVELOCITY_CACHE_USERNAME'] != null and env['DEVELOCITY_CACHE_PASSWORD'] != null}</storeEnabled >
29
29
</remote >
30
30
</buildCache >
You can’t perform that action at this time.
0 commit comments