Skip to content

build: bump poetry.lock dependencies and pre-commit hooks #362

build: bump poetry.lock dependencies and pre-commit hooks

build: bump poetry.lock dependencies and pre-commit hooks #362

# This is a workflow for analyzing dependency lockfiles
# in this repository with Phylum during pull requests.
---
name: Phylum_analyze
on: pull_request
jobs:
Analyze_PR_with_Phylum:
name: Analyze PR with phylum
permissions: # Ensure least privilege of actions
contents: read # For actions/checkout
pull-requests: write # For phylum-dev/phylum-analyze-pr-action
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
fetch-depth: 0
- name: Analyze poetry.lock file
uses: phylum-dev/phylum-analyze-pr-action@53d203dd18c41350a673bcc236aa05337eb6edf3 # v2.1.1
with:
phylum_token: ${{ secrets.PHYLUM_TOKEN }}
cmd: phylum-ci -vv