Copilot commented on code in PR #310:
URL:
https://github.com/apache/cloudstack-terraform-provider/pull/310#discussion_r3748430039
##########
.github/workflows/acceptance.yml:
##########
@@ -58,7 +58,7 @@ jobs:
id: setup-cloudstack
with:
cloudstack-version: ${{ matrix.cloudstack-version }}
- - uses:
hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85
+ - uses:
hashicorp/setup-terraform@dfe3c3f87815947d99a8997f908cb6525fc44e9e # v4.0.1
Review Comment:
The inline comment `# v4.0.1` can become misleading if the pinned SHA is
later updated without changing the comment (or if the SHA doesn’t actually
correspond to that release). Consider either (a) switching to the explicit tag
`hashicorp/[email protected]`, or (b) keeping the SHA pin but updating the
comment to include a release URL/reference that clearly ties this SHA to the
intended release.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]