Skip to content

fix: integrations should check for previous comments #438

fix: integrations should check for previous comments

fix: integrations should check for previous comments #438

# 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
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