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
# Use only 'java' to analyze code written in Java, Kotlin or both
39
+
# Use only 'javascript' to analyze code written in JavaScript, TypeScript or both
40
+
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
41
+
42
+
steps:
43
+
- name: Checkout repository
44
+
uses: actions/checkout@v3
45
+
46
+
# Initializes the CodeQL tools for scanning.
47
+
- name: Initialize CodeQL
48
+
uses: github/codeql-action/init@v2
49
+
with:
50
+
languages: ${{ matrix.language }}
51
+
# If you wish to specify custom queries, you can do so here or in a config file.
52
+
# By default, queries listed here will override any specified in a config file.
53
+
# Prefix the list here with "+" to use these queries and those in the config file.
54
+
55
+
# For more 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
56
+
# queries: security-extended,security-and-quality
57
+
58
+
59
+
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
60
+
# If this step fails, then you should remove it and run the build manually (see below)
61
+
- name: Autobuild
62
+
uses: github/codeql-action/autobuild@v2
63
+
64
+
# ℹ️ Command-line programs to run using the OS shell.
65
+
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
66
+
67
+
# If the Autobuild fails above, remove it and uncomment the following three lines.
68
+
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
While on one hand our repository is a good place for beginners to contribute something useful to open source, on the other hand it is also a good place for experienced people to contribute something useful to open source. We welcome contributions from everyone. However some people tend to spam the repository with irrelevant pull requests and get one PR for SWoC 3.0 and other such open source events. We do not want that to happen. So we have a few guidelines that we would like you to follow. In case we find your PR not relevant or spam, we will mark it as invalid and it will not be counted towards SWoC 3.0.
1
+
<h1align="center">Contributors Guide⚡ </h1>
2
+
<h3align="center">Welcome to our open-source project! 😍<br> We appreciate your interest in contributing.😊 <br>This guide will help you get started with the project and make your first contribution.</h3>
3
+
4
+
5
+
6
+
<h1align="center">Creating first Pull Request 🌟</h1>
9. Congratulations! 🎉 you've made your contribution.
35
+
36
+
37
+
38
+
<h1 align="center">Communication and Support 💬</h1>
39
+
<p align="center">Join the project's communication channels to interact with other contributors and seek assistance.</br>If you have any questions or need help, don't hesitate to ask in the project's communication channels or comment on the relevant issue.</p>
40
+
41
+
<h1 align="center">Code of Conduct 😇</h1>
42
+
<p align="center">Please follow our project'scode of conduct while contributing.</br>Treat all contributors and users with respect and create a positive and inclusive environment for everyone.</p>
43
+
44
+
<h1 align="center">License 📄</h1>
45
+
<p align="center">The project is licensed under [MIT]. Make sure to review and comply with the license terms.</br>We hope this guide helps you get started with contributing to our open-source project. Thank you for your contribution!</p>
46
+
47
+
<h1 align="center">Note from Author ❗</h1>
48
+
<p align="center">While on one hand our repository is a good place for beginners to contribute something useful to open source, on the other hand it is also a good place for experienced people to contribute something useful to open source.</br>We welcome contributions from everyone. However some people tend to spam the repository with irrelevant pull requests and get one PR for SSOC 2.0 and other such open source events. We do not want that to happen.</br>So we have a few guidelines that we would like you to follow. In case we find your PR not relevant or spam, we will mark it as invalid and it will not be counted towards SSOC 2.0.</p>
0 commit comments