|
| 1 | +extensions: |
| 2 | + - addsTo: |
| 3 | + pack: codeql/actions-all |
| 4 | + extensible: actionsPermissionsDataModel |
| 5 | + data: |
| 6 | + - ["actions/checkout", "contents: read"] |
| 7 | + - ["actions/setup-node", "contents: read"] |
| 8 | + - ["actions/setup-python", "contents: read"] |
| 9 | + - ["actions/setup-java", "contents: read"] |
| 10 | + - ["actions/setup-go", "contents: read"] |
| 11 | + - ["actions/setup-dotnet", "contents: read"] |
| 12 | + - ["actions/labeler", "contents: read"] |
| 13 | + - ["actions/labeler", "pull-requests: write"] |
| 14 | + - ["actions/attest", "id-token: write"] |
| 15 | + - ["actions/attest", "attestations: write"] |
| 16 | + # No permissions needed for actions/add-to-project |
| 17 | + - ["actions/dependency-review-action", "contents: read"] |
| 18 | + - ["actions/attest-sbom", "id-token: write"] |
| 19 | + - ["actions/attest-sbom", "attestations: write"] |
| 20 | + - ["actions/stale", "contents: write"] |
| 21 | + - ["actions/stale", "issues: write"] |
| 22 | + - ["actions/stale", "pull-requests: write"] |
| 23 | + - ["actions/attest-build-provenance", "id-token: write"] |
| 24 | + - ["actions/attest-build-provenance", "attestations: write"] |
| 25 | + - ["actions/jekyll-build-pages", "contents: read"] |
| 26 | + - ["actions/jekyll-build-pages", "pages: write"] |
| 27 | + - ["actions/jekyll-build-pages", "id-token: write"] |
| 28 | + - ["actions/publish-action", "contents: write"] |
| 29 | + - ["actions/versions-package-tools", "contents: read"] |
| 30 | + - ["actions/versions-package-tools", "actions: read"] |
| 31 | + - ["actions/reusable-workflows", "contents: read"] |
| 32 | + - ["actions/reusable-workflows", "actions: read"] |
| 33 | + # TODO: Add permissions for actions/download-artifact |
| 34 | + # TODO: Add permissions for actions/upload-artifact |
| 35 | + # TODO: Add permissions for actions/cache |
| 36 | + |
| 37 | + |
0 commit comments