chore(deps): bump coopnorge/engineering-docker-images/e0/techdocs from a81abb1 to e6ce3a2 in /devtools
#1157
Workflow file for this run
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: Security | |
| on: | |
| push: {} | |
| pull_request: {} | |
| schedule: | |
| - cron: '0 0 * * 1' | |
| jobs: | |
| supply-chain-security-validation: | |
| name: Supply Chain | |
| uses: coopnorge/github-workflow-supply-chain-security-validation/.github/workflows/supply-chain-security-validation.yaml@main | |
| secrets: inherit | |
| permissions: | |
| contents: read | |
| actions: read | |
| packages: read | |
| security-events: write |