ci: scope down GitHub Token permissions (#824) #2
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: Push Checks | ||
| on: | ||
| push: | ||
| branches: master | ||
| permissions: | ||
| contents: read | ||
| jobs: | ||
| call-integration-tests: | ||
|
Check failure on line 11 in .github/workflows/push.yml
|
||
| name: Run Integration Tests | ||
| uses: ./.github/workflows/ci_integration.yml | ||
| call-static-analysis: | ||
| name: Run Static Analysis | ||
| uses: ./.github/workflows/ci_static-analysis.yaml | ||
| call-tests: | ||
| name: Run Tests | ||
| uses: ./.github/workflows/ci_tests.yaml | ||