aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)AuthorFilesLines
2022-05-02Bump docker/metadata-action from 3.7.0 to 3.8.0dependabot[bot]5-5/+5
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3.7.0 to 3.8.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/f2a13332ac1ce8c0a71aeac48a150dbb1838ab67...b2391d37b4157fa4aa2e118d643f417910ff3242) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-04-26temporarily skip arm64 for macChris Lu1-1/+2
2022-04-24Update binaries_release2.ymlChris Lu1-1/+2
2022-04-21update go buildchrislu1-6/+2
2022-04-19chore(deps): Included dependency reviewnaveensrinivasan1-0/+14
> Dependency Review GitHub Action in your repository to enforce dependency reviews on your pull requests. > The action scans for vulnerable versions of dependencies introduced by package version changes in pull requests, > and warns you about the associated security vulnerabilities. > This gives you better visibility of what's changing in a pull request, > and helps prevent vulnerabilities being added to your repository. https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
2022-04-06Bump docker/metadata-action from 3.6.2 to 3.7.0dependabot[bot]5-5/+5
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3.6.2 to 3.7.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/e5622373a38e60fb6d795a4421e56882f2d7a681...f2a13332ac1ce8c0a71aeac48a150dbb1838ab67) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-04-05Set permissions for GitHub actionsnaveensrinivasan5-0/+29
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
2022-03-18Bump actions/setup-go from 2.2.0 to 3dependabot[bot]1-1/+1
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.2.0 to 3. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/bfdd3570ce990073878bf10f6b2d79082de49492...f6164bd8c8acb4a71fb2791a8b6c4024ff038dab) --- 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-03-18Pin actions to a full length commit SHAnaveensrinivasan11-53/+71
- Pinned actions by SHA https://github.com/ossf/scorecard/blob/main/docs/checks.md#pinned-dependencies - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions >Pin actions to a full length commit SHA >Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Pinning to a particular SHA helps mitigate the risk of a bad actor adding a backdoor to the action's repository, as they would need to generate a SHA-1 collision for a valid Git object payload. https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-third-party-actions
2022-01-19Update binaries_dev.ymlChris Lu1-1/+1
2022-01-19Update binaries_dev.ymlChris Lu1-2/+2
2021-11-23fix build issueChris Lu5-12/+12
fix https://github.com/wangyoucao577/go-release-action/issues/66
2021-11-15update to wangyoucao577/go-release-action@v1.21Chris Lu5-12/+12
2021-11-14adjust go release action versionChris Lu4-8/+8
2021-11-11releases in github actions disable http2clientChris Lu4-8/+8
2021-11-11Update binaries_dev.ymlChris Lu1-4/+4
2021-11-11Update binaries_dev.ymlChris Lu1-2/+0
2021-11-11Update binaries_dev.ymlChris Lu1-7/+4
2021-11-10Update binaries_dev.ymlChris Lu1-0/+2
2021-11-10Update binaries_dev.ymlChris Lu1-0/+3
2021-11-06trying wangyoucao577/go-release-action@bugfix/upload-failChris Lu1-4/+4
following https://github.com/wangyoucao577/go-release-action/issues/63#issuecomment-962417798
2021-10-24build latest containerChris Lu1-2/+3
2021-10-15Update binaries_dev.ymlChris Lu1-1/+1
2021-10-14serialize building dev binariesChris Lu1-5/+49
2021-10-11fix container building, make it same as rocksdb image2.71Chris Lu2-2/+0
2021-10-11separate into multiple actionsChris Lu9-326/+382
2021-10-11separate into multiple jobs for better executionChris Lu1-11/+122
2021-09-30github action build rocksdb imageChris Lu1-14/+44
2021-09-29skip arm platformChris Lu3-8/+3
2021-09-19restore dev binaries buildingChris Lu1-48/+63
2021-09-07adjust name2.67Chris Lu1-2/+2
2021-09-07move out latest container buildingChris Lu3-118/+111
2021-09-07reduce resource usageChris Lu2-4/+4
2021-09-06testing different binary nameChris Lu1-2/+2
2021-09-06fix waiting, binary name.Chris Lu2-11/+4
2021-09-06github action adds dependenciesChris Lu4-4/+6
2021-09-06build binaries on releaseChris Lu1-2/+3
2021-09-06add back delaysChris Lu1-0/+5
2021-09-06merge into one actionChris Lu2-27/+15
2021-09-06adjust actionsChris Lu2-2/+2
2021-09-06Revert "action: delete previous assets"Chris Lu2-7/+25
This reverts commit 9ec151fa0d6f3a1b583b6274d6c66bf26dcfd9b0.
2021-09-06action: delete previous assetsChris Lu2-25/+7
2021-09-05docker: build dev containersChris Lu1-3/+2
2021-09-05clean upChris Lu4-103/+0
2021-09-05rename fileChris Lu1-0/+0
2021-09-05move latest image build to after binary releasedChris Lu2-58/+56
2021-09-05automated latest image buildChris Lu1-2/+6
2021-08-28Merge pull request #2292 from logband/master2.65Chris Lu3-13/+3
fix(ci): update latest to only run once
2021-08-29fix(ci): use cleaner naming for jobsAlexander8-8/+9
2021-08-29fix(ci): further testing of CI logicAlexander2-10/+0