Skip to content

Bump actions/upload-artifact from 5 to 6 in the github-actions group #302

Bump actions/upload-artifact from 5 to 6 in the github-actions group

Bump actions/upload-artifact from 5 to 6 in the github-actions group #302

# Dependency vulnerability scanning
name: Dependency Review
on:
pull_request:
branches: [main]
permissions:
contents: read
pull-requests: write
jobs:
dependency-review:
name: Review Dependencies
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Dependency Review
uses: actions/dependency-review-action@v4
with:
fail-on-severity: moderate
comment-summary-in-pr: always