Skip to content

Pinning Action Dependencies for Reliability and Security #21

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ReinierCC
Copy link

What this PR does / why we need it:

This pull request updates the GitHub Actions workflow files to use specific commit hashes for the actions instead of version tags. This ensures that the workflows use exact versions of the actions, improving consistency and reliability.

Changes in .github/workflows/clusterloader2-release.yml:

  • Updated actions/checkout to use commit hash 11bd71901bbe5b1630ceea73d27597364c9af683
  • Updated docker/login-action to use commit hash 9780b0c442fbb1117ed29e0efdff1e18412f7567

Changes in .github/workflows/docker-publish-nptest.yml:

  • Updated actions/checkout to use commit hash 11bd71901bbe5b1630ceea73d27597364c9af683
  • Updated docker/setup-qemu-action to use commit hash 4574d27a4764455b42196d70a065bc6853246a25
  • Updated docker/setup-buildx-action to use commit hash f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca
  • Updated docker/login-action to use commit hash 9780b0c442fbb1117ed29e0efdff1e18412f7567

What type of PR is this?

/kind cleanup

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