We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7419bc commit c56f135Copy full SHA for c56f135
.github/workflows/codeql.yml
@@ -69,15 +69,6 @@ jobs:
69
- name: Autobuild
70
uses: github/codeql-action/autobuild@v2
71
72
- # ℹ️ Command-line programs to run using the OS shell.
73
- # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
74
-
75
- # If the Autobuild fails above, remove it and uncomment the following three lines.
76
- # modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
77
78
- # - run: |
79
- # echo "Run, Build Application using script"
80
- # ./location_of_script_within_repo/buildscript.sh
81
82
- name: Perform CodeQL Analysis
83
uses: github/codeql-action/analyze@v2
0 commit comments