Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit be83ef3

Browse files
Update .github/workflows/codeql.yml
Co-authored-by: Dean Sheather <[email protected]>
1 parent 34521c0 commit be83ef3

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,9 @@ jobs:
3333
languages: ${{ matrix.language }}
3434

3535

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
5039

5140
- name: Perform CodeQL Analysis
5241
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)