Skip to content

[Snyk] Security upgrade io.dropwizard:dropwizard-core from 1.0.2 to 1.2.0 #28

[Snyk] Security upgrade io.dropwizard:dropwizard-core from 1.0.2 to 1.2.0

[Snyk] Security upgrade io.dropwizard:dropwizard-core from 1.0.2 to 1.2.0 #28

name: Phylum_analyze
on: pull_request
jobs:
analyze_deps:
name: Analyze dependencies with Phylum
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Analyze lockfile
uses: phylum-dev/phylum-analyze-pr-action@v2
with:
phylum_token: ${{ secrets.PHYLUM_TOKEN }}