chore(docker-deps): update python:3.12-alpine docker digest to 5049c05 in all dependant actions #694
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 |