You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/codeql-analysis.yml
+9
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,15 @@ jobs:
37
37
- name: Checkout repository
38
38
uses: actions/checkout@v4
39
39
40
+
# Manually install the right version of Go
41
+
# See https://github.com/github/codeql-action/issues/1842 and https://github.com/github/codeql/issues/13992
0 commit comments