You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch CI to hardened runners with JFrog Go module proxy (#1609)
## Summary
Route Go module downloads through JFrog Artifactory on hardened runners
that block direct access to proxy.golang.org. Authenticate via GitHub
Actions OIDC (zero stored secrets).
- Add composite action for JFrog + Go setup
- Switch tests and lint jobs to databricks-protected-runner-group-large
- Pre-cache project deps and build tools via jf go mod download/install
- Keep fmt job on ubuntu-latest (only runs gofmt, no module downloads)
NO_CHANGELOG=true
## Test plan
- [x] Verify `make test` passes on Linux, Windows, macOS
- [x] Verify `test-exp-aitools`, `test-exp-ssh`, `test-pipelines` are
triggered and pass
---------
Signed-off-by: Mihai Mitrea <mihai.mitrea@databricks.com>
0 commit comments