Skip to content

[VANTA] [VULNERABILITY] <MEDIUM> CVE-2026-41907, fix before 2026-07-21 #2

[VANTA] [VULNERABILITY] <MEDIUM> CVE-2026-41907, fix before 2026-07-21

[VANTA] [VULNERABILITY] <MEDIUM> CVE-2026-41907, fix before 2026-07-21 #2

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