Skip to content

chore(deps): bump github.com/pilot-protocol/common from 0.5.5 to 0.5.6 #44

chore(deps): bump github.com/pilot-protocol/common from 0.5.5 to 0.5.6

chore(deps): bump github.com/pilot-protocol/common from 0.5.5 to 0.5.6 #44

name: dependency-review
# Flags dependency changes that introduce known-vulnerable or disallowed-license
# modules, on the PR diff only. Complements govulncheck (which scans called paths
# in the whole tree) by catching a bad dep at the moment it is added.
on:
pull_request:
branches: [main]
permissions:
contents: read
jobs:
dependency-review:
name: Dependency review
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Dependency Review
uses: actions/dependency-review-action@v4
with:
fail-on-severity: high