Skip to content

Update resources to OpenAPI schema v7.10.0 #1

Update resources to OpenAPI schema v7.10.0

Update resources to OpenAPI schema v7.10.0 #1

name: Vulnerability update
on:
issues:
types: [opened, labeled, reopened]
workflow_dispatch:
concurrency:
group: vulnerability-update-${{ github.event_name }}-${{ github.event.issue.number || github.run_id }}
cancel-in-progress: true
jobs:
run:
if: |
github.event_name == 'workflow_dispatch' ||
(
github.event_name == 'issues' &&
contains(github.event.issue.labels.*.name, 'vulnerability')
)
uses: commercelayer/.github/.github/workflows/dependencies-update-pnpm.yaml@main
with:
reviewers: "malessani,gciotola,pfferrari,pviti"
use_milestone: false
run_test: true
run_build: true
run_check: true
issue_number: ${{ github.event_name == 'issues' && github.event.issue.number || '' }}
secrets: inherit