The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update codeql-analysis.yml

authored by

Christine Dodrill and committed by
GitHub
3960b812 c5cefd37

+1 -2
+1 -2
.github/workflows/codeql-analysis.yml
··· 28 28 uses: github/codeql-action/init@v1 29 29 # Override language selection by uncommenting this and choosing your languages 30 30 with: 31 - languages: 32 - - go 31 + languages: go 33 32 34 33 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). 35 34 # If this step fails, then you should remove it and run the build manually (see below)