Commit Graph

11 Commits

Author SHA1 Message Date
dependabot[bot] 86b37407aa build(deps): bump actions/setup-go from 3 to 4 (#5764)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-16 16:29:00 +01:00
Stephan Renatus 9677a09d9e workflow: use GITHUB_OUTPUT, not ::set-output (#5245)
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2022-10-13 14:00:00 +02:00
dependabot[bot] f27360c0b9 build(deps): bump github/codeql-action from 1 to 2 (#4621)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-26 13:31:42 +02:00
dependabot[bot] c9606c07a4 build(deps): bump actions/setup-go from 2 to 3 (#4574) 2022-04-11 11:54:09 +00:00
dependabot[bot] cd36c744f4 build(deps): bump actions/checkout from 2 to 3 (#4395) 2022-03-02 11:36:40 +00:00
Torin Sandall d687e0efb3 ci/codeql: Fix indentation issue
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2021-11-10 10:55:02 -08:00
Torin Sandall 8e217297c6 ci/codeql: Override autobuild and run make build instead
This way we do not have to run the entire test and benchmark suite
that takes about 25m in total.

Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2021-11-10 10:48:30 -08:00
Stephan Renatus f7de26ca2a fix codeql go version; use ioutil.Discard. (#3466)
* workflow: fix codeql go version
* cmd/fmt_test: use ioutil.Discard

I had proposed that in a PR review... not thinking that it meant
we couldn't run tests using Go 1.15. My assumption that using

    go 1.15

in go.mod would protect us from that was wrong, apparently.

Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2021-05-17 11:06:14 +02:00
Torin Sandall 306623a73e github: Update default branch name
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2021-04-15 15:32:15 -04:00
Anders Eknert 2452ba10b4 Reduce CodeQL frequency (#2992)
Since this more than doubled build times, run only on pushes to master/release branches and not on each PR.

Signed-off-by: Anders Eknert <anders@eknert.com>
2020-12-09 00:42:04 +01:00
Chris Aniszczyk 01bf0cfa6b Add CodeQL Security Scanning
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
2020-12-08 14:05:14 -05:00