arcalot / arcaflow-engine

Arcaflow is a highly-portable workflow engine enabling modular and validated pipelines through containerized plugins.
https://arcalot.io/arcaflow/
Apache License 2.0
6 stars 9 forks source link

Replace digests with version tags in build workflow #161

Closed webbnh closed 3 months ago

webbnh commented 3 months ago

Changes introduced with this PR

This PR replaces the digest hashes with version tags in the workflow build.yml file. This, combined with a change to the Renovate bot configuration will hopefully reduce the noise and disruption of keeping our dependencies up to date.

As a test, this change leaves golangci/golangci-lint-action action at v3 to see if the Renovate bot will properly detect that it is out of date and upgrade it to v4.


By contributing to this repository, I agree to the contribution guidelines.