Commit Graph

4 Commits

Author SHA1 Message Date
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