10 Commits

Author SHA1 Message Date
dependabot[bot] 35f46455a9 Bump actions/setup-go from 5.2.0 to 5.3.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5.2.0...v5.3.0)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-27 20:10:30 +00:00
gVisor bot 7af7cb0367 Merge pull request #10376 from google:dependabot/github_actions/actions/checkout-4
PiperOrigin-RevId: 712599942
2025-01-06 11:31:02 -08:00
dependabot[bot] 0fc08a1a78 Bump actions/setup-go from 5.0.1 to 5.2.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.1 to 5.2.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5.0.1...v5.2.0)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-16 20:21:14 +00:00
dependabot[bot] 929a45ff22 Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06 21:52:12 +00:00
gVisor bot 1d4050cea8 Merge pull request #10375 from google:dependabot/github_actions/actions/setup-go-5.0.1
PiperOrigin-RevId: 631192161
2024-05-06 14:51:06 -07:00
dependabot[bot] 93723bd5d3 Bump actions/setup-go from 3.5.0 to 5.0.1
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.5.0 to 5.0.1.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v3.5.0...v5.0.1)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-04 08:51:11 +00:00
dependabot[bot] aa1000bca6 Bump github/codeql-action from 2 to 3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-04 08:51:09 +00:00
Ayush Ranjan e56225db03 Run actions/setup-go before CodeQL in Github workflow.
The golang codeql has been failing for 4 months now. It is because CodeQL was
running with Go 1.20.14, but go.mod specifies v1.21.1.

PiperOrigin-RevId: 607007356
2024-02-14 09:18:13 -08:00
Lucas Manning 3dda3741d8 Fix CodeQL so that it does not fail the github check.
PiperOrigin-RevId: 565119657
2023-09-13 12:01:52 -07:00
Jing Chen 1afe6d14e7 Add initial CodeQL config for gVisor. 2023-09-11 11:41:47 -07:00