ci(deps): update pre-commit hook python-poetry/poetry to v1.8.5 #128
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deps Review | |
on: | |
pull_request: | |
permissions: | |
contents: read | |
jobs: | |
deps-review: | |
name: Deps Review | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Dependency Review | |
uses: actions/dependency-review-action@v4 |