Commit Graph

16 Commits

Author SHA1 Message Date
ZeaKyX
f833707a78
github workflows: avoid skipping (#10243) 2022-10-10 17:14:05 +08:00
Alex
4e90e9afc8 github workflows: security hardening
This PR adds explicit permissions section to workflows. This is a security
best practice because by default workflows run with extended set of permissions
(except from on: pull_request from external forks). By specifying any permission
explicitly all others are set to none. By using the principle of least privilege
the damage a compromised workflow can do (because of an injection or compromised
third party tool or action) is restricted. It is recommended to have most strict
permissions on the top level and grant write permissions on job level case by case.
2022-08-30 12:08:21 +08:00
ZhenYu
6e5aaa7b3d
CI: fix 'alternatives for my.cnf' problem (#8436)
* CI: fix alternatives for my.cnf problem

* CI: expand more compilation space
2021-12-16 12:54:14 +08:00
ZhenYu
aed7fc6131
CI: multi-asset delivery support (#5243)
*
fix: asset release broken
fix: failed to upgrade helloworld
2020-08-06 15:29:42 +08:00
Chuck
989c1444ac
add missing dependence (#4971)
Signed-off-by: Chuck <fanck0605@qq.com>
2020-07-05 12:40:21 +08:00
coolsnowwolf
d16a020193 update openwrt-ci.yml 2020-04-16 13:23:45 +08:00
ZhenYu
ce326f078b
Update openwrt-ci.yml (#4254) 2020-04-10 00:43:01 +08:00
lean
df49785a2d openwrt-ci.yml: update 2020-04-09 00:44:22 +08:00
lean
25b01424c0 workflows: add dependenc host build 2020-04-08 12:14:04 +08:00
ioioioion
086e111978
add fetch depth (#3987)
remove `fatal: Invalid revision range` in CI log
2020-03-24 18:19:52 +08:00
AmadeusGhost
67195ba9cb
ci: add g++-multilib to dependence (#3496) 2020-03-03 21:33:08 +08:00
AmadeusGhost
e5f08410e0
adjust build script (#3235)
* download.pl: add jsDelivr mirror for GitHub and add utsc mirrors

* m520: fix 'hlos' not found

* dependence: add python3

* netfilter: Revert delete support for kernel 4.9

* scons: move to packages feed
2020-02-21 11:55:07 +08:00
ZhenYu
8a1d0decad CI: rm useless apt sources (#2425)
* CI: fix apt checking issue

* regular update

* regular update - 1
2019-12-19 14:20:37 +08:00
ZhenYu
997b077d24 CI: upload firmwares only (#2239)
* CI: only upload firmwares

* CI: fix wrong commands
2019-12-04 17:53:51 +08:00
ZhenYu
df70cc88f1 CI: fix indent problems (#2204)
* CI: fix indent problems

* CI: fix again
2019-11-29 18:23:25 +08:00
ZhenYu
a42ddc5e5a Deploy OpwnWrt CI (#2198)
* Deploy OpwnWrt CI

* fix mistake
2019-11-28 22:29:05 +08:00