chore(deps): absorb 2026-06 dependabot GitHub Actions updates #778
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: dependency-scan | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | |
| on: | |
| pull_request: | |
| paths: | |
| - '**' | |
| - '!lib/crates/**' | |
| - '!tests/**' | |
| - '!centreon-awie' | |
| - '!centreon-dsm' | |
| - '!centreon-ha' | |
| - '!centreon-open-tickets' | |
| - '!centreon' | |
| - '!php-tools' | |
| - '!cciam' | |
| - '!cloud-trial' | |
| - '!infrastructure' | |
| - '!license-delivery' | |
| - '!redis' | |
| - '!anomaly_detection/training/**' | |
| - '!centreon-cloud-ml/**' | |
| - '!runners/**' | |
| - '!.github/workflows/runners-build.yml' | |
| - '!backplane/**/*.tf' | |
| - '!.github/workflows/backplane.yml' | |
| - '!observability/**' | |
| - '!stonehenge/**' | |
| workflow_dispatch: | |
| jobs: | |
| dependency-scan: | |
| uses: centreon/security-tools/.github/workflows/dependency-analysis.yml@main |