1
+ :
2
+ - addsTo :
3
+ pack : github/actions-all
4
+ extensible : minimumPermissionsDataModel
5
+ data :
6
+ - ["actions/cache", "{}"]
7
+ - ["actions/setup-node", "contents:read"]
8
+ - ["actions/upload-artifact", "{}"]
9
+ - ["actions/setup-python", "contents:read"]
10
+ - ["actions/download-artifact", "{}"]
11
+ - ["actions/github-script", "It depends on what the script does"]
12
+ - ["actions/setup-java", "contents:read"]
13
+ - ["actions/setup-go", "contents:read"]
14
+ - ["actions/setup-dotnet", "contents:read"]
15
+ - ["actions/labeler", "contents:read, pull-requests:write"]
16
+ - ["actions/attest", "id-token:write, attestations:write"]
17
+ - ["actions/add-to-project", "repository-projects:read, repository-projects:write, issues:read, pull-requests:read"]
18
+ - ["actions/dependency-review-action", "contents:read"]
19
+ - ["actions/attest-sbom", "id-token:write, attestations:write"]
20
+ - ["actions/stale", "contents:write, issues:write, pull-requests:write"]
21
+ - ["actions/attest-build-provenance", "id-token:write, attestations:write"]
22
+ - ["actions/jekyll-build-pages", "contents:read, pages:write, id-token:write"]
23
+ - ["actions/publish-action", "contents:write"]
24
+ - ["actions/version-package-tools", "contents:read, actions:read"]
25
+ - ["actions/reusable-workflows", "contents:read, actions:read"]
0 commit comments