Skip to content

Dependency Review - [chore: move config to .config/ #19] by @o-l-a-v #14

Dependency Review - [chore: move config to .config/ #19] by @o-l-a-v

Dependency Review - [chore: move config to .config/ #19] by @o-l-a-v #14

name: Dependency Review
run-name: "${{ github.workflow }} - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
on:
pull_request:
jobs:
dependency-review:
runs-on: ubuntu-slim
permissions:
contents: read
steps:
- name: 🛎️ GitHub checkout branch "${{ github.head_ref || github.ref_name }}"
uses: actions/checkout@v6
with:
persist-credentials: false
- name: 🔬 Dependency review
uses: actions/dependency-review-action@v4