5 Commits

Author SHA1 Message Date
Vallie Joseph
cb2df24799 Revert "Merge branch 'fhammerl/bump-workflows-node-versions' into vmjoseph/execFile-update"
This reverts commit 7d70dafa7e5ba940043c109a94d7beaa98f8a856, reversing
changes made to 6ece840fda8af7a159518555fb9a30030fff3971.
2022-12-08 04:44:48 +00:00
Ferenc Hammerl
92c2d702e5 Use checkout v3 2022-11-04 11:23:24 +00:00
Thomas Boop
51dc07a106
Only run codeql on main branch pushes (#826) 2021-06-01 10:11:52 -04:00
Robin Neatherway
85f6235ca9
Add on: pull_request trigger to CodeQL workflow (#689)
From February 2021, in order to provide feedback on pull requests, Code Scanning workflows must be configured with both `push` and `pull_request` triggers. This is because Code Scanning compares the results from a pull request against the results for the base branch to tell you only what has changed between the two.

Early in the beta period we supported displaying results on pull requests for workflows with only `push` triggers, but have discontinued support as this proved to be less robust.

See https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#scanning-pull-requests for more information on how best to configure your Code Scanning workflows.
2021-01-15 12:22:00 +01:00
Justin Hutchings
11dcc8b313
Add CodeQL Analysis workflow (#434)
* Add CodeQL Analysis workflow

* Rename .github/workflows/workflows/codeql.yml to .github/workflows/codeql.yml

* Remove autobuilder

* Add back autobuilder

* Disable c# analysis
2020-05-06 12:58:36 -04:00