thepwagner/Update Go
Update Go dependencies
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| branches | Branches to update | no | — |
| token | Personal 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_key | Unique key to use for maintaining trusted metadata in PR body. | no | i deserve this |
| log_level | Control debug/info/warn/error output | no | — |
| groups | Configuration 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_release | GitHub repositories to send a repository_dispatch when a release is made. e.g. thepwagner/action-update-go thepwagner/action-update-docker | no | — |
| tidy | Whether to call `go mod tidy` after updates. | no | true |
Outputs
no outputs