Skip to content

ci: miscellaneous improvements to update_advisory#3

Merged
vsutedjo merged 1 commit intogoogle:mainfrom
andrewpollock:workflow
Mar 20, 2025
Merged

ci: miscellaneous improvements to update_advisory#3
vsutedjo merged 1 commit intogoogle:mainfrom
andrewpollock:workflow

Conversation

@andrewpollock
Copy link
Contributor

This

  • follows recommended best practice and pins the actions used by their commit hash (and updates to the latest available versions)
  • uses the latest available version of the Go compiler
  • streamlines the execution of the Go binary by simply using go run
  • removes an errant character from the configured git user.email string

This

  - follows [recommended best practice](https://docs.github.com/en/actions/security-for-github-actions/security-guides/security-hardening-for-github-actions#using-third-party-actions) and pins the actions used by their commit hash (and updates to the latest available versions)
  - uses the latest available version of the Go compiler
  - streamlines the execution of the Go binary by simply using `go run`
  - removes an errant character from the configured git `user.email` string
@andrewpollock
Copy link
Contributor Author

You may wish to consider implementing Renovate to ensure that the dependencies of this workflow are kept up to date

@vsutedjo vsutedjo merged commit 823f2b0 into google:main Mar 20, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants