Commits
Commits on May 10, 2021
-
Output environment file for Windows
Edoardo Pirovano committedMay 10, 2021 Unverified
No user is associated with the committer email.Copy the full SHA a5506d8View commit details -
Robert committed
May 10, 2021 Copy the full SHA 3c96019View commit details -
put matrix vars in env vars for whitespace safety
Robert committedMay 10, 2021 Copy the full SHA f742f91View commit details
Commits on May 7, 2021
-
Robert committed
May 7, 2021 Copy the full SHA 603c47cView commit details
Commits on Apr 30, 2021
-
Fix the token permissions for private copies of the CodeQL Action, an…
…d for runs that are not from pull requests.
Chris Gavin committedApr 30, 2021 Unverified
No user is associated with the committer email.Copy the full SHA e305db8View commit details
Commits on Apr 22, 2021
-
Chris Gavin committed
Apr 22, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 643bc6eView commit details -
Restrict Actions token permissions in CodeQL workflow.
Chris Gavin committedApr 22, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 7e85b5dView commit details
Commits on Apr 9, 2021
-
Code scanning: Compare the default and latest CodeQL tools bundles
Create a prerequisite job that runs the init step twice, with `tools: null` and `tools: latest`. Use the outputs of these steps to compare the two CodeQL versions. Pass the list of distinct tool versions for the analysis job to matrix over. This lets us test the analysis against both versions, while avoiding duplication when they are actually the same version.
Aditya Sharad committedApr 9, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 64b50faView commit details -
PR checks: Compare the default and latest CodeQL tools bundles
Create a prerequisite job that runs the init step twice, with `tools: null` and `tools: latest`. Use the outputs of these steps to compare the two CodeQL versions. Pass the list of distinct tool versions for the integration tests to use in their matrix strategy. This avoids redundant test jobs when the default and latest bundles are actually the same version of CodeQL. `~` is accepted by JSON but not by the Actions context language, so we use `null` to indicate the default version.
Aditya Sharad committedApr 9, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 51b1d7dView commit details
Commits on Apr 8, 2021
-
PR checks: Run integration tests against both
tools: null
and `tool……s: latest` Always test against both the default and latest CodeQL bundle. This improves test coverage shortly after a CodeQL bundle release, where the latest bundle may not yet be built into the Actions VM image as the default bundle. It also saves a manual step during bundle release testing, since we no longer need to temporarily change the PR checks to `tools: latest`. There is some redundancy when the latest bundle is the same as the default bundle on the VM image, but this can be considered a test for the `tools: latest` configuration.
Aditya Sharad committedApr 8, 2021 Unverified
No user is associated with the committer email.Copy the full SHA f9a19daView commit details
Commits on Mar 1, 2021
-
Check if this mitigates the go 1.16 issue
Simon Engledew committedMar 1, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 324d987View commit details
Commits on Feb 23, 2021
-
Don't run update release branch workflow on forks.
Chris Gavin committedFeb 23, 2021 Unverified
No user is associated with the committer email.Copy the full SHA fdf2494View commit details
Commits on Feb 1, 2021
-
Use an asymmetric Git log when updating the release branch.
Chris Gavin committedFeb 1, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 8fef392View commit details
Commits on Jan 21, 2021
-
move .github/workflows back where it was
Robert committedJan 21, 2021 Copy the full SHA cfdf2eaView commit details
Commits on Jan 13, 2021
-
Merge pr-check and integration-testing workflows
These had some minor overlap checking that the JS is up to date and there isn't any benefit in having them separate as the jobs are run in parallel anyway.
Robin Neatherway committedJan 13, 2021 Copy the full SHA 9ace697View commit details
Commits on Jan 12, 2021
-
Robert committed
Jan 12, 2021 Copy the full SHA 70733e4View commit details -
Use CODEQL_RUNNER env var in integration tests
Robert committedJan 12, 2021 Copy the full SHA a432f68View commit details
Commits on Dec 8, 2020
-
Gate execution of expensive tests on JS being up to date
Robin Neatherway committedDec 8, 2020 Copy the full SHA 3e176f8View commit details
Commits on Dec 1, 2020
-
Add a check to ensure expected CodeQL release files exist.
Chris Gavin committedDec 1, 2020 Unverified
No user is associated with the committer email.Copy the full SHA fb2a3bfView commit details
Commits on Nov 30, 2020
-
Merge branch 'main' into robertbrignull/go_autobuild
Robert authored and GitHub committedNov 30, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 32878b7View commit details -
Update .github/workflows/integration-testing.yml
Co-authored-by: Chris Gavin <chris@chrisgavin.me>
2 people authored and GitHub committedNov 30, 2020 Unverified
No user is associated with the committer email.Copy the full SHA b1fd753View commit details
Commits on Nov 27, 2020
-
Only analyze PRs against main and v1
We can only analyze PRs against those branches we are analyzing on push.
Robin Neatherway authored and GitHub committedNov 27, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 38ed964View commit details -
Robert committed
Nov 27, 2020 Copy the full SHA 7174a81View commit details
Commits on Nov 20, 2020
-
Merge branch 'main' into skip-integration-tests-prs-from-forks
Chris Gavin authored and GitHub committedNov 20, 2020 Unverified
No user is associated with the committer email.Copy the full SHA b59d204View commit details -
Skip Runner integration tests on pull requests from forks.
Chris Gavin committedNov 20, 2020 Unverified
No user is associated with the committer email.Copy the full SHA fd36becView commit details -
Fix unused sorted value in update-release-branch
Fix a minor issue in the update-release-branch.py script that performs a call to `sorted` but doesn't use the output. Since `sorted` does not operate in place, the call is currently useless. As a result, the function `get_pr_for_commit` does not currently work as exected. I.e. it is expected to return the "first" (i.e. lowest PR number), but actually it returns the first in the list provided by GitHub.
Eric Cornelissen committedNov 20, 2020 Copy the full SHA cf8c79cView commit details
Commits on Nov 13, 2020
-
Robert committed
Nov 13, 2020 Copy the full SHA 54c857cView commit details -
Merge branch 'main' into robertbrignull/go_build_trace
Robert authored and GitHub committedNov 13, 2020 Unverified
No user is associated with the committer email.Copy the full SHA af27146View commit details
Commits on Nov 5, 2020
-
As this is an advanced usage it makes more sense to work to getting this included in the documentation instead.
Simon Engledew committedNov 5, 2020 Unverified
No user is associated with the committer email.Copy the full SHA f761241View commit details
Commits on Nov 4, 2020
-
Expand readme to include codeql-path output example
Also add example from README into workflow to confirm it is accurate.
Simon Engledew committedNov 4, 2020 Unverified
No user is associated with the committer email.Copy the full SHA c87f302View commit details -
Use codeql-path output in python-deps workflow
Simon Engledew committedNov 4, 2020 Unverified
No user is associated with the committer email.Copy the full SHA c213a7cView commit details -
Merge branch 'main' into robertbrignull/go_build_trace
Robert authored and GitHub committedNov 4, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 82e3812View commit details
Commits on Nov 3, 2020
-
Only increase the newest supported release, never reduce it.
Chris Gavin committedNov 3, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 4ffed26View commit details -
Fix a copy and pasted job name.
Chris Gavin committedNov 3, 2020 Unverified
No user is associated with the committer email.Copy the full SHA beac9d5View commit details
Commits on Nov 2, 2020
-
Merge main into check-api-version.
Chris Gavin committedNov 2, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 5e2fa08View commit details