Skip to content

build: bump actions/checkout from 4.1.0 to 4.1.1 #467

build: bump actions/checkout from 4.1.0 to 4.1.1

build: bump actions/checkout from 4.1.0 to 4.1.1 #467

# This is a workflow for analyzing dependency files
# 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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