{"id":16418951,"url":"https://github.com/maennchen/mix-dependency-submission","last_synced_at":"2025-03-16T17:34:02.872Z","repository":{"id":149995357,"uuid":"620840103","full_name":"maennchen/mix-dependency-submission","owner":"maennchen","description":"Calculates dependencies for Mix and submits the list to the GitHub Dependency Submission API","archived":false,"fork":false,"pushed_at":"2024-10-24T22:13:23.000Z","size":78,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-26T07:13:48.125Z","etag":null,"topics":["dependency-submission","elixir","mix"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/mix_dependency_submission","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maennchen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-29T13:27:44.000Z","updated_at":"2024-10-24T22:13:27.000Z","dependencies_parsed_at":"2024-10-25T00:28:34.036Z","dependency_job_id":"f4625392-8f02-4d85-86db-44970ab16b32","html_url":"https://github.com/maennchen/mix-dependency-submission","commit_stats":null,"previous_names":["maennchen/mix-dependency-submission","jshmrtn/mix-dependency-submission"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maennchen%2Fmix-dependency-submission","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maennchen%2Fmix-dependency-submission/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maennchen%2Fmix-dependency-submission/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maennchen%2Fmix-dependency-submission/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maennchen","download_url":"https://codeload.github.com/maennchen/mix-dependency-submission/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221666402,"owners_count":16860413,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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"}},"keywords":["dependency-submission","elixir","mix"],"created_at":"2024-10-11T07:15:29.345Z","updated_at":"2024-10-27T10:58:53.356Z","avatar_url":"https://github.com/maennchen.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Dependency Submission Action for Mix\n\n:warning: This repository is not ready for use. Please check back later.\n\n[![hex.pm badge](https://img.shields.io/badge/Package%20on%20hex.pm-informational)](https://hex.pm/packages/mix_dependency_submission)\n[![Documentation badge](https://img.shields.io/badge/Documentation-ff69b4)][docs]\n[![.github/workflows/branch_main.yml](https://github.com/maennchen/mix-dependency-submission/actions/workflows/branch_main.yml/badge.svg)](https://github.com/maennchen/mix-dependency-submission/actions/workflows/branch_main.yml)\n[![Coverage Status](https://coveralls.io/repos/github/maennchen/mix-dependency-submission/badge.svg?branch=main)](https://coveralls.io/github/maennchen/mix-dependency-submission?branch=main)\n\n\u003e Action that calculates dependencies for Mix and submits the list to the\n\u003e GitHub Dependency Submission API.\n\nTo add support for new `Mix.SCM` implementations, see [the documentation][docs].\n\n## Installation\n\nThis package is not supposed to be installed directly. Use it inside inside your\nGitHub Actions instead.\n\n```yaml\non:\n  push:\n    branches:\n      - \"main\"\n\nname: \"Dependency Submission\"\n\njobs:\n  report_mix_deps:\n    name: \"Report Mix Dependencies\"\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v3\n      - uses: maennchen/mix-dependency-submission@v1.0.0-beta.2\n        with:\n          project-name: '[Project Application Name]'\n```\n\n## Action Configuration\n\n### Inputs\n\n* `token` - GitHub Token to use for the submission. Defaults to `${{ github.token }}`.\n* `project-name` - The name of the project. (`mix.exs` / `project/0` / `:app`)\n* `project-path` - The path to the the project. Defaults to `${{ github.workspace }}`.\n\n### Outputs\n\nNone\n\n## License\n\nCopyright 2023 JOSHMARTIN GmbH\n\n  Licensed under the Apache License, Version 2.0 (the \"License\");\n  you may not use this file except in compliance with the License.\n  You may obtain a copy of the License at:\n\n  \u003e \u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e\n\n  Unless required by applicable law or agreed to in writing, software\n  distributed under the License is distributed on an \"AS IS\" BASIS,\n  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n  See the License for the specific language governing permissions and\n  limitations under the License.\n\n[docs]: https://hexdocs.pm/mix_dependency_submission\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaennchen%2Fmix-dependency-submission","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaennchen%2Fmix-dependency-submission","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaennchen%2Fmix-dependency-submission/lists"}