Skip to content

Fixup codeql runs#2180

Merged
vihangm merged 1 commit intomainfrom
vihang/codeql
Apr 21, 2025
Merged

Fixup codeql runs#2180
vihangm merged 1 commit intomainfrom
vihang/codeql

Conversation

@vihangm
Copy link
Copy Markdown
Member

@vihangm vihangm commented Apr 21, 2025

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@gimletlabs.ai>
@vihangm vihangm requested review from a team as code owners April 21, 2025 20:24
@koksay
Copy link
Copy Markdown
Contributor

koksay commented Apr 21, 2025

I was preparing a PR for that, thanks for taking care of it!

Comment thread .github/workflows/codeql.yaml Outdated
@vihangm vihangm merged commit 2711c9f into main Apr 21, 2025
25 checks passed
@vihangm vihangm deleted the vihang/codeql branch April 21, 2025 21:58
ddelnano pushed a commit to ddelnano/pixie that referenced this pull request Aug 6, 2025
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>
GitOrigin-RevId: 2711c9f
ddelnano pushed a commit to k8sstormcenter/pixie that referenced this pull request Feb 25, 2026
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>
ddelnano pushed a commit to k8sstormcenter/pixie that referenced this pull request Feb 25, 2026
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants