Skip to content

feat: migrate jenkins to github actions with private repo [DT-7426] #2744

feat: migrate jenkins to github actions with private repo [DT-7426]

feat: migrate jenkins to github actions with private repo [DT-7426] #2744

name: 'Dependency Review'
on:
pull_request:
branches: ['master']
permissions:
contents: read
pull-requests: write
jobs:
dependency-Review:
name: Review
uses: coveo/public-actions/.github/workflows/dependency-review.yml@main
with:
public: true
distributed: true
runs-on: '["ubuntu-latest"]'