{"id":19359884,"url":"https://github.com/codacy/pulse-action","last_synced_at":"2026-02-28T07:35:13.627Z","repository":{"id":149002279,"uuid":"322617089","full_name":"codacy/pulse-action","owner":"codacy","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-17T11:13:08.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-02-07T21:48:30.608Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codacy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-18T14:25:53.000Z","updated_at":"2025-10-17T11:12:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"cf78bcbd-fc6e-4e49-aac7-f5cfb3f5af6a","html_url":"https://github.com/codacy/pulse-action","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/codacy/pulse-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fpulse-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fpulse-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fpulse-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fpulse-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codacy","download_url":"https://codeload.github.com/codacy/pulse-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fpulse-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29927604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"online","status_checked_at":"2026-02-28T02:00:07.010Z","response_time":90,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-10T07:16:26.790Z","updated_at":"2026-02-28T07:35:13.598Z","avatar_url":"https://github.com/codacy.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pulse Github Action\n\nThis is a command-line interface to push events to [Pulse](https://pulse.codacy.com).\n\nTake a look at Pulse's documentation [here](https://docs.pulse.codacy.com).\n\n## Github Action\n\nYou can use this GitHub Action to send changes and deployment events to Pulse's service\ndirectly from you CI.\n\nThe following workflow is an example where [git-version](https://github.com/codacy/git-version) is used to\ngenerate new versions on each deployment and store that information in git tags.\n\n```yaml\nname: Pulse\n\non:\n  push:\n    branches: [\"master\"]\n\njobs:\n  release:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@master\n        with:\n            # Will fetch all history and tags required to generate version\n            fetch-depth: 0\n\n      # Generate previous and next version from git tags\n      - name: Git Version\n        id: generate-version\n        uses: codacy/git-version@2.4.0\n\n      # Push git tag to repository\n      - name: \"Tag version\"\n        run: |\n          git tag ${{ steps.generate-version.outputs.version }}\n          git push --tags \"https://codacy:${{ secrets.GITHUB_TOKEN }}@github.com/codacy/pulse-event-cli\"\n\n      # ...\n      # Deployment steps\n      #...\n\n      # Push deployment and changes events to pulse\n      - name: \"Push data to pulse\"\n        uses: codacy/pulse-action@0.0.3\n        with:\n          args: push git deployment \\\n            --api-key ${{ secrets.PULSE_API_KEY }} \\\n            --system $GITHUB_REPOSITORY \\\n            --previous-deployment-ref ${{ steps.generate-version.outputs.previous-version }} \\\n            --identifier ${{ steps.generate-version.outputs.version }} \\\n            --timestamp \"$(date +%s)\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodacy%2Fpulse-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodacy%2Fpulse-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodacy%2Fpulse-action/lists"}