Commit Graph

45 Commits

Author SHA1 Message Date
shirou 4f1f5b314d fix(actions): add write permission to release action 2022-06-25 01:41:25 +00:00
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
shirou ea6bed829b add a GitHub action to auto release 2022-04-29 16:34:53 +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
Lomanic c0f6ce3804
Merge pull request #1264 from shirou/dependabot/github_actions/actions/labeler-4
Bump actions/labeler from 3.0.2 to 4
2022-03-02 08:50:37 +01:00
dependabot[bot] ff016751b6
Bump actions/labeler from 3.0.2 to 4
Bumps [actions/labeler](https://github.com/actions/labeler) from 3.0.2 to 4.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](https://github.com/actions/labeler/compare/v3.0.2...v4)

---
updated-dependencies:
- dependency-name: actions/labeler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-02 01:20:39 +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
dependabot[bot] a22a057761
Bump golangci/golangci-lint-action from 2 to 3
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 2 to 3.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-25 01:18:01 +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
Matthieu MOREL 08a73c90a6
Delete run-commit.yml 2021-12-22 23:09:23 +01:00
Matthieu MOREL 5eac39f418
Update run-commit.yml 2021-12-22 22:54:08 +01:00
Matthieu MOREL 3664dbb362
Update run-commit.yml 2021-12-22 22:48:12 +01:00
Matthieu MOREL 04c870cb3d
Update run-commit.yml 2021-12-22 22:45:57 +01:00
Matthieu MOREL fbdbfec158
Update run-commit.yml 2021-12-22 22:43:58 +01:00
Matthieu MOREL a2420eab64
Create run-commit.yml 2021-12-22 22:43:32 +01:00
shirou d2e27c1712 fix dependabot v2 deletion. 2021-12-01 00:12:55 +00:00
shirou 0969c9436b delete v2 directory, move v3 to top #1078 2021-11-30 23:47:59 +00:00
Matthieu MOREL 15ce718263
Update lint.yml 2021-11-05 17:04:18 +01:00
Matthieu MOREL ae6d769a24
setup golangci-lint 2021-11-05 12:04:51 +01:00
shirou 4db4dc09a0 [v3] fix Signal import on dragonfly OS in fallback 2021-10-17 13:13:57 +00:00
shirou ed7efd5d01 fix path on build_test 2021-10-17 12:56:00 +00:00
shirou a4ec7a2e77 fix build_test workflow 2021-10-17 10:13:04 +00:00
shirou 63210193c2 add build_test to github action 2021-10-17 10:13:04 +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 ff3e668a6d
Create FUNDING.yml 2021-08-15 22:59:43 +09:00
shirou 1273f2cffb change test support version to 1.15 and 1.16. 2021-07-30 07:18:43 +00:00
dependabot[bot] 0f84c89cb4
Bump actions/labeler from 2 to 3.0.2
Bumps [actions/labeler](https://github.com/actions/labeler) from 2 to 3.0.2.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](https://github.com/actions/labeler/compare/v2...v3.0.2)

---
updated-dependencies:
- dependency-name: actions/labeler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-15 11:37:12 +00:00
Matthieu MOREL 0e9c4d3b85
Update dependabot.yml 2021-07-14 00:06:45 +02:00
Matthieu MOREL 26442de1b3
Create dependabot.yml 2021-07-14 00:05:23 +02:00
shirou 92aa11e80a use ludeeus/action-shellcheck for shellcheck. 2021-06-29 12:20:05 +00:00
Lomanic 94e574749b
Merge pull request #995 from Lomanic/fix-mktypessh-v3 2020-12-02 00:00:57 +01:00
shirou fd963e2e16 remove circleci, change to use go 1.13 for testing.
and badge.
2020-11-19 21:53:41 +09:00
Lomanic b0b7969cbf [ci] Implement automatic shellcheck test on GH Actions 2020-11-11 23:03:48 +01: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
Lomanic 596154ddc6 Fix labeler CI "HttpError: Resource not accessible by integration" error
See https://github.com/actions/labeler/issues/12#issuecomment-670967607
2020-11-05 00:08:55 +01:00
shirou 407a11a7e1 [v3] add to labeler. 2020-11-01 13:27:54 +09:00
shirou f258441486 add more platform to labeler. 2020-10-22 10:07:45 +09:00
shirou 23a52469fa add github labeler to set labels automatically. 2020-10-21 22:20:24 +09:00
Lomanic da37b31860 Create Github issue templates 2018-11-05 16:22:32 +01:00