ci: Pin GitHub Actions to commit SHAs#2507
Conversation
- Improve supply chain security by using immutable refs - Ease transfer of workflows to tektoncd organization Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
🔍 PR Lint Feedback
|
📝 Description of the Change
Pin all GitHub Actions in workflows to their commit SHAs instead of mutable version tags, keeping the version as an inline comment for readability (e.g.
actions/checkout@de0fac2...# v6).This covers both
.github/workflows/container.yamland.github/workflows/e2e.yaml.🔗 Linked Jira
🔗 Linked GitHub Issue
📊 Type of Change
fix:)feat:)feat!:,fix!:)docs:)chore:)refactor:)enhance:)deps:)🧪 Testing Strategy
🤖 AI Assistance
✅ Submitter Checklist
fix:,feat:) matches the "Type of Change" I selected above.make testandmake lintlocally to check for and fix any issues.