Skip to content

chore: bump the github-actions-updates group across 1 directory with 2 updates #24

chore: bump the github-actions-updates group across 1 directory with 2 updates

chore: bump the github-actions-updates group across 1 directory with 2 updates #24

name: 'Dependency Review'
on:
pull_request:
branches: [ "main" ]
push:
branches: [ "main" ]
permissions:
contents: read
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: 'Dependency Review'
uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 #5.0.0
with:
# If it's a PR, use the target branch. If it's a push, use 'main'.
base-ref: ${{ github.event.pull_request.base.ref || 'main' }}
# If it's a PR, use the source branch. If it's a push, use the current commit.
head-ref: ${{ github.event.pull_request.head.ref || github.sha }}
fail-on-severity: high
show-patched-versions: true