Skip to content

Dependency Review - [Update-updater-script #15] by @o-l-a-v #6

Dependency Review - [Update-updater-script #15] by @o-l-a-v

Dependency Review - [Update-updater-script #15] by @o-l-a-v #6

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-latest
permissions:
contents: read
steps:
- name: 🛎️ GitHub checkout branch "${{ github.head_ref || github.ref_name }}"
uses: actions/checkout@v5
with:
persist-credentials: false
- name: 🔬 Dependency review
uses: actions/dependency-review-action@v4