File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : CodeQL
2+
3+ on :
4+ push :
5+ branches : [main]
6+ pull_request :
7+ branches : [main]
8+ schedule :
9+ - cron : " 0 6 * * 1"
10+
11+ permissions :
12+ security-events : write
13+
14+ jobs :
15+ analyze :
16+ runs-on : ubuntu-latest
17+ steps :
18+ - uses : actions/checkout@v4
19+
20+ - name : Initialize CodeQL
21+ uses : github/codeql-action/init@v3
22+ with :
23+ languages : python
24+
25+ - name : Perform CodeQL Analysis
26+ uses : github/codeql-action/analyze@v3
Original file line number Diff line number Diff line change 1616 <a href =" https://github.com/RandomCodeSpace/code-iq/pulls " ><img src =" https://img.shields.io/github/issues-pr/RandomCodeSpace/code-iq?style=flat-square&logo=github&label=PRs " alt =" Pull Requests " ></a >
1717 <a href =" https://github.com/RandomCodeSpace/code-iq/commits/main " ><img src =" https://img.shields.io/github/last-commit/RandomCodeSpace/code-iq?style=flat-square&logo=github&label=Last%20Commit " alt =" Last Commit " ></a >
1818 <a href =" https://github.com/RandomCodeSpace/code-iq " ><img src =" https://img.shields.io/github/repo-size/RandomCodeSpace/code-iq?style=flat-square&logo=github&label=Repo%20Size " alt =" Repo Size " ></a >
19+ <a href =" https://github.com/RandomCodeSpace/code-iq/security " ><img src =" https://img.shields.io/badge/security-audited-purple?style=flat-square&logo=shieldsdotio&logoColor=white " alt =" Security " ></a >
20+ <a href =" https://github.com/RandomCodeSpace/code-iq/security/dependabot " ><img src =" https://img.shields.io/github/dependabot/RandomCodeSpace/code-iq?style=flat-square&logo=dependabot&logoColor=white&label=Dependabot " alt =" Dependabot " ></a >
21+ <a href =" https://github.com/RandomCodeSpace/code-iq/security/code-scanning " ><img src =" https://img.shields.io/github/actions/workflow/status/RandomCodeSpace/code-iq/codeql.yml?branch=main&style=flat-square&logo=github&label=CodeQL " alt =" CodeQL " ></a >
1922 <!-- DYNAMIC:detectors --> <a href =" https://github.com/RandomCodeSpace/code-iq " ><img src =" https://img.shields.io/badge/detectors-58-brightgreen?style=flat-square&logo=codefactor&logoColor=white " alt =" 58 Detectors " ></a ><!-- /DYNAMIC:detectors -->
2023 <!-- DYNAMIC:languages --> <a href =" https://github.com/RandomCodeSpace/code-iq " ><img src =" https://img.shields.io/badge/languages-33-blue?style=flat-square&logo=stackblitz&logoColor=white " alt =" 33 Languages " ></a ><!-- /DYNAMIC:languages -->
2124 <!-- DYNAMIC:tests --> <a href =" https://github.com/RandomCodeSpace/code-iq " ><img src =" https://img.shields.io/badge/tests-113%20passed-brightgreen?style=flat-square&logo=pytest&logoColor=white " alt =" 113 passed Tests " ></a ><!-- /DYNAMIC:tests -->
You can’t perform that action at this time.
0 commit comments