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
* fix: Awesome Workflow issues
Thanks to @tjgurwara99 for the original fix: TheAlgorithms/C#1176
* chore: apply suggestions from code review
Co-authored-by: Taj <[email protected]>
* feat: various improvements
* chore: apply suggestions from code review
Co-authored-by: Taj <[email protected]>
# If you wish to specify custom queries, you can do so here or in a config file.
25
+
# By default, queries listed here will override any specified in a config file.
26
+
# Prefix the list here with "+" to use these queries and those in the config file.
27
+
28
+
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
29
+
# queries: security-extended,security-and-quality
30
+
31
+
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
32
+
# If this step fails, then you should remove it and run the build manually (see below)
33
+
- name: Autobuild
34
+
uses: github/codeql-action/autobuild@v2
35
+
36
+
# ℹ️ Command-line programs to run using the OS shell.
37
+
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
38
+
39
+
# If the Autobuild fails above, remove it and uncomment the following three lines.
40
+
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
0 commit comments