codeql-action-sync-tool icon indicating copy to clipboard operation
codeql-action-sync-tool copied to clipboard

A tool for syncing the CodeQL Action from GitHub.com to GitHub Enterprise Server, including copying the CodeQL bundle.

Results 6 codeql-action-sync-tool issues
Sort by recently updated
recently updated
newest added

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 5. Release notes Sourced from golangci/golangci-lint-action's releases. v5.0.0 What's Changed skip-pkg-cache and skip-build-cache have been removed because the cache related to Go itself is already...

dependency
github_actions

Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.16.0 to 0.18.0. Commits 85231f9 go.mod: update golang.org/x dependencies 34a7afa google/externalaccount: add Config.UniverseDomain 95bec95 google/externalaccount: moves externalaccount package out of internal and exp... ebe81ad go.mod: update golang.org/x...

dependency
go

Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.11.0 to 5.12.0. Release notes Sourced from github.com/go-git/go-git/v5's releases. v5.12.0 What's Changed git: Worktree.AddWithOptions: add skipStatus option when providing a specific path by @​moranCohen26 in go-git/go-git#994 git:...

dependency
go

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0. Release notes Sourced from github.com/stretchr/testify's releases. v1.9.0 What's Changed Fix Go modules version by @​SuperQ in stretchr/testify#1394 Document that require is not safe to...

dependency
go

Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5 to 6. Release notes Sourced from goreleaser/goreleaser-action's releases. v6.0.0 [!WARNING] This is a breaking change! Follow the instructions here to upgrade! What's Changed feat!: use "~>...

dependency
github_actions

As mentioned in [actions-sync issue 43](https://github.com/actions/actions-sync/issues/43), we need a tool to sync not only actions git repos but also assets (release binaries) from github.com to Github Enterprise Servers. This is...