File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 - " Ninja"
3535
3636 steps :
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v5
3838 with :
3939 fetch-depth : 1
4040
Original file line number Diff line number Diff line change 1212 contents : read
1313 steps :
1414 - name : Check out code
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616
1717 - name : Cleanup
1818 run : |
Original file line number Diff line number Diff line change 77 - ' .gitignore'
88 - ' LICENSE'
99 - ' README*'
10+ branches-ignore :
11+ - ' dependabot/**'
12+
1013 pull_request :
1114 paths-ignore :
1215 - ' .clang*'
1316 - ' .gitignore'
1417 - ' LICENSE'
1518 - ' README*'
16-
19+ branches-ignore :
20+ - ' dependabot/**'
21+
1722 schedule :
1823 - cron : ' 0 0 1 * *'
1924 workflow_dispatch :
2429 runs-on : ubuntu-latest
2530
2631 steps :
27- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
2833 with :
2934 fetch-depth : 1
3035
Original file line number Diff line number Diff line change 77 - ' .gitignore'
88 - ' LICENSE'
99 - ' README*'
10+ branches-ignore :
11+ - ' dependabot/**'
1012 pull_request :
1113 paths-ignore :
1214 - ' .clang*'
1315 - ' .gitignore'
1416 - ' LICENSE'
1517 - ' README*'
18+ branches-ignore :
19+ - ' dependabot/**'
1620
1721jobs :
1822 cpp-linter :
1923 runs-on : ubuntu-latest
2024 steps :
21- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2226 with :
2327 fetch-depth : 1
2428
Original file line number Diff line number Diff line change 1212 build :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - name : Setup Node.js
17- uses : actions/setup-node@v4
17+ uses : actions/setup-node@v5
1818 # ISO Langusge Codes: https://cloud.google.com/translate/docs/languages
1919 - name : Adding README - English
2020 uses : dephraiim/translate-readme@main
Original file line number Diff line number Diff line change 1010 " efsw" ,
1111 " glog" ,
1212 " gtest" ,
13- {
14- "name" : " openssl" ,
15- "features" : [
16- " tools"
17- ]
18- },
1913 {
2014 "name" : " curl" ,
2115 "features" : [
2519 " http2" ,
2620 " tool"
2721 ]
22+ },
23+ {
24+ "name" : " openssl" ,
25+ "features" : [
26+ " tools"
27+ ]
2828 }
2929 ],
30- "builtin-baseline" : " d8ad13c401b30c2836d00b8923c9127f05f591c7 "
30+ "builtin-baseline" : " b1b19307e2d2ec1eefbdb7ea069de7d4bcd31f01 "
3131}
You can’t perform that action at this time.
0 commit comments