aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #973 from ↵Paulo Gomes2023-12-192-3/+3
|\ | | | | | | | | go-git/dependabot/github_actions/github/codeql-action-3 build: bump github/codeql-action from 2 to 3
| * build: bump github/codeql-action from 2 to 3dependabot[bot]2023-12-182-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Commits](https://github.com/github/codeql-action/compare/v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | build: bump actions/upload-artifact from 3 to 4dependabot[bot]2023-12-181-1/+1
|/ | | | | | | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #962 from go-git/dependabot/github_actions/actions/stale-9Paulo Gomes2023-12-111-1/+1
|\ | | | | build: bump actions/stale from 8 to 9
| * build: bump actions/stale from 8 to 9dependabot[bot]2023-12-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/stale](https://github.com/actions/stale) from 8 to 9. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v8...v9) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | build: bump actions/setup-go from 4 to 5dependabot[bot]2023-12-112-2/+2
|/ | | | | | | | | | | | | | Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v4...v5) --- 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>
* build: Ensure checkout is the first operationPaulo Gomes2023-12-082-6/+6
| | | | | | | | | | The setup-go step can be sped up by caching Go dependencies. The input for that operation is the go.sum file. Previously, the checkout operation was happening after the setup-go, which meant that go.sum was never available which effectively meant the cache was disabled. Signed-off-by: Paulo Gomes <paulo.gomes@suse.com>
* build: add cli/go-git to dependabotAyman Bagabas2023-11-071-0/+7
|
* Merge pull request #875 from adityasaky/fix-non-branch-ff-fetchPaulo Gomes2023-10-261-1/+1
|\ | | | | remote: Flip clause for fast-forward only check
| * build: Add 'git' as valid commit msg schemeAditya Sirish2023-10-131-1/+1
| | | | | | | | Signed-off-by: Aditya Sirish <aditya@saky.in>
* | Merge pull request #890 from go-git/dependabot/github_actions/actions/checkout-4Paulo Gomes2023-10-263-3/+3
|\ \ | | | | | | build: bump actions/checkout from 3 to 4
| * | build: bump actions/checkout from 3 to 4dependabot[bot]2023-10-253-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | | build: bump actions/setup-go from 3 to 4dependabot[bot]2023-10-252-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v3...v4) --- 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>
* / build: Add dependabot configurationPaulo Gomes2023-10-131-0/+15
|/ | | | | | | | | | Configure dependabot to check for Go updates daily and GitHub actions weekly. The configuration sets the commit prefix, so that it aligns with the contributing guidelines. Signed-off-by: Paulo Gomes <pjbgf@linux.com>
* build: Add github workflow to check commit message formatPaulo Gomes2023-10-091-0/+30
| | | | | | Adds automation to confirm the commit messages align with the contributing guidelines. Signed-off-by: Paulo Gomes <pjbgf@linux.com>
* [fuzzing] cifuzz, update fuzzers, bug fixArjun Singh2023-10-061-0/+35
| | | | Signed-off-by: Arjun Singh <ajsinghyadav00@gmail.com>
* *: Change stale bot order to ascending and improve msg formatPaulo Gomes2023-09-281-6/+4
| | | | Signed-off-by: Paulo Gomes <pjbgf@linux.com>
* *: Add bot to close stale issuesPaulo Gomes2023-09-271-0/+33
| | | | | | | Due to the limited amount of active maintainers, adding a stale bot to focus the available maintainership on active PRs and issues. Signed-off-by: Paulo Gomes <pjbgf@linux.com>
* *: Bump to Go 1.19Paulo Gomes2023-09-122-2/+2
| | | | Signed-off-by: Paulo Gomes <pjbgf@linux.com>
* *: Fix broken CIPaulo Gomes2023-07-201-1/+1
| | | | | | apt-get is struggling to find libcurl4-openssl-dev out of the box. Signed-off-by: Paulo Gomes <pjbgf@linux.com>
* *: Add CodeQL workflowPaulo Gomes2023-05-231-0/+44
| | | | Signed-off-by: Paulo Gomes <pjbgf@linux.com>
* Merge pull request #739 from pjbgf/fix-ciPaulo Gomes2023-04-121-1/+1
|\ | | | | ci: Fix upstream git build for master branch
| * ci: Fix upstream git build for master branchPaulo Gomes2023-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Changes upstream broke the compatibility test, which now requires libcurl installed in order to successfully build. Additionally, the .git-dist dir was added to the .gitignore file. Fixes: https://github.com/go-git/go-git/actions/runs/4670641376/jobs/8270625669 Signed-off-by: Paulo Gomes <pjbgf@linux.com>
* | examples: Add example for SHA256 repositoriesPaulo Gomes2023-03-081-0/+3
|/ | | | | | | | | | Add a new example on initializing a new repository with object format SHA256. A new Makefile target was created to run the example to ensure that new changes won't break SHA256 support going forwards. Relates to the SHA256 implementation, defined in #706. Signed-off-by: Paulo Gomes <pjbgf@linux.com>
* ci: Bump GitHub actionsPaulo Gomes2023-03-052-4/+4
| | | | | | | Removes the error messages: Node.js 12 actions are deprecated. Signed-off-by: Paulo Gomes <pjbgf@linux.com>
* build: Reduce git token permissionsPaulo Gomes2023-03-022-0/+6
| | | | Signed-off-by: Paulo Gomes <pjbgf@linux.com>
* ci: update go versionMaximo Cuadros2023-02-052-2/+2
|
* .github: test, remove coverallsv5.5.1Máximo Cuadros2022-12-111-15/+0
|
* build: Add CI check for CGO_ENABLED=0Paulo Gomes2022-12-021-0/+5
| | | | | | | | Some applications that depend on go-git may not need to build using CGO. The new test ensures no new regressions going forwards. Signed-off-by: Paulo Gomes <pjbgf@linux.com>
* build: bump git workflow to Go 1.19Paulo Gomes2022-11-301-1/+1
| | | | Signed-off-by: Paulo Gomes <pjbgf@linux.com>
* Update test.ymlMáximo Cuadros2022-11-291-0/+1
|
* .github: update go versionMáximo Cuadros2022-11-291-3/+3
|
* github-action: update go versionMáximo Cuadros2021-03-261-1/+1
|
* ci: fix CI, git compaitiblityMáximo Cuadros2020-04-251-4/+5
|
* ci: fix compatibility testsJavi Fontan2020-04-071-5/+4
| | | | Signed-off-by: Javi Fontan <jfontan@gmail.com>
* ci: split jobsMáximo Cuadros2020-03-162-38/+40
|
* ci: based on github actionsv5.0.0Máximo Cuadros2020-03-151-4/+71
|
* *: add gh actionsMáximo Cuadros2020-03-091-0/+18