File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change 8
8
schedule :
9
9
- cron : ' 22 16 * * 5'
10
10
11
+ permissions :
12
+ # required for all workflows
13
+ security-events : write
14
+ # only required for workflows in private repositories
15
+ actions : read
16
+ contents : read
17
+
11
18
jobs :
12
19
analyze-jsts :
13
20
name : Analyze JavaScript-TypeScript
14
21
runs-on : ubuntu-22.04
15
22
timeout-minutes : 360
16
- permissions :
17
- # required for all workflows
18
- security-events : write
19
- # only required for workflows in private repositories
20
- actions : read
21
- contents : read
22
23
23
24
steps :
24
25
- name : Checkout repository
45
46
DOWNLOAD_PATH : ${{github.workspace}}/dependencies/download
46
47
runs-on : ubuntu-22.04
47
48
timeout-minutes : 360
48
- permissions :
49
- # required for all workflows
50
- security-events : write
51
- # only required for workflows in private repositories
52
- actions : read
53
- contents : read
54
49
55
50
steps :
56
51
- name : Checkout repository
You can’t perform that action at this time.
0 commit comments