chore(python-deps): update dependency trove-classifiers to v2025.1.15.22 in all dependant actions #972
Workflow file for this run
This file contains 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: Create & Scan SBOM | |
on: | |
push: | |
branches: [main] | |
merge_group: | |
pull_request: | |
branches: [main] | |
release: | |
types: [published] | |
jobs: | |
sbom-scan: | |
uses: ./.github/workflows/_reusable-sbom-scan.yml | |
permissions: | |
security-events: write | |
contents: write | |
id-token: write | |
attestations: write |