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
-7
View File
@@ -16,13 +16,6 @@ on:
branches:
- "master"
- "v5.*"
paths:
- 'api/**'
- '.github/workflows/api-tests.yml'
- '.github/workflows/api-security.yml'
- '.github/actions/setup-python-uv/**'
- '.github/actions/osv-scanner/**'
- '.github/scripts/osv-scan.sh'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}