summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/codeql-analysis.yml
AgeCommit message (Collapse)AuthorFilesLines
2024-01-19go.mod,wgengine/netstack: bump gvisorJames Tucker1-0/+6
Updates #8043 Signed-off-by: James Tucker <james@tailscale.com>
2023-09-04.github,cmd/gitops-pusher: update to checkout@v4Maisem Ali1-1/+1
checkout@v3 is broken: actions/checkout#1448 Updates #cleanup Signed-off-by: Maisem Ali <maisem@tailscale.com>
2023-02-24.github/workflows: try to make the merge queue actually run CIDavid Anderson1-0/+1
Signed-off-by: David Anderson <danderson@tailscale.com>
2023-02-18.github/workflows: run CI and CodeQL in the merge queueDavid Anderson1-0/+1
Signed-off-by: David Anderson <danderson@tailscale.com>
2023-01-30Update CodeQL action to v2Nick Kirby1-3/+3
There's an error in the `Perform CodeQL Analysis` step saying to upgrade to v2 as v1 was deprecated on 18th January. Signed-off-by: Nick Kirby <nrkirb@gmail.com>
2022-08-15.github/workflows: cancel previous CI runs on PR updateMaisem Ali1-0/+4
Currently scheduled runs are not canceled when we update PRs, those results are unused and the resources are just wasted. Instead of doing that, this PR makes it so that when a PR is updated (force-pushed or new commit added) the previous runs are canceled. https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-using-a-fallback-value Signed-off-by: Maisem Ali <maisem@tailscale.com>
2022-03-22.github: Bump actions/checkout from 2 to 3dependabot[bot]1-1/+1
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2021-09-21github: add code security scanningDave Anderson1-0/+71