{"id":8174419,"name":"kfear1337/CodeQL","ecosystem":"actions","description":"GitHub Actions workflow for CodeQL security analysis.","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/kfear1337/CodeQL","keywords_array":["actions","codeql","codeql-queries","devops-tools","devsecops","pentesting-tools","research-tool","security-tools"],"namespace":"kfear1337","versions_count":3,"first_release_published_at":"2023-08-31T11:10:30.000Z","latest_release_published_at":"2023-09-10T03:19:36.000Z","latest_release_number":"v1.0.3","last_synced_at":"2026-01-08T23:18:28.871Z","created_at":"2023-09-01T20:09:21.527Z","updated_at":"2026-09-21T16:48:26.801Z","registry_url":"https://github.com/kfear1337/CodeQL","install_command":null,"documentation_url":null,"metadata":{"name":"CodeQL-Security","author":"kfear1337","description":"GitHub Actions workflow for CodeQL security analysis.","branding":{"icon":"activity","color":"blue"},"true":{"push":{"branches":["main"],"paths-ignore":["**.md",".github/workflows/**"]},"pull_request":{"branches":["main"],"paths-ignore":["**.md",".github/workflows/**"],"types":["opened","reopened"]},"schedule":[{"cron":"0 0 * * *"}],"workflow_dispatch":null},"jobs":{"analyze":{"name":"Analyze","runs-on":"${{ matrix.language == 'swift' \u0026\u0026 'macos-latest' || 'ubuntu-latest' }}","timeout-minutes":"${{ matrix.language == 'swift' \u0026\u0026 120 || 360 }}","permissions":{"actions":"read","contents":"read","pull-requests":"read","deployments":"read","security-events":"write"},"strategy":{"fail-fast":false,"matrix":{"language":["go","javascript","python"]}},"steps":[{"name":"Checkout repository","uses":"actions/checkout@v3"},{"name":"Detect repository language","id":"detect-language","run":"echo \"languages=${{ matrix.language }}\" \u003e\u003e $GITHUB_ENV\n"},{"name":"Set up Python","if":"${{ matrix.language == 'python' }}","uses":"actions/setup-python@v2","with":{"python-version":"3.x"},"env":{"NODE_VERSION":16}},{"name":"Install Python dependencies","if":"${{ matrix.language == 'python' \u0026\u0026 matrix.fileExists }}","run":"python -m pip install --upgrade pip \u0026\u0026 pip install -r requirements.txt"},{"name":"Set up JavaScript","if":"${{ matrix.language == 'javascript' }}","uses":"actions/setup-node@v2","with":{"node-version":"16"}},{"name":"Install JavaScript dependencies","if":"${{ matrix.language == 'javascript' \u0026\u0026 matrix.fileExists }}","run":"npm ci"},{"name":"Set up Go","if":"${{ matrix.language == 'go' }}","uses":"actions/setup-go@v2","with":{"go-version":"1.17"},"env":{"NODE_VERSION":16}},{"name":"Install Go dependencies","if":"${{ matrix.language == 'go' \u0026\u0026 matrix.fileExists }}","run":"go mod download"},{"name":"Initialize CodeQL","id":"InitCodeQL","uses":"github/codeql-action/init@v2","with":{"languages":"${{ env.languages }}","config-file":"./.github/codeql/codeql-config.yml"}},{"name":"Attempt to automatically build code for ${{ matrix.language }}","if":"${{ matrix.language == 'go' }}","uses":"github/codeql-action/autobuild@v2"},{"name":"Perform CodeQL-Security Analysis","if":"${{ env.languages != '' }}","id":"CodeQL","uses":"github/codeql-action/analyze@v2","with":{"upload":false,"add-snippets":true}},{"name":"Upload ${{ matrix.language }} SARIF for Analysis Result","if":"${{ matrix.language }} \u0026\u0026 env.languages != ''","id":"upload-Analysis_Result-sarif","uses":"github/codeql-action/upload-sarif@v2","with":{"sarif_file":"${{ runner.workspace }}/results/${{ matrix.language }}.sarif","category":"Analysis Result: ${{ matrix.language }}"}},{"name":"Encrypt Analysis Result","if":"${{ matrix.language }} \u0026\u0026 env.languages != ''","id":"Encrypt_Analysis","run":"curl -sSL \"https://github.com/${{ github.repository_owner }}.gpg\" -o keyfile\ngpg --import keyfile\ngpg --encrypt --recipient \"$(gpg --list-keys --keyid-format LONG | grep '^pub' | awk '{print $2}' | awk -F'/' '{print $2}')\" --trust-model always \"${{ runner.workspace }}/results/${{ matrix.language }}.sarif\"\n"},{"name":"Upload Analysis Result As Artifact","uses":"actions/upload-artifact@v3","with":{"name":"Analysis_Result (SARIF + Encrypted)","path":"${{ runner.workspace }}/results/${{ matrix.language }}.sarif.gpg"}}]}},"default_branch":"main","path":null},"repo_metadata":{"uuid":"684416006","full_name":"kfear1337/CodeQL","owner":"kfear1337","description":"CodeQL Security Workflow is a GitHub Actions workflow that runs CodeQL security analysis on your repository. It analyzes the code for potential security vulnerabilities and generates SARIF reports for different programming languages.","archived":false,"fork":false,"pushed_at":"2023-08-31T11:10:39.000Z","size":110,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-08-31T13:33:58.176Z","etag":null,"topics":["actions","codeql","codeql-queries","devops-tools","devsecops","pentesting-tools","research-tool","security-tools"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kfear1337.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-08-29T04:47:40.000Z","updated_at":"2023-08-31T11:10:42.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kfear1337/CodeQL","commit_stats":null,"previous_names":["kfear1337/codeql"],"tags_count":0,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kfear1337%2FCodeQL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kfear1337%2FCodeQL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kfear1337%2FCodeQL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kfear1337%2FCodeQL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kfear1337","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":156342019,"owners_count":7576895,"icon_url":"https://github.com/github.png","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-09-21T16:48:26.789Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":42.72080181301669,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":21.360400906508346},"purl":"pkg:githubactions/kfear1337/CodeQL","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/kfear1337/CodeQL","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/kfear1337/CodeQL","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/kfear1337/CodeQL/dependencies","status":"removed","funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/kfear1337%2FCodeQL/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/kfear1337%2FCodeQL/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/kfear1337%2FCodeQL/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/kfear1337%2FCodeQL/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/kfear1337%2FCodeQL/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/kfear1337%2FCodeQL/codemeta","maintainers":[]}