Commit ee6fc7e 1 parent b9ff5bb commit ee6fc7e Copy full SHA for ee6fc7e
File tree 11 files changed +29
-2
lines changed
11 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 26
26
- uses : actions/checkout@v4
27
27
with :
28
28
fetch-depth : 0
29
+ persist-credentials : false
29
30
30
31
- name : Download required linux packages
31
32
if : runner.os == 'Linux'
91
92
uses : actions/upload-artifact@v4
92
93
with :
93
94
name : ${{ matrix.config.simple_name }} ${{ matrix.binaries }}
94
- path : .
95
+ path : |
96
+ .
97
+ !.git
98
+ !.output
Original file line number Diff line number Diff line change 19
19
- uses : actions/checkout@v4
20
20
with :
21
21
ref : ${{ github.event.pull_request.head.sha }}
22
+ persist-credentials : false
22
23
23
24
- name : Run clang-format style check
24
25
uses : jidicula/clang-format-action@f62da5e3d3a2d88ff364771d9d938773a618ab5e # @v4.11.0
Original file line number Diff line number Diff line change 30
30
steps :
31
31
- name : Checkout repository
32
32
uses : actions/checkout@v4
33
+ with :
34
+ persist-credentials : false
33
35
34
36
# Initializes the CodeQL tools for scanning.
35
37
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 25
25
shell : ${{ matrix.config.shell }}
26
26
steps :
27
27
- uses : actions/checkout@v4
28
+ with :
29
+ persist-credentials : false
28
30
29
31
- name : Install fixed GCC on Linux
30
32
if : runner.os == 'Linux'
86
88
uses : actions/upload-artifact@v4
87
89
with :
88
90
name : ${{ matrix.config.simple_name }} ${{ matrix.binaries }}
89
- path : .
91
+ path : |
92
+ .
93
+ !.git
94
+ !.output
Original file line number Diff line number Diff line change 13
13
with :
14
14
ref : ${{ github.event.pull_request.head.sha }}
15
15
path : Stockfish
16
+ persist-credentials : false
16
17
17
18
- name : build debug enabled version of SF
18
19
working-directory : Stockfish/src
24
25
repository : Disservin/fast-chess
25
26
path : fast-chess
26
27
ref : d54af1910d5479c669dc731f1f54f9108a251951
28
+ persist-credentials : false
27
29
28
30
- name : fast-chess build
29
31
working-directory : fast-chess
Original file line number Diff line number Diff line change @@ -14,13 +14,15 @@ jobs:
14
14
uses : actions/checkout@v4
15
15
with :
16
16
path : Stockfish
17
+ persist-credentials : false
17
18
18
19
- name : Checkout include-what-you-use
19
20
uses : actions/checkout@v4
20
21
with :
21
22
repository : include-what-you-use/include-what-you-use
22
23
ref : f25caa280dc3277c4086ec345ad279a2463fea0f
23
24
path : include-what-you-use
25
+ persist-credentials : false
24
26
25
27
- name : Download required linux packages
26
28
run : |
Original file line number Diff line number Diff line change 13
13
with :
14
14
ref : ${{ github.event.pull_request.head.sha }}
15
15
path : Stockfish
16
+ persist-credentials : false
16
17
17
18
- name : build SF
18
19
working-directory : Stockfish/src
24
25
repository : vondele/matetrack
25
26
path : matetrack
26
27
ref : 20287a1a145f30a166b7ef251eddb611e4e44fbf
28
+ persist-credentials : false
27
29
28
30
- name : matetrack install deps
29
31
working-directory : matetrack
Original file line number Diff line number Diff line change 40
40
shell : ${{ matrix.config.shell }}
41
41
steps :
42
42
- uses : actions/checkout@v4
43
+ with :
44
+ persist-credentials : false
43
45
44
46
- name : Download required linux packages
45
47
run : |
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- uses : actions/checkout@v4
20
+ with :
21
+ persist-credentials : false
20
22
21
23
# returns null if no pre-release exists
22
24
- name : Get Commit SHA of Latest Pre-release
66
68
arm_matrix : ${{ steps.set-arm-matrix.outputs.arm_matrix }}
67
69
steps :
68
70
- uses : actions/checkout@v4
71
+ with :
72
+ persist-credentials : false
69
73
- id : set-matrix
70
74
run : |
71
75
TASKS=$(echo $(cat .github/ci/matrix.json) )
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ jobs:
106
106
- uses : actions/checkout@v4
107
107
with :
108
108
fetch-depth : 0
109
+ persist-credentials : false
109
110
110
111
- name : Download required linux packages
111
112
if : runner.os == 'Linux'
Original file line number Diff line number Diff line change 25
25
shell : ${{ matrix.config.shell }}
26
26
steps :
27
27
- uses : actions/checkout@v4
28
+ with :
29
+ persist-credentials : false
28
30
29
31
- name : Download artifact from compilation
30
32
uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments