Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin hashes for GitHub actions in workflow yml files #111

Merged

Conversation

MVrachev
Copy link
Member

@MVrachev MVrachev commented Oct 21, 2022

Fixes: #81 #82

Pines hash for GitHub actions in workflow yml files.
This will allow dependabot to update our actions by using hashes
as well.

I checked the latest stable versions for each of our action dependencies and got the commit hashes.
I have done a check for security advisories for each of the actions, but haven't found any.

The versions I have used for each of the actions are as follows:

Signed-off-by: Martin Vrachev mvrachev@vmware.com

@MVrachev
Copy link
Member Author

@kairoaraujo sorry that I have taken issue #81 as you have assigned yourself, but when I did the work for #82 it just made sense to do the same for #81 as well.

@MVrachev
Copy link
Member Author

MVrachev commented Oct 21, 2022

I updated the changes to include the .github/workflows/ci.yml and .github/workflows/cd.yml workflow files as well as they use almost the same third-party dependencies as the other two.

@MVrachev MVrachev changed the title Pin hash for GitHub actions in workflow yml files Pin hashes for GitHub actions in workflow yml files Oct 21, 2022
Pin hash for GitHub actions in workflow yml files.
This will allow dependabot to update our actions by using hashes
as well.

I checked the latest stable versions for each of our action dependencies
and got the commit hashes.

I have done a check for security advisories for each of the actions, but
haven't found any.

Signed-off-by: Martin Vrachev <mvrachev@vmware.com>
@MVrachev
Copy link
Member Author

Released on top of latest dependabot changes

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.

Use pinned hash GHA version in the Publish Docker Dev pipeline
3 participants