Commit 2711c9f
authored
Fixup codeql runs (#2180)
Summary: There were two issues on main related to codeql. This attempts
to address both of them.
1) since go 1.21, the go.mod file is expected to have a version of the
form v1.X.Y instead of v1.X codeql warns about this, so this fixes the
same.
2) given the recent change in GH action runners, the runners don't seem
to have nodejs installed by default, this ensures that nodejs is indeed
installed.
Relevant Issues: N/A
Type of change: /kind bug
Test Plan: Tested e2e.
Signed-off-by: Vihang Mehta <vihang@px.dev>1 parent 5f9b1eb commit 2711c9f
2 files changed
+21
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | 36 | | |
41 | 37 | | |
42 | 38 | | |
43 | 39 | | |
44 | | - | |
| 40 | + | |
45 | 41 | | |
46 | 42 | | |
47 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments