File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 2727 - cron : 0 1 * * *
2828
2929permissions :
30- # Required to upload SARIF file to CodeQL.
31- # See: https://github.com/github/codeql-action/issues/2117
32- actions : read
33- # Require writing security events to upload SARIF file to security tab
34- security-events : write
35- # Only need to read contents
3630 contents : read
3731
3832jobs :
3933 schedule-scan :
4034 runs-on : ubuntu-latest
4135 if : github.repository == 'erlang/otp'
36+ permissions :
37+ # Required to upload SARIF file to CodeQL.
38+ # See: https://github.com/github/codeql-action/issues/2117
39+ actions : read
40+ # Require writing security events to upload SARIF file to security tab
41+ security-events : write
42+ # Only need to read contents
43+ contents : read
4244 steps :
4345 -
uses :
actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected] 4446 - name : Create initial pre-release tar
You can’t perform that action at this time.
0 commit comments