Build: add explicit build step for go codeql (#58195)

* add explicit build step for go codeql

* support workflow_dispatch for codeql checks

* syntax fix

* enable on push to codeql-go branch

* test

* use go version from go.mod

* explicitly set go version

* tidy up, add workflow_dispatch support to all codeql actions
This commit is contained in:
Dan Cech
2022-11-04 10:20:08 -04:00
committed by GitHub
parent 9ea6a43089
commit da9c646f24
5 changed files with 27 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
name: "CodeQL for PR / python"
on:
workflow_dispatch:
pull_request:
branches: [main]
paths: