File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change 33
33
languages : ${{ matrix.language }}
34
34
35
35
36
- # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
37
- # If this step fails, then you should remove it and run the build manually (see below)
38
- - name : Autobuild
39
- uses : github/codeql-action/autobuild@v2
40
-
41
- # ℹ️ Command-line programs to run using the OS shell.
42
- # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
43
-
44
- # If the Autobuild fails above, remove it and uncomment the following three lines.
45
- # modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
46
-
47
- # - run: |
48
- # echo "Run, Build Application using script"
49
- # ./location_of_script_within_repo/buildscript.sh
36
+ - name : Download Go Dependencies
37
+ if : matrix.language == 'go'
38
+ run : go mod download
50
39
51
40
- name : Perform CodeQL Analysis
52
41
uses : github/codeql-action/analyze@v2
You can’t perform that action at this time.
0 commit comments