Skip to content

chore: promote the v2 branch when publishing on v2 #10212

chore: promote the v2 branch when publishing on v2

chore: promote the v2 branch when publishing on v2 #10212

name: 'Dependency Review'
on:
pull_request:
branches: ['v2']
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"]'