ci: always run container and dependency vulnerability scans on PRs (v5.30 backport) (#11614)

This commit is contained in:
César Arroba
2026-06-16 11:16:38 +02:00
committed by GitHub
parent 3539940a26
commit d133ad18a4
8 changed files with 0 additions and 44 deletions
-6
View File
@@ -15,12 +15,6 @@ on:
branches:
- 'master'
- 'v5.*'
paths:
- 'ui/package.json'
- 'ui/pnpm-lock.yaml'
- '.github/workflows/ui-security.yml'
- '.github/actions/osv-scanner/**'
- '.github/scripts/osv-scan.sh'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}