chore(deps): bump entur/gha-meta from 1.0.0 to 1.2.0 (#73) #59
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: Entur/Security/CD | |
on: | |
push: | |
branches: | |
- main | |
permissions: | |
contents: write | |
pull-requests: write | |
jobs: | |
# needed for status checks pr approvals | |
update-code-scan-doc: | |
uses: entur/gha-meta/.github/workflows/[email protected] | |
with: | |
workflow_file: .github/workflows/code-scan.yml | |
readme_file: README-code-scan.md | |
update-docker-scan-doc: | |
uses: entur/gha-meta/.github/workflows/[email protected] | |
with: | |
workflow_file: .github/workflows/docker-scan.yml | |
readme_file: README-docker-scan.md | |
# / needed for status checks pr approvals | |
release: | |
needs: [update-code-scan-doc, update-docker-scan-doc] | |
uses: entur/gha-meta/.github/workflows/[email protected] |