Merge pull request #234 from maykinmedia/chore/explicit-permissions-f… #140
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: Check Open API Framework Version | |
| on: | |
| push: | |
| branches: | |
| - master | |
| tags: | |
| - '*' | |
| workflow_dispatch: | |
| schedule: | |
| - cron: '0 7 * * 1' | |
| # least privilege as default, should be overridden per job if necessary | |
| permissions: | |
| contents: read | |
| jobs: | |
| open-api-workflow-check-oas: | |
| uses: maykinmedia/open-api-workflows/.github/workflows/oaf-check.yml@v6 | |
| with: | |
| python-version: '3.12' |