shirou
|
a91ea95c78
|
feat(actions): go-version will be latest two version automatically on CI
|
2022-05-29 12:05:57 +00:00 |
nathannaveen
|
3a2c8dd4f8
|
chore: Set permissions for GitHub actions
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)
Signed-off-by: nathannaveen <42319948+nathannaveen@users.noreply.github.com>
|
2022-05-05 01:31:24 +00:00 |
dependabot[bot]
|
b5592414b5
|
Bump actions/setup-go from 2 to 3
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-11 01:27:53 +00:00 |
dependabot[bot]
|
b68e0acc74
|
Bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-22 01:17:37 +00:00 |
shirou
|
8717edb669
|
remove Windows 2016 from tests.
see https://github.com/actions/virtual-environments/issues/5238
|
2022-03-21 01:14:36 +00:00 |
dependabot[bot]
|
aa9aca7d12
|
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-02 01:20:36 +00:00 |
shirou
|
59e366d674
|
remove codecov
|
2022-01-07 08:12:07 +00:00 |
Matthieu MOREL
|
fe2fab4938
|
Update test.yml
|
2021-12-27 18:25:31 +01:00 |
Matthieu MOREL
|
2252055b93
|
enable codecoverage
|
2021-12-23 08:39:43 +01:00 |
Matthieu MOREL
|
f8c685e717
|
enable caching in workflows
|
2021-12-23 00:46:14 +01:00 |
shirou
|
0969c9436b
|
delete v2 directory, move v3 to top #1078
|
2021-11-30 23:47:59 +00:00 |
shirou
|
bf37f4d1ec
|
Update github action virtual environments and golang version
Golang: 15,16 -> 16, 17
Ubuntu: 1604, 1804 -> 1804, 2004
Mac: 10.14, 11.0 -> 10.15, 11
|
2021-10-03 13:11:22 +00:00 |
shirou
|
1273f2cffb
|
change test support version to 1.15 and 1.16.
|
2021-07-30 07:18:43 +00:00 |
shirou
|
fd963e2e16
|
remove circleci, change to use go 1.13 for testing.
and badge.
|
2020-11-19 21:53:41 +09:00 |
Lomanic
|
29304ebf73
|
[ci] Implement automatic tests on GH Actions on linux, windows and darwin
Based off 3710bfcc3e/.github/workflows/test.yml
|
2020-11-08 17:13:56 +01:00 |