Skip to content

Commit

Permalink
Bump pilosus/action-pip-license-checker from 0.7.1 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [pilosus/action-pip-license-checker](https://github.com/pilosus/action-pip-license-checker) from 0.7.1 to 2.0.0.
- [Release notes](https://github.com/pilosus/action-pip-license-checker/releases)
- [Changelog](https://github.com/pilosus/action-pip-license-checker/blob/main/CHANGELOG.md)
- [Commits](pilosus/action-pip-license-checker@v0.7.1...v2.0.0)

---
updated-dependencies:
- dependency-name: pilosus/action-pip-license-checker
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 22, 2023
1 parent c8390ff commit 1caa016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
if: ${{ inputs.check_packages_licenses }}
id: license_check_report
continue-on-error: true
uses: pilosus/action-pip-license-checker@v0.7.1
uses: pilosus/action-pip-license-checker@v2.0.0
with:
requirements: ${{ inputs.requirements_path }}
external: ${{ inputs.working_directory }}/licenses.csv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ jobs:
if: inputs.check_requirements_licenses && steps.cache-virtualenv.outputs.cache-hit != 'true'
id: license_check_report
continue-on-error: true
uses: pilosus/action-pip-license-checker@v0.7.1
uses: pilosus/action-pip-license-checker@v2.0.0
with:
requirements: ${{ inputs.install_from }}/${{ inputs.requirements_path }}
exclude: ${{ inputs.ignore_requirements_licenses_regex }}
Expand Down

0 comments on commit 1caa016

Please sign in to comment.