thepwagner/Update Go

Update Go dependencies

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
branchesBranches to updateno
tokenPersonal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT. We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary. [Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) yes${{ github.token }}
signing_keyUnique key to use for maintaining trusted metadata in PR body. noi deserve this
log_levelControl debug/info/warn/error outputno
groupsConfiguration for grouping updates together, as a nested YAML of lists: e.g. - name: internal pattern: github.com/thepwagner - name: aws pattern: /.*aws.*/ range: >= 2.0.0, <3.0.0 no
dispatch_on_releaseGitHub repositories to send a repository_dispatch when a release is made. e.g. thepwagner/action-update-go thepwagner/action-update-docker no
tidyWhether to call `go mod tidy` after updates.notrue

no outputs