1
0
Fork 0
mirror of https://github.com/sourcegraph/jsonrpc2.git synced 2026-06-16 04:04:56 +02:00
Commit graph

10 commits

Author SHA1 Message Date
dependabot[bot]
ef3ea8b2ea
Bump actions/setup-go from 5 to 6 in the github-actions group (#92)
Bumps the github-actions group with 1 update: [actions/setup-go](https://github.com/actions/setup-go).


Updates `actions/setup-go` from 5 to 6
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-02 20:55:33 +02:00
dependabot[bot]
3c4c92ad61
Bump actions/checkout from 4 to 5 in the github-actions group (#91)
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 4 to 5
- [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/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-02 13:36:38 +02:00
Noah S-C
4963d1c241 chore: use scip-go instead of lsif-go for precise indexing in CI 2024-02-23 15:34:49 +00:00
dependabot[bot]
dd69e185fa
Bump the github-actions group with 2 updates (#79)
Updates `actions/checkout` from 1 to 4

Updates `actions/setup-go` from 2 to 5

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-10 12:16:40 +02:00
Diogo Teles Sant'Anna
8a0bf06edf
ci: set minimal permissions to GitHub workflows (#73)
Signed-off-by: Diogo Teles Sant'Anna <diogoteles@google.com>
2023-08-30 09:07:57 +02:00
Sam Herrmann
78a3d790f3
Pin staticcheck version to v0.2.2 (#63)
The CI pipeline has been broken in this project for some time because
the latest version of staticcheck is not compatible with every version
of Go. Through trial and error, it was discovered that staticcheck
v0.2.2 is the latest version that is compatible with Go 1.16.

The authors of staticcheck also recommend pinning the version in CI
pipelines to prevent unintentional breakage of the build [1].

References
[1]: https://staticcheck.io/docs/running-staticcheck/ci/github-actions/#version
2023-02-03 10:51:22 +02:00
Sourcegraph
7f448843ac batch changes - update checkout v2 to v3 2023-01-03 22:03:16 +00:00
lhchavez
120d461fd1
Add GitHub actions (#51)
That extra green checkmark does wonders for peace of mind.
2021-08-04 14:46:32 +02:00
Sourcegraph Bot
9e615b1c32 LSIF Indexing Campaign 2020-04-29 16:57:20 +00:00
Quinn Slack
96c4efab7e
Produce LSIF data for each commit for fast/precise code nav (#35)
* Produce LSIF data for each commit for fast/precise code nav

* Update lsif.yml
2019-12-21 20:34:38 -08:00