File tree 4 files changed +15
-1
lines changed
4 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 23
23
schedule :
24
24
- cron : ' 43 3 * * 3'
25
25
26
+ permissions :
27
+ contents : read
28
+
26
29
jobs :
27
30
analyze :
28
31
name : Analyze (C/C++)
29
32
runs-on : windows-latest
30
33
timeout-minutes : 360
31
34
permissions :
32
- security-events : write
35
+ actions : read # for github/codeql-action/init to get workflow details
36
+ contents : read # for actions/checkout to fetch code
37
+ security-events : write # for github/codeql-action/autobuild to send a status report
33
38
packages : read
34
39
35
40
steps :
Original file line number Diff line number Diff line change 21
21
- build/*.targets
22
22
- build/*.yml
23
23
24
+ permissions :
25
+ contents : read
26
+
24
27
jobs :
25
28
build :
26
29
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 24
24
env :
25
25
DIRECTXTEX_MEDIA_PATH : ${{ github.workspace }}/Media
26
26
27
+ permissions :
28
+ contents : read
29
+
27
30
jobs :
28
31
build :
29
32
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 15
15
- LICENSE
16
16
- build/*
17
17
18
+ permissions :
19
+ contents : read
20
+
18
21
jobs :
19
22
build :
20
23
runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments